POST api/SendSheet2
发货单上传(箱)
Request Information
URI Parameters
None.
Body Parameters
单据信息
SendSheetName | Description | Type | Additional information |
---|---|---|---|
manualId | string |
None. |
|
moduleCode | string |
None. |
|
channel | string |
None. |
|
toChannel | string |
None. |
|
sendNoticeId | string |
None. |
|
checker | string |
None. |
|
createdBy | string |
None. |
|
createdDate | date |
None. |
|
sheetDate | date |
None. |
|
sheetTypeId | string |
None. |
|
remark | string |
None. |
|
sendSheetGoods | Collection of SendSheetGoods |
None. |
Request Formats
application/json, text/json
示例:
{ "manualId": "sample string 1", "moduleCode": "sample string 2", "channel": "sample string 3", "toChannel": "sample string 4", "sendNoticeId": "sample string 5", "checker": "sample string 6", "createdBy": "sample string 7", "createdDate": "2025-03-31T18:23:54.8761216+08:00", "sheetDate": "2025-03-31T18:23:54.8761216+08:00", "sheetTypeId": "sample string 8", "remark": "sample string 9", "sendSheetGoods": [ { "barcode": "sample string 1", "quantity": 2.0, "remark": "sample string 3" }, { "barcode": "sample string 1", "quantity": 2.0, "remark": "sample string 3" } ] }
application/xml, text/xml
示例:
<SendSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.SendSheet"> <channel>sample string 3</channel> <checker>sample string 6</checker> <createdBy>sample string 7</createdBy> <createdDate>2025-03-31T18:23:54.8761216+08:00</createdDate> <manualId>sample string 1</manualId> <moduleCode>sample string 2</moduleCode> <remark>sample string 9</remark> <sendNoticeId>sample string 5</sendNoticeId> <sendSheetGoods> <SendSheetGoods> <barcode>sample string 1</barcode> <quantity>2</quantity> <remark>sample string 3</remark> </SendSheetGoods> <SendSheetGoods> <barcode>sample string 1</barcode> <quantity>2</quantity> <remark>sample string 3</remark> </SendSheetGoods> </sendSheetGoods> <sheetDate>2025-03-31T18:23:54.8761216+08:00</sheetDate> <sheetTypeId>sample string 8</sheetTypeId> <toChannel>sample string 4</toChannel> </SendSheet>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
MSG | string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "msg": "sample string 2" }
application/xml, text/xml
示例:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <Flag>sample string 1</Flag> <MSG>sample string 2</MSG> </Response>