GET api/TMSApp/RecDelReport/GetBatchDetailInfo?BatchId={BatchId}&transportType={transportType}&pageIndex={pageIndex}&pageSize={pageSize}
获取批次下不同状态下相关信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BatchId |
批次ID |
integer |
Required |
transportType |
批次状态 -1已发,1运输中,2已到 3已完成 |
integer |
Required |
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取批次下不同状态下相关信息
MsgBaseApiPageOfBatchDetailInfoName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
BatchDetailInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "CarriageNumber": [ { "status": 1, "Number": 2, "CarriageWeight": 3.0 }, { "status": 1, "Number": 2, "CarriageWeight": 3.0 } ], "CarriageInfo": [ { "No": 1, "CarriageNo": "sample string 2", "GoodsWeight": 3.0, "CarriageStatus": 4, "CarriageStatusStr": "" }, { "No": 1, "CarriageNo": "sample string 2", "GoodsWeight": 3.0, "CarriageStatus": 4, "CarriageStatusStr": "" } ], "TotalCount": 1 } }