Name | Located in | Description | Required | Schema |
---|---|---|---|---|
txid | path | Yes | string |
curl --location -g --request PATCH '/api/v2/cobv/{{txid}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "REMOVIDA_PELO_USUARIO_RECEBEDOR"
}'
{}