POST V2/TAEForm/SavePAMShippingOrderForm

Request Information

URI Parameters

None.

Body Parameters

PAMShippingOrderFormVo
NameDescriptionTypeAdditional information
ShopperId

string

None.

Id

integer

None.

Shipper

string

None.

ShipperTel

string

None.

ShipperContactPeson

string

None.

OrderNo

string

None.

Consignee

string

None.

NotifyParty

string

None.

PlaceOfReceipt

string

None.

PortOfLoading

string

None.

Vessel

string

None.

FinalDestinationAirport

string

None.

FreightCharges

string

None.

LocalCharges

string

None.

FreightTerms

Collection of string

None.

FreightTermsOthers

string

None.

BookingComments

string

None.

CreateDate

date

None.

Deleted

boolean

None.

GoodList

Collection of PAMShippingOrderFormGoodsVo

None.

HSCode

string

None.

BOLPdfUrl

string

None.

BOLPdfFileName

string

None.

ReceiveReportUrl

string

None.

ReceiveReportFileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopperId": "sample string 1",
  "Id": 1,
  "Shipper": "sample string 2",
  "ShipperTel": "sample string 3",
  "ShipperContactPeson": "sample string 4",
  "OrderNo": "sample string 5",
  "Consignee": "sample string 6",
  "NotifyParty": "sample string 7",
  "PlaceOfReceipt": "sample string 8",
  "PortOfLoading": "sample string 9",
  "Vessel": "sample string 10",
  "FinalDestinationAirport": "sample string 11",
  "FreightCharges": "sample string 12",
  "LocalCharges": "sample string 13",
  "FreightTerms": [
    "sample string 1",
    "sample string 2"
  ],
  "FreightTermsOthers": "sample string 14",
  "BookingComments": "sample string 15",
  "CreateDate": "2026-06-23 09:01:50",
  "Deleted": true,
  "GoodList": [
    {
      "Id": 1,
      "Marks": "sample string 1",
      "Nos": "sample string 2",
      "ContainerNo": "sample string 3",
      "KindOfPackages": "sample string 4",
      "Description": "sample string 5",
      "GrossWt": "sample string 6",
      "Meast": "sample string 7"
    },
    {
      "Id": 1,
      "Marks": "sample string 1",
      "Nos": "sample string 2",
      "ContainerNo": "sample string 3",
      "KindOfPackages": "sample string 4",
      "Description": "sample string 5",
      "GrossWt": "sample string 6",
      "Meast": "sample string 7"
    }
  ],
  "HSCode": "sample string 18",
  "BOLPdfUrl": "sample string 19",
  "BOLPdfFileName": "sample string 20",
  "ReceiveReportUrl": "sample string 21",
  "ReceiveReportFileName": "sample string 22"
}

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 'PAMShippingOrderFormVo'.

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
}