POST api/Shop/Sign2UPStep1
Request Information
URI Parameters
None.
Body Parameters
ShopSignUPStep1Entry| Name | Description | Type | Additional information |
|---|---|---|---|
| ManagementPhone | string |
None. |
|
| ManagementEmail | string |
None. |
|
| password | string |
None. |
|
| Language | string |
None. |
|
| City | string |
None. |
|
| deviceToken | string |
None. |
|
| os | string |
None. |
|
| version | decimal number |
None. |
|
| Lat | decimal number |
None. |
|
| Long | decimal number |
None. |
|
| CountryCode | string |
None. |
|
| lang | 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",
"deviceToken": "sample string 6",
"os": "sample string 7",
"version": 8.0,
"Lat": 9.0,
"Long": 10.0,
"CountryCode": "sample string 11",
"lang": "sample string 12"
}
application/xml, text/xml
Sample:
<ShopSignUPStep1Entry 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 11</CountryCode> <Language>sample string 4</Language> <Lat>9</Lat> <Long>10</Long> <ManagementEmail>sample string 2</ManagementEmail> <ManagementPhone>sample string 1</ManagementPhone> <deviceToken>sample string 6</deviceToken> <lang>sample string 12</lang> <os>sample string 7</os> <password>sample string 3</password> <version>8</version> </ShopSignUPStep1Entry>
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. |