POST api/TSWHOLESALE_CARS/saveLocations
Request Information
URI Parameters
None.
Body Parameters
ModelLocations| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_ID | string |
None. |
|
| LOCATIONS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CUSTOMER_ID": "sample string 1",
"LOCATIONS": "sample string 2"
}
application/xml, text/xml
Sample:
<ModelLocations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EnginAnallyse.Models"> <CUSTOMER_ID>sample string 1</CUSTOMER_ID> <LOCATIONS>sample string 2</LOCATIONS> </ModelLocations>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.