POST api/v1/volunteers/remaininagencypool
Request Information
URI Parameters
None.
Body Parameters
RemainInSkilledPool| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| OptIn | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"token": "e112751d-10c9-427b-bf21-61e287817a88",
"optIn": true
}
application/xml, text/xml
Sample:
<RemainInSkilledPool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Models"> <OptIn>true</OptIn> <Token>e112751d-10c9-427b-bf21-61e287817a88</Token> </RemainInSkilledPool>
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. |