POST api/v1/customers/multirestore
Request Information
URI Parameters
None.
Body Parameters
MultipleCustomerConfirmDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Customers | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"customers": [
"c38d6f72-2d95-4269-aea3-4a5b057771fc",
"94e61e0b-d67f-443c-b11a-714a2bb356db"
]
}
application/xml, text/xml
Sample:
<MultipleCustomerConfirmDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos">
<Customers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c38d6f72-2d95-4269-aea3-4a5b057771fc</d2p1:guid>
<d2p1:guid>94e61e0b-d67f-443c-b11a-714a2bb356db</d2p1:guid>
</Customers>
</MultipleCustomerConfirmDto>
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.