POST api/iilfastapi/CheckPlaceCodeMaster

Request Information

URI Parameters

None.

Body Parameters

PlaceCodeParameters
NameDescriptionTypeAdditional information
FromPlaceCode

string

None.

FromPlaceName

string

None.

ToPlaceCode

string

None.

ToPlaceName

string

None.

TotalDistance

string

None.

EmpId

string

None.

DCRID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromPlaceCode": "sample string 1",
  "FromPlaceName": "sample string 2",
  "ToPlaceCode": "sample string 3",
  "ToPlaceName": "sample string 4",
  "TotalDistance": "sample string 5",
  "EmpId": "sample string 6",
  "DCRID": "sample string 7"
}

application/xml, text/xml

Sample:
<IILFastModel.PlaceCodeParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IILAPIS.Models">
  <DCRID>sample string 7</DCRID>
  <EmpId>sample string 6</EmpId>
  <FromPlaceCode>sample string 1</FromPlaceCode>
  <FromPlaceName>sample string 2</FromPlaceName>
  <ToPlaceCode>sample string 3</ToPlaceCode>
  <ToPlaceName>sample string 4</ToPlaceName>
  <TotalDistance>sample string 5</TotalDistance>
</IILFastModel.PlaceCodeParameters>

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.