v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Credit Note

Update credit note

Update a single credit note

patch/api/v1/creditNotes/{id}

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

datestring date required
costCenterstring required
externalOrderReferencestring nullable required
devCustomerstring nullable required
paymentMethodNamestring required
glnstring nullable required
taxationstring required

Example request

{
  "project": {
    "id": "1337"
  },
  "customer": {
    "id": "1337"
  },
  "tags": [
    {
      "id": "1337"
    }
  ]
}

Response

Operation completed successfully, no response body