POST DriversUpdateRequestOrderByTemplate
Request Information
URI Parameters
None.
Body Parameters
DriversUpdateRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| File | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| IdCompanyContract | globally unique identifier |
None. |
|
| CreateDriverAppUsers | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"File": "QEA=",
"FileName": "sample string 1",
"IdNetwork": "967d5b4a-1d4c-4795-80d1-a2fe0b8fc641",
"IdCompanyContract": "23c51893-809c-4d83-84a0-750ed55a683a",
"CreateDriverAppUsers": true
}
application/xml, text/xml
Sample:
<DriversUpdateRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Driver"> <CreateDriverAppUsers>true</CreateDriverAppUsers> <File>QEA=</File> <FileName>sample string 1</FileName> <IdCompanyContract>23c51893-809c-4d83-84a0-750ed55a683a</IdCompanyContract> <IdNetwork>967d5b4a-1d4c-4795-80d1-a2fe0b8fc641</IdNetwork> </DriversUpdateRequestDto>
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.