POST api/PutCollectionListTimedOut?AuthToken={AuthToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthToken | string |
Required |
Body Parameters
Dictionary of integer [key] and boolean [value]Request Formats
application/json, text/json
Sample:
{
"1": true,
"2": true
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfintNullableOfbooleanU6ho3Bhd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfintNullableOfbooleanU6ho3Bhd>
<Key>1</Key>
<Value>true</Value>
</KeyValueOfintNullableOfbooleanU6ho3Bhd>
<KeyValueOfintNullableOfbooleanU6ho3Bhd>
<Key>2</Key>
<Value>true</Value>
</KeyValueOfintNullableOfbooleanU6ho3Bhd>
</ArrayOfKeyValueOfintNullableOfbooleanU6ho3Bhd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |