Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with a branch access key and also with a General Admin access key.
| Parameter | Type | Description |
|---|---|---|
| idsReceivables | array[int32] | List of receivable IDs that will be marked as received. |
| idBankAccount | int32 | ID of the bank account to which the receivables will be linked at write-off time. |
username:passwordAuthorization: Basic *****************{
"idsReceivables": [
0
],
"idBankAccount": 0
}curl --location --request PUT 'https://evo-integracao-api.w12app.com.br/api/v1/receivables/mark-received' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idsReceivables": [
0
],
"idBankAccount": 0
}'{
"result": "string"
}