POST Ecommerce/Ecom_SaveOrderLocation
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.Ecom_OrderLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| string |
None. |
||
| IP_ADDRESS | string |
None. |
|
| COUNTRY | string |
None. |
|
| REGION | string |
None. |
|
| CITY | string |
None. |
|
| ZIP | string |
None. |
|
| LATITUDE | decimal number |
None. |
|
| LONGITUDE | decimal number |
None. |
|
| P2K_DOC_NO | integer |
None. |
|
| P2K_DOC_CATEGORY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"EMAIL": "sample string 2",
"IP_ADDRESS": "sample string 3",
"COUNTRY": "sample string 4",
"REGION": "sample string 5",
"CITY": "sample string 6",
"ZIP": "sample string 7",
"LATITUDE": 1.0,
"LONGITUDE": 1.0,
"P2K_DOC_NO": 1,
"P2K_DOC_CATEGORY": "sample string 8"
}
application/xml, text/xml
Sample:
<Ecom_OrderLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <CITY>sample string 6</CITY> <COUNTRY>sample string 4</COUNTRY> <EMAIL>sample string 2</EMAIL> <IP_ADDRESS>sample string 3</IP_ADDRESS> <LATITUDE>1</LATITUDE> <LONGITUDE>1</LONGITUDE> <P2K_DOC_CATEGORY>sample string 8</P2K_DOC_CATEGORY> <P2K_DOC_NO>1</P2K_DOC_NO> <REGION>sample string 5</REGION> <USER_ID>sample string 1</USER_ID> <ZIP>sample string 7</ZIP> </Ecom_OrderLocation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |