Encerrar Inserção de Ativos
Request
ENDPOINT
/trade_receivables/BASE_URL/assignment/EXTERNAL_IDMÉTODO
PUTRequest Body
{
"assignment_status": "completed_assets_insertion"
}
Response
STATUS
201Response Body
{
"assignment_key": "41d6ff41-1dac-4df7-9e50-d15210ec57f3",
"status": "completed_assets_insertion",
}
Possíveis Erros
STATUS
400Response Body
{
"title": "Cannot Close This Assignment",
"description": "Cannot close this assignment because there is no asset.",
"translation": "Não é possível fechar este lote porque não há nenhum ativo.",
"code": "TRC000042"
}