POST api/UpdateForecast
Request Information
URI Parameters
None.
Body Parameters
Forecast_HeaderName | Description | Type | Additional information |
---|---|---|---|
Pkey | integer |
None. |
|
TransactionID | globally unique identifier |
None. |
|
FileID | globally unique identifier |
None. |
|
PreEntryDate | date |
None. |
|
ClearanceCustomsBarCode_Import | string |
None. |
|
ClearanceCustomsBarCode_Export | string |
None. |
|
AWB_No | string |
None. |
|
ID | string |
None. |
|
Receiver | string |
None. |
|
Receiver_English_Address | string |
None. |
|
Receiver_Address | string |
None. |
|
Receiver_ZipCode | string |
None. |
|
Receiver_Phone | string |
None. |
|
Receiver_CellPhone | string |
None. |
|
Receiver_Contact | string |
None. |
|
CollectIncome | decimal number |
None. |
|
Remark | string |
None. |
|
CustNo | string |
None. |
|
CustName | string |
None. |
|
SendAgentNo | string |
None. |
|
Transfer_AWBNo | string |
None. |
|
IsOK | boolean |
None. |
|
Result | string |
None. |
|
TotalPiece | decimal number |
None. |
|
TotalWeight | decimal number |
None. |
|
Store_GoodsValue | string |
None. |
|
Store_No | string |
None. |
|
Store_Type | string |
None. |
|
Invoice_Item | string |
None. |
|
Invoice_Qty | string |
None. |
|
Invoice_UnitPrice | string |
None. |
|
Invoice_Currency | string |
None. |
|
Invoice_Amount | string |
None. |
|
CreateTime | date |
None. |
|
erstno | string |
None. |
|
UpdateTime | date |
None. |
|
Status | integer |
None. |
|
Type | integer |
None. |
|
CustomerType | integer |
None. |
|
Channel | string |
None. |
|
PrintType | integer |
None. |
|
HCTImage | string |
None. |
|
Forecast_Detail | Collection of Forecast_Detail |
None. |
|
Forecast_File | Forecast_File |
None. |
Request Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
{ "pkey": 1, "transactionID": "0a9d28d9-2fc0-4a15-a78c-0448b1a8e91e", "fileID": "453b99d0-e5b6-49d4-8e6e-7f42223f0ec8", "preEntryDate": "2025-09-14T06:33:58.7190692+08:00", "clearanceCustomsBarCode_Import": "sample string 2", "clearanceCustomsBarCode_Export": "sample string 3", "awB_No": "sample string 4", "id": "sample string 5", "receiver": "sample string 6", "receiver_English_Address": "sample string 7", "receiver_Address": "sample string 8", "receiver_ZipCode": "sample string 9", "receiver_Phone": "sample string 10", "receiver_CellPhone": "sample string 11", "receiver_Contact": "sample string 12", "collectIncome": 1.0, "remark": "sample string 13", "custNo": "sample string 14", "custName": "sample string 15", "sendAgentNo": "sample string 16", "transfer_AWBNo": "sample string 17", "isOK": true, "result": "sample string 18", "totalPiece": 1.0, "totalWeight": 1.0, "store_GoodsValue": "sample string 19", "store_No": "sample string 20", "store_Type": "sample string 21", "invoice_Item": "sample string 22", "invoice_Qty": "sample string 23", "invoice_UnitPrice": "sample string 24", "invoice_Currency": "sample string 25", "invoice_Amount": "sample string 26", "createTime": "2025-09-14T06:33:58.7346963+08:00", "erstno": "sample string 27", "updateTime": "2025-09-14T06:33:58.7346963+08:00", "status": 1, "type": 1, "customerType": 1, "channel": "sample string 28", "printType": 1, "hctImage": "sample string 29", "forecast_Detail": [ { "pkey": 1, "parentKey": 2, "sub_AWB_No": "sample string 3", "piece": 1.0, "weight": 1.0, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 1, "unitPrice": 1.0, "amount": 1.0, "origin": "sample string 6", "brand": "sample string 7", "spec": "sample string 8", "hscode": "sample string 9", "length": 1.0, "width": 1.0, "height": 1.0 }, { "pkey": 1, "parentKey": 2, "sub_AWB_No": "sample string 3", "piece": 1.0, "weight": 1.0, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 1, "unitPrice": 1.0, "amount": 1.0, "origin": "sample string 6", "brand": "sample string 7", "spec": "sample string 8", "hscode": "sample string 9", "length": 1.0, "width": 1.0, "height": 1.0 } ] }
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.