POST API/CreditstatementReport/CorpAgents

Request Information

URI Parameters

None.

Body Parameters

CorpAgentsLoad
NameDescriptionTypeAdditional information
ArrivalDate

string

None.

ArrivalDate1

date

None.

DepartureDate1

date

None.

DepartureDate

string

None.

Type

string

None.

HotelId

integer

None.

CorpAgentId

integer

None.

CorpAgentName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ArrivalDate": "sample string 1",
  "ArrivalDate1": "2026-06-13T19:08:38.9819533+05:30",
  "DepartureDate1": "2026-06-13T19:08:38.9819533+05:30",
  "DepartureDate": "sample string 4",
  "Type": "sample string 5",
  "HotelId": 6,
  "CorpAgentId": 7,
  "CorpAgentName": "sample string 8"
}

application/xml, text/xml

Sample:
<CreditStatementReport.CorpAgentsLoad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <ArrivalDate>sample string 1</ArrivalDate>
  <ArrivalDate1>2026-06-13T19:08:38.9819533+05:30</ArrivalDate1>
  <CorpAgentId>7</CorpAgentId>
  <CorpAgentName>sample string 8</CorpAgentName>
  <DepartureDate>sample string 4</DepartureDate>
  <DepartureDate1>2026-06-13T19:08:38.9819533+05:30</DepartureDate1>
  <HotelId>6</HotelId>
  <Type>sample string 5</Type>
</CreditStatementReport.CorpAgentsLoad>

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.