POST api/UserRegistration/ActivateUser
Request Information
URI Parameters
None.
Body Parameters
UserUrl| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUrlString | string |
None. |
|
| StatusCode | integer |
None. |
|
| string |
None. |
||
| dbaId | integer |
None. |
|
| activationCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userUrlString": "sample string 1",
"statusCode": 2,
"email": "sample string 3",
"dbaId": 1,
"activationCode": 4
}
application/xml, text/xml
Sample:
<UserUrl xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserUrlString>sample string 1</UserUrlString> <StatusCode>2</StatusCode> <email>sample string 3</email> <dbaId>1</dbaId> <activationCode>4</activationCode> </UserUrl>
application/x-www-form-urlencoded
Sample:
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. |