POST
/
v1
/
{id}
/
update
/
{propertyToUpdate}
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

Invoice id for given invoice

propertyToUpdate
enum<string>
required

Which property you want to update

Available options:
DUNNING,
INVOICE_DUE_DATE,
TRIGGER_WRITE_OFF

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Update due date body

Response

200
application/json

Successfully updated invoice for given invoice id

The response is of type object.