post https://datatrustapihml.clearsale.com.br/v1/transaction//email-qualifications
Modelo de chamada
Request
POST https://datatrustapihml.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/email-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
"emails": ["[email protected]"]
}
POST https://datatrustapi.clearsale.com.br/v1/transaction/{TRANSACTION_ID}/email-qualifications HTTP/1.1
Content-Type: application/json
Authorization: Bearer {Token}
{
"emails": ["[email protected]"]
}
Response
HTTP/1.1 200 Ok
Content-Type: application/json; charset=utf-8
{
"results": [
{
"email": "[email protected]",
"qualification": 2
}
]
}