Skip to content

document-invoices​


Execute setDunningAmounts action​

PATCH
/accounts/{accountUuid}/documents/v2/invoices/{documentUuid}/actions/setDunningAmounts

Sets the dunning amounts for the invoice

Authorizations​

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters​

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
documentUuid*
Type
string
Required
Format
"uuid"

Request Body​

application/json
JSON
{
  
"customDunningAmount1": 0,
  
"customDunningAmount2": 0,
  
"customDunningAmount3": 0
}

Responses​

Successfully executed action

application/json
JSON
{
  
"data": null,
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​