POST Onboarding/Everify/GetStatus

Request Information

URI Parameters

None.

Body Parameters

EverifyPackageRequestModel
NameDescriptionTypeAdditional information
CompanyCommonIdentifier

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "<CompanyCommonIdentifier>k__BackingField": "3d9298be-67d7-4904-ba8c-55b9ee92e680"
}

application/xml, text/xml

Sample:
<EverifyPackageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.RequestModels.Onboarding">
  <_x003C_CompanyCommonIdentifier_x003E_k__BackingField>3d9298be-67d7-4904-ba8c-55b9ee92e680</_x003C_CompanyCommonIdentifier_x003E_k__BackingField>
</EverifyPackageRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EverifyPackageRequestModel'.

Response Information

Resource Description

EverifyPackageResponseModel
NameDescriptionTypeAdditional information
IsActive

boolean

None.

Demo

boolean

None.

QuantityRemaining

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "<IsActive>k__BackingField": true,
  "<Demo>k__BackingField": true,
  "<QuantityRemaining>k__BackingField": 3
}

application/xml, text/xml

Sample:
<EverifyPackageResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.ResponseModels.Onboarding">
  <_x003C_Demo_x003E_k__BackingField>true</_x003C_Demo_x003E_k__BackingField>
  <_x003C_IsActive_x003E_k__BackingField>true</_x003C_IsActive_x003E_k__BackingField>
  <_x003C_QuantityRemaining_x003E_k__BackingField>3</_x003C_QuantityRemaining_x003E_k__BackingField>
</EverifyPackageResponseModel>