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": [
"203240b2-ffab-4496-a589-a107efebc98e",
"41ccc44c-4b21-464e-a631-aeca87e389c3"
]
}
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>203240b2-ffab-4496-a589-a107efebc98e</d2p1:guid>
<d2p1:guid>41ccc44c-4b21-464e-a631-aeca87e389c3</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.