Appearance
document-supplier-credit-notes​
Execute offsetReceipts action​
PATCH
/accounts/{accountUuid}/documents/v2/supplier-credit-notes/{documentUuid}/actions/offsetReceipts
Offsets the supplier credit note to receipts
Authorizations​
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters​
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"documentUuid*
Type
Requiredstring
Format
"uuid"Request Body​
application/json
JSON"receiptUuids": ["string"],"valutaDate": "string"
{
 Â
 Â
 Â
 Â
 Â
}
Responses​
Successfully executed action
application/json
JSON"data": {"counter": 0},"message": "string","status": 200,"meta": {}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}