Brand - Order vetting
- token (required)
- brand_id (required)
- evp_id (required)
- vetting_class (required)
This operation requests the specific vetting provider to perform vetting on a brand. By issuing this operation, the CSP authorizes the vetting provider access to the particular brand information stored in TCR. Vetting process may take anywhere from a minute to 2 days depending on the vetting provider. TCR will attempt to locate pending vetting record prior to accepting new order.
The request must contain valid 'evp_id', the identity of the vetting provider and the 'vetting_class', the vetting classification(/enum/vettingclass).
{
code: 200,
status: "success",
data:
{
"evp_id":"AEGIS",
"vetting_id":"afcf1c75-2252-474c-e889-08d99db075c6",
"vetting_token":null,
"vetting_score":null,
"vetting_class":"STANDARD",
"vetting_status":"PENDING",
"reasons":null,
"vetted_date":null,
"create_date":"2021-11-05T14:40:21.013Z"
}
}