POST api/Manager/ControlManagerReady
Request Information
URI Parameters
None.
Body Parameters
ControlManagerReadyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlReadyList | Collection of ControlReadyItem |
None. |
|
| DistributorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ControlReadyList": [
{
"SupplierId": "93399d6f-ac86-4b7f-9ec6-22fe34e38da9",
"ControlUrl": "sample string 2"
},
{
"SupplierId": "93399d6f-ac86-4b7f-9ec6-22fe34e38da9",
"ControlUrl": "sample string 2"
}
],
"DistributorId": "6ef5f624-1f67-47a6-8b36-1777a9b31270"
}
application/xml, text/xml
Sample:
<ControlManagerReadyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model">
<ControlReadyList>
<ControlReadyItem>
<ControlUrl>sample string 2</ControlUrl>
<SupplierId>93399d6f-ac86-4b7f-9ec6-22fe34e38da9</SupplierId>
</ControlReadyItem>
<ControlReadyItem>
<ControlUrl>sample string 2</ControlUrl>
<SupplierId>93399d6f-ac86-4b7f-9ec6-22fe34e38da9</SupplierId>
</ControlReadyItem>
</ControlReadyList>
<DistributorId>6ef5f624-1f67-47a6-8b36-1777a9b31270</DistributorId>
</ControlManagerReadyRequest>
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.