POST api/Wticabs/ListSourceCity

Request Information

URI Parameters

None.

Body Parameters

get_source_city_request_model
NameDescriptionTypeAdditional information
TripTypeCode

string

None.

APP_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TripTypeCode": "sample string 1",
  "APP_ID": "sample string 2"
}

application/xml, text/xml

Sample:
<get_source_city_request_model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RetailCar.Core.Model.RequestModel">
  <APP_ID>sample string 2</APP_ID>
  <TripTypeCode>sample string 1</TripTypeCode>
</get_source_city_request_model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.