POST api/Shop/Sign2UPStep4New
Request Information
URI Parameters
None.
Body Parameters
ShopSignUPStep4NewEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| ManagementPhone | string |
None. |
|
| ManagementEmail | string |
None. |
|
| password | string |
None. |
|
| Language | string |
None. |
|
| City | string |
None. |
|
| Lat | decimal number |
None. |
|
| Long | decimal number |
None. |
|
| CountryCode | string |
None. |
|
| commercialRegsterationImage | string |
None. |
|
| logoImage | string |
None. |
|
| taxCard | string |
None. |
|
| shopName | string |
None. |
|
| shopCategory | integer |
None. |
|
| os | string |
None. |
|
| version | decimal number |
None. |
|
| userID | integer |
None. |
|
| securityToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ManagementPhone": "sample string 1",
"ManagementEmail": "sample string 2",
"password": "sample string 3",
"Language": "sample string 4",
"City": "sample string 5",
"Lat": 6.0,
"Long": 7.0,
"CountryCode": "sample string 8",
"commercialRegsterationImage": "sample string 9",
"logoImage": "sample string 10",
"taxCard": "sample string 11",
"shopName": "sample string 12",
"shopCategory": 13,
"os": "sample string 14",
"version": 15.0,
"userID": 16,
"securityToken": "sample string 17"
}
application/xml, text/xml
Sample:
<ShopSignUPStep4NewEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOOO_MVCAPI.Models.APIBodies"> <City>sample string 5</City> <CountryCode>sample string 8</CountryCode> <Language>sample string 4</Language> <Lat>6</Lat> <Long>7</Long> <ManagementEmail>sample string 2</ManagementEmail> <ManagementPhone>sample string 1</ManagementPhone> <commercialRegsterationImage>sample string 9</commercialRegsterationImage> <logoImage>sample string 10</logoImage> <os>sample string 14</os> <password>sample string 3</password> <securityToken>sample string 17</securityToken> <shopCategory>13</shopCategory> <shopName>sample string 12</shopName> <taxCard>sample string 11</taxCard> <userID>16</userID> <version>15</version> </ShopSignUPStep4NewEntry>
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. |