GET api/TMSApp/Report/GetDispatchByContractNumber?contractNumber={contractNumber}&pageIndex={pageIndex}&pageSize={pageSize}
根据合同编号获取运单信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contractNumber | string |
Required |
|
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
根据合同编号获取运单信息
MsgBasePageApiOfListOfDispatchDetailsName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of DispatchDetails |
None. |
TotalCount |
总条数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "CardNumber": "sample string 1", "SendTare": 2.0, "SendGross": 3.0, "ProductName": "sample string 4", "ShipperName": "sample string 5", "StartTransTime": "2025-01-02T20:39:27.835927+08:00", "ArriveDeliverTime": "2025-01-02T20:39:27.835927+08:00", "CreateTimeStr": "sample string 8" }, { "CardNumber": "sample string 1", "SendTare": 2.0, "SendGross": 3.0, "ProductName": "sample string 4", "ShipperName": "sample string 5", "StartTransTime": "2025-01-02T20:39:27.835927+08:00", "ArriveDeliverTime": "2025-01-02T20:39:27.835927+08:00", "CreateTimeStr": "sample string 8" } ], "TotalCount": 3 }