POST api/Delegate/Validate
Request Information
URI Parameters
None.
Body Parameters
RequestDelegateValidate| Name | Description | Type | Additional information |
|---|---|---|---|
| ActorId | integer |
Required |
|
| MemoId | integer |
Required |
|
| userPrincipalName | string |
None. |
|
| connectionString | string |
None. |
|
| SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActorId": 1,
"MemoId": 2,
"userPrincipalName": "sample string 3",
"connectionString": "sample string 4",
"SecretId": null
}
application/xml
Sample:
text/xml
Sample:
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. |