POST api/flight/booking/request-invoice

Request Information

URI Parameters

None.

Body Parameters

RequestInvoiceRequest
NameDescriptionTypeAdditional information
OrderId

string

None.

TaxCountry

string

None.

TaxName

string

None.

TaxType

string

None.

TaxNumber

string

None.

TaxAddress

string

None.

Note

string

None.

ReceiveBy

string

None.

FullNameReceive

string

None.

PhoneReceive

string

None.

EmailReceive

string

None.

AddressReceive

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": "sample string 1",
  "TaxCountry": "sample string 2",
  "TaxName": "sample string 3",
  "TaxType": "sample string 4",
  "TaxNumber": "sample string 5",
  "TaxAddress": "sample string 6",
  "Note": "sample string 7",
  "ReceiveBy": "sample string 8",
  "FullNameReceive": "sample string 9",
  "PhoneReceive": "sample string 10",
  "EmailReceive": "sample string 11",
  "AddressReceive": "sample string 12"
}

application/xml, text/xml

Sample:
<RequestInvoiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmiletripB2B.API.Models">
  <AddressReceive>sample string 12</AddressReceive>
  <EmailReceive>sample string 11</EmailReceive>
  <FullNameReceive>sample string 9</FullNameReceive>
  <Note>sample string 7</Note>
  <OrderId>sample string 1</OrderId>
  <PhoneReceive>sample string 10</PhoneReceive>
  <ReceiveBy>sample string 8</ReceiveBy>
  <TaxAddress>sample string 6</TaxAddress>
  <TaxCountry>sample string 2</TaxCountry>
  <TaxName>sample string 3</TaxName>
  <TaxNumber>sample string 5</TaxNumber>
  <TaxType>sample string 4</TaxType>
</RequestInvoiceRequest>

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.