POST api/v1/customers/multirestore

Request Information

URI Parameters

None.

Body Parameters

MultipleCustomerConfirmDto
NameDescriptionTypeAdditional information
Customers

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "customers": [
    "d2162ad7-04de-4625-acc5-45bada9c26c4",
    "cb3b1d36-4ae8-426d-975f-1264de90550a"
  ]
}

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>d2162ad7-04de-4625-acc5-45bada9c26c4</d2p1:guid>
    <d2p1:guid>cb3b1d36-4ae8-426d-975f-1264de90550a</d2p1:guid>
  </Customers>
</MultipleCustomerConfirmDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.