PUT IdentificationRequestConfirmDelivery
Request Identifications for drivers.
Request Information
URI Parameters
None.
Body Parameters
The new data of the OrderIdentificationDto.
IdentificationsRequestChangeStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"e675d67d-d8c3-4ba8-97f1-a5e7caf15f39",
"4dfd90c3-7c38-4c59-8c77-da29feecac8a"
]
}
application/xml, text/xml
Sample:
<IdentificationsRequestChangeStatusDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e675d67d-d8c3-4ba8-97f1-a5e7caf15f39</d2p1:guid>
<d2p1:guid>4dfd90c3-7c38-4c59-8c77-da29feecac8a</d2p1:guid>
</Ids>
</IdentificationsRequestChangeStatusDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.