POST
/
v1
/
{id}
/
update
/
{propertyToUpdate}
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/invoice/v1/{id}/update/{propertyToUpdate}' \
  --header 'Content-Type: application/json' \
  --data '{
  "dueDate": "2019-11-27"
}'
{
  "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 dunning body

dueDate
string

Date when invoice is due

Example:

"2019-11-27"

dunning
object

Response

200
application/json
Successfully updated invoice for given invoice id
description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated