POST api/spi/query-delivery-info
Request Information
URI Parameters
None.
Body Parameters
QueryDeliveryInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| delivery_id | string |
None. |
|
| custom_type | integer |
None. |
|
| last_material_id | string |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"delivery_id": "sample string 1",
"custom_type": 2,
"last_material_id": "sample string 3",
"limit": 4
}
application/xml, text/xml
Sample:
<QueryDeliveryInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZJDY.Data.Models.Bus"> <CustomType>2</CustomType> <DeliveryId>sample string 1</DeliveryId> <LastMaterialId>sample string 3</LastMaterialId> <Limit>4</Limit> </QueryDeliveryInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.