GET api/TMSApp/RecDelReport/GetBuyOrderDetailTop?OrderId={OrderId}
获取采购订单详细信息顶部信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取采购订单详细信息顶部信息
MsgBaseApiPageOfOrderBaseInfoDetailName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
OrderBaseInfoDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "OrderName": "sample string 1", "TransportType": 2, "ContractNumber": 3.0, "CompleteWeight": 4.0, "CompleteRate": "sample string 5", "TransportOrderNumber": 6, "ExceptionNumber": 7, "ExceptionWeight": 8.0, "ExceptionRate": "sample string 9" } }