POST api/verificationrequests

Request Information

URI Parameters

None.

Body Parameters

CreateVerificationRequestRequest
NameDescriptionTypeAdditional information
VerificationRequestTypeID

integer

None.

DeliveryAddress

string

None.

VerificationRequestTypeConfigurationID

integer

None.

ObjectInstanceID

integer

None.

ObjectGuid

globally unique identifier

None.

LocaleID

integer

None.

ClientTerritoryID

integer

None.

EntityContextID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VerificationRequestTypeID": 1,
  "DeliveryAddress": "sample string 2",
  "VerificationRequestTypeConfigurationID": 1,
  "ObjectInstanceID": 1,
  "ObjectGuid": "409834cc-ff16-490e-8be0-3d43e2befea3",
  "LocaleID": 1,
  "ClientTerritoryID": 1,
  "EntityContextID": 1
}

application/xml, text/xml

Sample:
<CreateVerificationRequestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ClientTerritoryID>1</ClientTerritoryID>
  <DeliveryAddress>sample string 2</DeliveryAddress>
  <EntityContextID>1</EntityContextID>
  <LocaleID>1</LocaleID>
  <ObjectGuid>409834cc-ff16-490e-8be0-3d43e2befea3</ObjectGuid>
  <ObjectInstanceID>1</ObjectInstanceID>
  <VerificationRequestTypeConfigurationID>1</VerificationRequestTypeConfigurationID>
  <VerificationRequestTypeID>1</VerificationRequestTypeID>
</CreateVerificationRequestRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.