POST api/v1/bvrc/volunteer/token
Request Information
URI Parameters
None.
Body Parameters
VolunteerTokenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"token": "a5300f0b-ec5c-479e-b8c7-f2efd9c1fa71"
}
application/xml, text/xml
Sample:
<VolunteerTokenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOL.API.Areas.BVRC.Common.Models"> <Token>a5300f0b-ec5c-479e-b8c7-f2efd9c1fa71</Token> </VolunteerTokenModel>
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. |