Create a qualification check request

Beta
Creates a new qualification check and returns a JSON object with the resulting evaluation. <Warning> This endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating. </Warning>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Request

This endpoint expects an object.
property_detailsobjectRequired
qualification_check_set_idstringRequired
kindenumOptional
The kind of qualification check being requested, either for the applicant or guarantor.
Allowed values:
metadatamap from strings to optional stringsOptional

A single level key-value JSON object that can be used to store custom data on the qualification check; keys and values must be strings

order_idstringOptional
order_idslist of stringsOptional
report_idslist of stringsOptional

Response

Qualification Check Evaluation Created.
createddatetime
idstring
kindenum
The kind of qualification check that was performed, either for the applicant or guarantor
Allowed values:
property_detailsobject
Details from the originally supplied property, including the rent target
qualification_check_setobject
resultobject
metadatamap from strings to optional strings

A single level key-value JSON object that can be used to store custom data on the qualification check; keys and values must be strings

Errors

400
Create New Qualification Check Request Bad Request Error
401
Create New Qualification Check Request Unauthorized Error
403
Create New Qualification Check Request Forbidden Error
406
Create New Qualification Check Request Not Acceptable Error
429
Create New Qualification Check Request Too Many Requests Error
451
Create New Qualification Check Request Unavailable for Legal Reasons Error
500
Create New Qualification Check Request Internal Server Error
501
Create New Qualification Check Request Not Implemented Error