PUT api/verificationrequests/{id}/verifyperson
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
VerifyPersonRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonGuid": "98cc02e7-c557-4f0d-b04c-55f3e830f1cc"
}
application/xml, text/xml
Sample:
<VerifyPersonRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MARKUS.WebApi.DataTransfer.Models.Common"> <PersonGuid>98cc02e7-c557-4f0d-b04c-55f3e830f1cc</PersonGuid> </VerifyPersonRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.