GET api/SendNotice?SheetDate={SheetDate}&SheetId={SheetId}&Type={Type}
下载发货通知单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SheetDate |
起始日期 |
date |
Required |
SheetId |
单据编号 |
string |
Default value is |
Type | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of SendNoticeName | Description | Type | Additional information |
---|---|---|---|
sheetId | string |
None. |
|
manualId | string |
None. |
|
channelId | string |
None. |
|
toChannelId | string |
None. |
|
tradeSheetId | string |
None. |
|
sheettype | string |
None. |
|
sheetDate | date |
None. |
|
createdBy | string |
None. |
|
createdDate | date |
None. |
|
checker | string |
None. |
|
checkDate | date |
None. |
|
lastmodBy | string |
None. |
|
lastmodDate | date |
None. |
|
remark | string |
None. |
|
sendNoticeGoods | Collection of SendNoticeGoods |
None. |
|
sendNoticeDetail | Collection of SendNoticeDetail |
None. |
Response Formats
application/json, text/json
示例:
[ { "sheetId": "sample string 1", "manualId": "sample string 2", "channelId": "sample string 3", "toChannelId": "sample string 4", "tradeSheetId": "sample string 5", "sheettype": "sample string 6", "sheetDate": "2025-04-08T23:13:44.8765951+08:00", "createdBy": "sample string 8", "createdDate": "2025-04-08T23:13:44.8765951+08:00", "checker": "sample string 10", "checkDate": "2025-04-08T23:13:44.8765951+08:00", "lastmodBy": "sample string 12", "lastmodDate": "2025-04-08T23:13:44.8765951+08:00", "remark": "sample string 14", "sendNoticeGoods": [ { "goodsId": "sample string 1", "dpPrice": "sample string 2", "quantity": "sample string 3", "amount": "sample string 4", "discount": 5.1, "balanceType": "sample string 6", "balancePrice": 7.0 }, { "goodsId": "sample string 1", "dpPrice": "sample string 2", "quantity": "sample string 3", "amount": "sample string 4", "discount": 5.1, "balanceType": "sample string 6", "balancePrice": 7.0 } ], "sendNoticeDetail": [ { "barcode": "sample string 1", "quantity": 2 }, { "barcode": "sample string 1", "quantity": 2 } ] }, { "sheetId": "sample string 1", "manualId": "sample string 2", "channelId": "sample string 3", "toChannelId": "sample string 4", "tradeSheetId": "sample string 5", "sheettype": "sample string 6", "sheetDate": "2025-04-08T23:13:44.8765951+08:00", "createdBy": "sample string 8", "createdDate": "2025-04-08T23:13:44.8765951+08:00", "checker": "sample string 10", "checkDate": "2025-04-08T23:13:44.8765951+08:00", "lastmodBy": "sample string 12", "lastmodDate": "2025-04-08T23:13:44.8765951+08:00", "remark": "sample string 14", "sendNoticeGoods": [ { "goodsId": "sample string 1", "dpPrice": "sample string 2", "quantity": "sample string 3", "amount": "sample string 4", "discount": 5.1, "balanceType": "sample string 6", "balancePrice": 7.0 }, { "goodsId": "sample string 1", "dpPrice": "sample string 2", "quantity": "sample string 3", "amount": "sample string 4", "discount": 5.1, "balanceType": "sample string 6", "balancePrice": 7.0 } ], "sendNoticeDetail": [ { "barcode": "sample string 1", "quantity": 2 }, { "barcode": "sample string 1", "quantity": 2 } ] } ]
application/xml, text/xml
示例:
<ArrayOfSendNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.SendNotice"> <SendNotice> <channelId>sample string 3</channelId> <checkDate>2025-04-08T23:13:44.8765951+08:00</checkDate> <checker>sample string 10</checker> <createdBy>sample string 8</createdBy> <createdDate>2025-04-08T23:13:44.8765951+08:00</createdDate> <lastmodBy>sample string 12</lastmodBy> <lastmodDate>2025-04-08T23:13:44.8765951+08:00</lastmodDate> <manualId>sample string 2</manualId> <remark>sample string 14</remark> <sendNoticeDetail> <SendNoticeDetail> <barcode>sample string 1</barcode> <quantity>2</quantity> </SendNoticeDetail> <SendNoticeDetail> <barcode>sample string 1</barcode> <quantity>2</quantity> </SendNoticeDetail> </sendNoticeDetail> <sendNoticeGoods> <SendNoticeGoods> <amount>sample string 4</amount> <balancePrice>7</balancePrice> <balanceType>sample string 6</balanceType> <discount>5.1</discount> <dpPrice>sample string 2</dpPrice> <goodsId>sample string 1</goodsId> <quantity>sample string 3</quantity> </SendNoticeGoods> <SendNoticeGoods> <amount>sample string 4</amount> <balancePrice>7</balancePrice> <balanceType>sample string 6</balanceType> <discount>5.1</discount> <dpPrice>sample string 2</dpPrice> <goodsId>sample string 1</goodsId> <quantity>sample string 3</quantity> </SendNoticeGoods> </sendNoticeGoods> <sheetDate>2025-04-08T23:13:44.8765951+08:00</sheetDate> <sheetId>sample string 1</sheetId> <sheettype>sample string 6</sheettype> <toChannelId>sample string 4</toChannelId> <tradeSheetId>sample string 5</tradeSheetId> </SendNotice> <SendNotice> <channelId>sample string 3</channelId> <checkDate>2025-04-08T23:13:44.8765951+08:00</checkDate> <checker>sample string 10</checker> <createdBy>sample string 8</createdBy> <createdDate>2025-04-08T23:13:44.8765951+08:00</createdDate> <lastmodBy>sample string 12</lastmodBy> <lastmodDate>2025-04-08T23:13:44.8765951+08:00</lastmodDate> <manualId>sample string 2</manualId> <remark>sample string 14</remark> <sendNoticeDetail> <SendNoticeDetail> <barcode>sample string 1</barcode> <quantity>2</quantity> </SendNoticeDetail> <SendNoticeDetail> <barcode>sample string 1</barcode> <quantity>2</quantity> </SendNoticeDetail> </sendNoticeDetail> <sendNoticeGoods> <SendNoticeGoods> <amount>sample string 4</amount> <balancePrice>7</balancePrice> <balanceType>sample string 6</balanceType> <discount>5.1</discount> <dpPrice>sample string 2</dpPrice> <goodsId>sample string 1</goodsId> <quantity>sample string 3</quantity> </SendNoticeGoods> <SendNoticeGoods> <amount>sample string 4</amount> <balancePrice>7</balancePrice> <balanceType>sample string 6</balanceType> <discount>5.1</discount> <dpPrice>sample string 2</dpPrice> <goodsId>sample string 1</goodsId> <quantity>sample string 3</quantity> </SendNoticeGoods> </sendNoticeGoods> <sheetDate>2025-04-08T23:13:44.8765951+08:00</sheetDate> <sheetId>sample string 1</sheetId> <sheettype>sample string 6</sheettype> <toChannelId>sample string 4</toChannelId> <tradeSheetId>sample string 5</tradeSheetId> </SendNotice> </ArrayOfSendNotice>