POST api/UploadCustomerForecast
Request Information
URI Parameters
None.
Body Parameters
UploadFile_HeaderName | Description | Type | Additional information |
---|---|---|---|
FileID | globally unique identifier |
Required |
|
CustNo | string |
None. |
|
CreateTime | date |
Required |
|
lstUploadFile | Collection of UploadFile |
None. |
Request Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
{ "lstUploadFile": [ { "lstSub": [ { "sub_AWB_No": "sample string 1", "piece": 2.1, "weight": 3.1, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 6, "unitPrice": 7.1, "amount": 8.1, "origin": "sample string 9", "brand": "sample string 10", "spec": "sample string 11", "hscode": "sample string 12", "length": 13.1, "width": 14.1, "height": 15.1 }, { "sub_AWB_No": "sample string 1", "piece": 2.1, "weight": 3.1, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 6, "unitPrice": 7.1, "amount": 8.1, "origin": "sample string 9", "brand": "sample string 10", "spec": "sample string 11", "hscode": "sample string 12", "length": 13.1, "width": 14.1, "height": 15.1 } ], "pkey": 1, "createTime": "2025-09-14T06:37:32.0968615+08:00", "transactionID": "a6b11c0f-9c3b-4374-afee-8995b374a18e", "fileID": "6e78216b-c08f-4279-af7d-4d68c0db271d", "preEntryDate": "2025-09-14T06:37:32.0968615+08:00", "clearanceCustomsBarCode_Import": "sample string 6", "clearanceCustomsBarCode_Export": "sample string 7", "awB_No": "sample string 8", "id": "sample string 9", "receiver": "sample string 10", "receiver_English_Address": "sample string 11", "receiver_Address": "sample string 12", "receiver_ZipCode": "sample string 13", "receiver_Phone": "sample string 14", "receiver_CellPhone": "sample string 15", "receiver_Contact": "sample string 16", "collectIncome": 17.0, "remark": "sample string 18", "custNo": "sample string 19", "custName": "sample string 20", "sendAgentNo": "sample string 21", "transfer_AWBNo": "sample string 22", "isOK": true, "result": "sample string 24", "totalPiece": 25.1, "totalWeight": 26.1, "store_GoodsValue": "sample string 27", "store_No": "sample string 28", "store_Type": "sample string 29", "invoice_Item": "sample string 30", "invoice_Qty": "sample string 31", "invoice_UnitPrice": "sample string 32", "invoice_Currency": "sample string 33", "invoice_Amount": "sample string 34", "erstno": "sample string 35", "status": 1, "type": 1, "customerType": 1, "channel": "sample string 36", "printType": 37, "hctImage": "sample string 38" }, { "lstSub": [ { "sub_AWB_No": "sample string 1", "piece": 2.1, "weight": 3.1, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 6, "unitPrice": 7.1, "amount": 8.1, "origin": "sample string 9", "brand": "sample string 10", "spec": "sample string 11", "hscode": "sample string 12", "length": 13.1, "width": 14.1, "height": 15.1 }, { "sub_AWB_No": "sample string 1", "piece": 2.1, "weight": 3.1, "english_Goods_Name": "sample string 4", "goods_Name": "sample string 5", "qty": 6, "unitPrice": 7.1, "amount": 8.1, "origin": "sample string 9", "brand": "sample string 10", "spec": "sample string 11", "hscode": "sample string 12", "length": 13.1, "width": 14.1, "height": 15.1 } ], "pkey": 1, "createTime": "2025-09-14T06:37:32.0968615+08:00", "transactionID": "a6b11c0f-9c3b-4374-afee-8995b374a18e", "fileID": "6e78216b-c08f-4279-af7d-4d68c0db271d", "preEntryDate": "2025-09-14T06:37:32.0968615+08:00", "clearanceCustomsBarCode_Import": "sample string 6", "clearanceCustomsBarCode_Export": "sample string 7", "awB_No": "sample string 8", "id": "sample string 9", "receiver": "sample string 10", "receiver_English_Address": "sample string 11", "receiver_Address": "sample string 12", "receiver_ZipCode": "sample string 13", "receiver_Phone": "sample string 14", "receiver_CellPhone": "sample string 15", "receiver_Contact": "sample string 16", "collectIncome": 17.0, "remark": "sample string 18", "custNo": "sample string 19", "custName": "sample string 20", "sendAgentNo": "sample string 21", "transfer_AWBNo": "sample string 22", "isOK": true, "result": "sample string 24", "totalPiece": 25.1, "totalWeight": 26.1, "store_GoodsValue": "sample string 27", "store_No": "sample string 28", "store_Type": "sample string 29", "invoice_Item": "sample string 30", "invoice_Qty": "sample string 31", "invoice_UnitPrice": "sample string 32", "invoice_Currency": "sample string 33", "invoice_Amount": "sample string 34", "erstno": "sample string 35", "status": 1, "type": 1, "customerType": 1, "channel": "sample string 36", "printType": 37, "hctImage": "sample string 38" } ], "fileID": "ead443c1-f462-486f-bfda-65bce1cafb40", "custNo": "sample string 2", "createTime": "2025-09-14T06:37:32.0968615+08:00" }
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.