POST api/TSWHOLESALE_CARS/saveLocations

Request Information

URI Parameters

None.

Body Parameters

ModelLocations
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ModelLocations'.

Response Information

Resource Description

None.