Pular para o conteúdo principal

Encerrar Inserção de Ativos

Request

ENDPOINT
/trade_receivables/BASE_URL/assignment/EXTERNAL_ID
MÉTODO
PUT
Request Body
{
"assignment_status": "completed_assets_insertion"
}

Response

STATUS
201
Response Body
{
"assignment_key": "41d6ff41-1dac-4df7-9e50-d15210ec57f3",
"status": "completed_assets_insertion",
}

Possíveis Erros


STATUS
400
Response 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"
}