POST api/UpdateSendReport
Request Information
URI Parameters
None.
Body Parameters
Collection of SendReportModelName | Description | Type | Additional information |
---|---|---|---|
AWB_Date | date |
None. |
|
PreClearanceCustomsBarCode | string |
None. |
|
AWB_No | string |
None. |
|
Transfer_AWB_No | string |
None. |
|
ImpRec_Company | string |
None. |
|
ImpRec_Address | string |
None. |
|
ImpRec_Contact | string |
None. |
|
ImpRec_Phone | string |
None. |
|
Collection_Income | string |
None. |
|
PredictPiece | string |
None. |
|
Actual_Weight | string |
None. |
|
Other_Note | string |
None. |
|
AreaCode | string |
None. |
|
SendCode | string |
None. |
Request Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
[ { "awB_Date": "2025-05-13T23:42:57.2019385+08:00", "preClearanceCustomsBarCode": "sample string 2", "awB_No": "sample string 3", "transfer_AWB_No": "sample string 4", "impRec_Company": "sample string 5", "impRec_Address": "sample string 6", "impRec_Contact": "sample string 7", "impRec_Phone": "sample string 8", "collection_Income": "sample string 9", "predictPiece": "sample string 10", "actual_Weight": "sample string 11", "other_Note": "sample string 12", "areaCode": "sample string 13", "sendCode": "sample string 14" }, { "awB_Date": "2025-05-13T23:42:57.2019385+08:00", "preClearanceCustomsBarCode": "sample string 2", "awB_No": "sample string 3", "transfer_AWB_No": "sample string 4", "impRec_Company": "sample string 5", "impRec_Address": "sample string 6", "impRec_Contact": "sample string 7", "impRec_Phone": "sample string 8", "collection_Income": "sample string 9", "predictPiece": "sample string 10", "actual_Weight": "sample string 11", "other_Note": "sample string 12", "areaCode": "sample string 13", "sendCode": "sample string 14" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
Sample not available.