POST api/B2CUser/CheckForVisa

Request Information

URI Parameters

None.

Body Parameters

BrnCheck
NameDescriptionTypeAdditional information
UserID

integer

None.

HotelBRN

string

None.

TransportBRN

string

None.

GroundServiceBRN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "HotelBRN": "sample string 2",
  "TransportBRN": "sample string 3",
  "GroundServiceBRN": "sample string 4"
}

application/xml, text/xml

Sample:
<B2CUserController.BrnCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheZowarAPI.Controllers">
  <GroundServiceBRN>sample string 4</GroundServiceBRN>
  <HotelBRN>sample string 2</HotelBRN>
  <TransportBRN>sample string 3</TransportBRN>
  <UserID>1</UserID>
</B2CUserController.BrnCheck>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />