POST api/Transport/Update
Request Information
URI Parameters
None.
Body Parameters
TransportUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| transport | Collection of Object |
None. |
|
| idWorkUnit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"transport": null,
"idWorkUnit": 1
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TransportUpdateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| mesasge | string |
None. |
|
| isSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"mesasge": "sample string 1",
"isSuccess": true
}
application/xml, text/xml
Sample:
<TransportUpdateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Areas.Transport.Models"> <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Models">true</IsSuccess> <Mesasge xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Models">sample string 1</Mesasge> </TransportUpdateResponse>