POST api/InvoiceShipment/ExecuteInvoiceShipment
Request Information
URI Parameters
None.
Body Parameters
SchedulingShipmentVo| Name | Description | Type | Additional information |
|---|---|---|---|
| logisticsName | string |
None. |
|
| agencyName | string |
None. |
|
| id | integer |
None. |
|
| orderId | integer |
None. |
|
| sortNo | integer |
None. |
|
| orderType | integer |
None. |
|
| logisticsId | integer |
None. |
|
| shipmentType | string |
None. |
|
| isLock | integer |
None. |
|
| schedulingDate | date |
None. |
|
| dispatchNote | string |
None. |
|
| weight | string |
None. |
|
| detailedList | string |
None. |
|
| logisticsNo | string |
None. |
|
| upload | integer |
None. |
|
| creater | string |
None. |
|
| createDate | date |
None. |
|
| updater | string |
None. |
|
| updateTime | date |
None. |
|
| collectDate | date |
None. |
|
| shipmentDate | date |
None. |
|
| examineDate | date |
None. |
|
| pkState | integer |
None. |
|
| warehousingPackCount | integer |
None. |
|
| warehousingFrameCount | integer |
None. |
|
| orderPackNotes | string |
None. |
|
| collecWay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"logisticsName": "sample string 1",
"agencyName": "sample string 2",
"id": 1,
"orderId": 1,
"sortNo": 1,
"orderType": 1,
"logisticsId": 1,
"shipmentType": "sample string 3",
"isLock": 1,
"schedulingDate": "2025-12-12T01:38:45.9810724+08:00",
"dispatchNote": "sample string 4",
"weight": "sample string 5",
"detailedList": "sample string 6",
"logisticsNo": "sample string 7",
"upload": 1,
"creater": "sample string 8",
"createDate": "2025-12-12T01:38:45.9810724+08:00",
"updater": "sample string 9",
"updateTime": "2025-12-12T01:38:45.9810724+08:00",
"collectDate": "2025-12-12T01:38:45.9810724+08:00",
"shipmentDate": "2025-12-12T01:38:45.9810724+08:00",
"examineDate": "2025-12-12T01:38:45.9810724+08:00",
"pkState": 1,
"warehousingPackCount": 1,
"warehousingFrameCount": 1,
"orderPackNotes": "sample string 10",
"collecWay": "sample string 11"
}
application/xml, text/xml
Sample:
<SchedulingShipmentVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application_API.Models.Finished"> <collecWay>sample string 11</collecWay> <collectDate>2025-12-12T01:38:45.9810724+08:00</collectDate> <createDate>2025-12-12T01:38:45.9810724+08:00</createDate> <creater>sample string 8</creater> <detailedList>sample string 6</detailedList> <dispatchNote>sample string 4</dispatchNote> <examineDate>2025-12-12T01:38:45.9810724+08:00</examineDate> <id>1</id> <isLock>1</isLock> <logisticsId>1</logisticsId> <logisticsNo>sample string 7</logisticsNo> <orderId>1</orderId> <orderPackNotes>sample string 10</orderPackNotes> <orderType>1</orderType> <pkState>1</pkState> <schedulingDate>2025-12-12T01:38:45.9810724+08:00</schedulingDate> <shipmentDate>2025-12-12T01:38:45.9810724+08:00</shipmentDate> <shipmentType>sample string 3</shipmentType> <sortNo>1</sortNo> <updateTime>2025-12-12T01:38:45.9810724+08:00</updateTime> <updater>sample string 9</updater> <upload>1</upload> <warehousingFrameCount>1</warehousingFrameCount> <warehousingPackCount>1</warehousingPackCount> <weight>sample string 5</weight> <agencyName>sample string 2</agencyName> <logisticsName>sample string 1</logisticsName> </SchedulingShipmentVo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ApiResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application_API.Models"> <Code>1</Code> <Data /> <Message>sample string 2</Message> </ApiResultModel>