POST api/v1/customers/multirestore
Request Information
URI Parameters
None.
Body Parameters
MultipleCustomerConfirmDtoName | Description | Type | Additional information |
---|---|---|---|
Customers | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "customers": [ "3e73059c-cf05-4fe3-844d-5355486ee06e", "19e30a70-280e-4db5-bea5-976a2af14f96" ] }
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>3e73059c-cf05-4fe3-844d-5355486ee06e</d2p1:guid> <d2p1:guid>19e30a70-280e-4db5-bea5-976a2af14f96</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.