POST api/Logistics/getAllTruckByType
Request Information
URI Parameters
None.
Body Parameters
mTruckTypeId| Name | Description | Type | Additional information |
|---|---|---|---|
| truckTypeId | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"truckTypeId": [
1,
1
]
}
application/xml, text/xml
Sample:
<mTruckTypeId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Logistics">
<truckTypeId xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</truckTypeId>
</mTruckTypeId>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.