POST
/
v1
/
{id}
/
update
/
{propertyToUpdate}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.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

Response

200
application/json
Successfully updated invoice for given invoice id

The response is of type object.