POST V2/TAEForm/SaveAirBookingForm

Request Information

URI Parameters

None.

Body Parameters

AirBookingFormVo
NameDescriptionTypeAdditional information
ShopperId

string

None.

Id

integer

None.

ShipperNameAddress

string

None.

KCCode

string

None.

ExportLicenceNo

string

None.

CertOfOriginNo

string

None.

BR

string

None.

ShipperName

string

None.

ShipperTel

string

None.

ConsigneeNameAndAddress

string

None.

ConsigneeUSCI

string

None.

ConsigneeName

string

None.

ConsigneeTel

string

None.

NotifyParty

string

None.

NotifyPartyUSCI

string

None.

NotifyPartyName

string

None.

NotifyPartyTel

string

None.

MAWBNo

string

None.

HAWBNo

string

None.

NameOfCarrier

string

None.

DepartureAirport

string

None.

Destination

string

None.

AirlineCounterSignature

boolean

None.

AirfreightCharges

string

None.

OtherCharges

string

None.

FreightTerms

string

None.

FreightTermsOthers

string

None.

SpecialInstructions

string

None.

SpecifyCountry

string

None.

DeclaredValueForCustoms

string

None.

DeclaredValueForCarriage

string

None.

InsuranceAmount

string

None.

PackingList

boolean

None.

CommercialInvoice

boolean

None.

CertificateOfOrigin

boolean

None.

ConsularInvoice

boolean

None.

ShipperCOD

string

None.

AgentSign

string

None.

AgentSignDate

date

None.

ShipperSignBlockLetters

string

None.

ShipperSign

string

None.

ShipperSignDate

date

None.

GoodList

Collection of AirBookingFormGoodVo

None.

PdfUrl

string

None.

PdfFileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopperId": "sample string 1",
  "Id": 1,
  "ShipperNameAddress": "sample string 2",
  "KCCode": "sample string 3",
  "ExportLicenceNo": "sample string 4",
  "CertOfOriginNo": "sample string 5",
  "BR": "sample string 6",
  "ShipperName": "sample string 7",
  "ShipperTel": "sample string 8",
  "ConsigneeNameAndAddress": "sample string 9",
  "ConsigneeUSCI": "sample string 10",
  "ConsigneeName": "sample string 11",
  "ConsigneeTel": "sample string 12",
  "NotifyParty": "sample string 13",
  "NotifyPartyUSCI": "sample string 14",
  "NotifyPartyName": "sample string 15",
  "NotifyPartyTel": "sample string 16",
  "MAWBNo": "sample string 17",
  "HAWBNo": "sample string 18",
  "NameOfCarrier": "sample string 19",
  "DepartureAirport": "sample string 20",
  "Destination": "sample string 21",
  "AirlineCounterSignature": true,
  "AirfreightCharges": "sample string 22",
  "OtherCharges": "sample string 23",
  "FreightTerms": "sample string 24",
  "FreightTermsOthers": "sample string 25",
  "SpecialInstructions": "sample string 26",
  "SpecifyCountry": "sample string 27",
  "DeclaredValueForCustoms": "sample string 28",
  "DeclaredValueForCarriage": "sample string 29",
  "InsuranceAmount": "sample string 30",
  "PackingList": true,
  "CommercialInvoice": true,
  "CertificateOfOrigin": true,
  "ConsularInvoice": true,
  "ShipperCOD": "sample string 31",
  "AgentSign": "sample string 32",
  "AgentSignDate": "2026-03-24 07:30:56",
  "ShipperSignBlockLetters": "sample string 33",
  "ShipperSign": "sample string 34",
  "ShipperSignDate": "2026-03-24 07:30:56",
  "GoodList": [
    {
      "Id": 1,
      "MarksNos": "sample string 2",
      "DescriptionOfGoods": "sample string 3",
      "CTNS": "sample string 4",
      "GrossWeight": "sample string 5",
      "Measurement": "sample string 6"
    },
    {
      "Id": 1,
      "MarksNos": "sample string 2",
      "DescriptionOfGoods": "sample string 3",
      "CTNS": "sample string 4",
      "GrossWeight": "sample string 5",
      "Measurement": "sample string 6"
    }
  ],
  "PdfUrl": "sample string 35",
  "PdfFileName": "sample string 36"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AirBookingFormVo'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}