POST api/BEOrder/UpdateDispatchCar
Request Information
URI Parameters
None.
Body Parameters
UpdateDispatchCar| Name | Description | Type | Additional information |
|---|---|---|---|
| DP_Id | integer |
None. |
|
| CarPlate | string |
None. |
|
| CA_CarType | string |
None. |
|
| CA_CarStyle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DP_Id": 1,
"CarPlate": "sample string 2",
"CA_CarType": "sample string 3",
"CA_CarStyle": "sample string 4"
}
application/xml, text/xml
Sample:
<DispatchModel.UpdateDispatchCar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CA_CarStyle>sample string 4</CA_CarStyle> <CA_CarType>sample string 3</CA_CarType> <CarPlate>sample string 2</CarPlate> <DP_Id>1</DP_Id> </DispatchModel.UpdateDispatchCar>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>