POST api/iilapi/SaveIILFastTourProgramNew

Request Information

URI Parameters

None.

Body Parameters

IILFastTourEntryDetails
NameDescriptionTypeAdditional information
LoginId

string

None.

SelectedTourMonth

string

None.

Position

integer

None.

tourEntry

Collection of TourEntryDetails

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginId": "sample string 1",
  "SelectedTourMonth": "sample string 2",
  "Position": 3,
  "tourEntry": [
    {
      "PlanDate": "sample string 1",
      "PlaceCode": "sample string 2",
      "HQCode": "sample string 3",
      "StnTypeId": "sample string 4",
      "Remarks": "sample string 5"
    },
    {
      "PlanDate": "sample string 1",
      "PlaceCode": "sample string 2",
      "HQCode": "sample string 3",
      "StnTypeId": "sample string 4",
      "Remarks": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<IILFastTourEntryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IILAPIS.Models">
  <LoginId>sample string 1</LoginId>
  <Position>3</Position>
  <SelectedTourMonth>sample string 2</SelectedTourMonth>
  <tourEntry>
    <TourEntryDetails>
      <HQCode>sample string 3</HQCode>
      <PlaceCode>sample string 2</PlaceCode>
      <PlanDate>sample string 1</PlanDate>
      <Remarks>sample string 5</Remarks>
      <StnTypeId>sample string 4</StnTypeId>
    </TourEntryDetails>
    <TourEntryDetails>
      <HQCode>sample string 3</HQCode>
      <PlaceCode>sample string 2</PlaceCode>
      <PlanDate>sample string 1</PlanDate>
      <Remarks>sample string 5</Remarks>
      <StnTypeId>sample string 4</StnTypeId>
    </TourEntryDetails>
  </tourEntry>
</IILFastTourEntryDetails>

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.