GET api/Users/GetVendor_completeProfiles/{Vedor_ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Vedor_ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Vendor_profile_Viewmodel
NameDescriptionTypeAdditional information
Vender_ID

integer

None.

Vender_business_name

string

None.

Vender_email

string

None.

Vender_phone

string

None.

Vender_password

string

None.

Vender_city

string

None.

Vender_cat_ID

integer

None.

Vender_featured_cat_ID

integer

None.

roll_id

integer

None.

about_company

string

None.

service_charges

string

None.

terms

boolean

None.

Vender_country

string

None.

Vender_address

string

None.

logo

string

None.

Vender_profile_ID

integer

None.

Business_type

string

None.

Website

string

None.

Personal_Mobile

string

None.

Personal_Email

string

None.

State_Province

string

None.

City

string

None.

Area

string

None.

Map_Address

string

None.

About_business_titel

string

None.

About_business

string

None.

Front_Picture

string

None.

Profile_Cover_Photo

string

None.

name

string

None.

VendorStateName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Vender_ID": 1,
  "Vender_business_name": "sample string 2",
  "Vender_email": "sample string 3",
  "Vender_phone": "sample string 4",
  "Vender_password": "sample string 5",
  "Vender_city": "sample string 6",
  "Vender_cat_ID": 7,
  "Vender_featured_cat_ID": 8,
  "roll_id": 9,
  "about_company": "sample string 10",
  "service_charges": "sample string 11",
  "terms": true,
  "Vender_country": "sample string 13",
  "Vender_address": "sample string 14",
  "logo": "sample string 15",
  "Vender_profile_ID": 16,
  "Business_type": "sample string 17",
  "Website": "sample string 18",
  "Personal_Mobile": "sample string 19",
  "Personal_Email": "sample string 20",
  "State_Province": "sample string 21",
  "City": "sample string 22",
  "Area": "sample string 23",
  "Map_Address": "sample string 24",
  "About_business_titel": "sample string 25",
  "About_business": "sample string 26",
  "Front_Picture": "sample string 27",
  "Profile_Cover_Photo": "sample string 28",
  "name": "sample string 29",
  "VendorStateName": "sample string 30"
}

application/xml, text/xml

Sample:
<Vendor_profile_Viewmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asanRishta.Models.ViewModels">
  <About_business>sample string 26</About_business>
  <About_business_titel>sample string 25</About_business_titel>
  <Area>sample string 23</Area>
  <Business_type>sample string 17</Business_type>
  <City>sample string 22</City>
  <Front_Picture>sample string 27</Front_Picture>
  <Map_Address>sample string 24</Map_Address>
  <Personal_Email>sample string 20</Personal_Email>
  <Personal_Mobile>sample string 19</Personal_Mobile>
  <Profile_Cover_Photo>sample string 28</Profile_Cover_Photo>
  <State_Province>sample string 21</State_Province>
  <Vender_ID>1</Vender_ID>
  <Vender_address>sample string 14</Vender_address>
  <Vender_business_name>sample string 2</Vender_business_name>
  <Vender_cat_ID>7</Vender_cat_ID>
  <Vender_city>sample string 6</Vender_city>
  <Vender_country>sample string 13</Vender_country>
  <Vender_email>sample string 3</Vender_email>
  <Vender_featured_cat_ID>8</Vender_featured_cat_ID>
  <Vender_password>sample string 5</Vender_password>
  <Vender_phone>sample string 4</Vender_phone>
  <Vender_profile_ID>16</Vender_profile_ID>
  <VendorStateName>sample string 30</VendorStateName>
  <Website>sample string 18</Website>
  <about_company>sample string 10</about_company>
  <logo>sample string 15</logo>
  <name>sample string 29</name>
  <roll_id>9</roll_id>
  <service_charges>sample string 11</service_charges>
  <terms>true</terms>
</Vendor_profile_Viewmodel>