POST api/Shop/EditProfile
Request Information
URI Parameters
None.
Body Parameters
ShopEditProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
None. |
|
| securityToken | string |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Language | string |
None. |
|
| LogoImage | string |
None. |
|
| TaxCard | string |
None. |
|
| CommercialRegsterationImage | string |
None. |
|
| ShopCategoryId | integer |
None. |
|
| City | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": 1,
"securityToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5",
"Language": "sample string 6",
"LogoImage": "sample string 7",
"TaxCard": "sample string 8",
"CommercialRegsterationImage": "sample string 9",
"ShopCategoryId": 1,
"City": "sample string 10"
}
application/xml, text/xml
Sample:
<ShopEditProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOOO_MVCAPI.Models.APIBodies"> <City>sample string 10</City> <CommercialRegsterationImage>sample string 9</CommercialRegsterationImage> <Email>sample string 5</Email> <Language>sample string 6</Language> <LogoImage>sample string 7</LogoImage> <Name>sample string 3</Name> <Phone>sample string 4</Phone> <ShopCategoryId>1</ShopCategoryId> <TaxCard>sample string 8</TaxCard> <securityToken>sample string 2</securityToken> <userID>1</userID> </ShopEditProfile>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |