[
{
"dataHoraSituacao": "2021-03-05T07:23:01",
"descricao": "Não foi possível realizar a entrega, motivo: Destinatário Ausente",
"rastreadorTms": "BLK123456789",
"situacao": "ENTREGUE"
}
]
curl --location --request POST 'https://api.boxlink.com.br/v2/transportadora/entrega/situacao' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"dataHoraSituacao": "2021-03-05T07:23:01",
"descricao": "Não foi possível realizar a entrega, motivo: Destinatário Ausente",
"rastreadorTms": "BLK123456789",
"situacao": "ENTREGUE"
}
]'
"string"