GET api/v1/Suppliers/VerificationRequest?supplierid={supplierid}&verifytypecode={verifytypecode}&mobileappcode={mobileappcode}&identifier={identifier}

Obtain a Verification Code. A Supplier may have multiple forms of verification assigned. By supplying the verification type and mobile app code, the system knows which method of verification to use.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
supplierid

Id of the Supplier record

globally unique identifier

Required

verifytypecode

Verification Method Code which dictates the type of verification method to use

string

Required

mobileappcode

The mobile app code of the application calling this method

string

Required

identifier

Identifier is email address, telephone number depending on verification method

string

Required

Body Parameters

None.

Response Information

Resource Description

True or False

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.