v1
latestOpenAPI 3.0.02026-07-2455104.8 MBCredit 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
Example request
{
"project": {
"id": "1337"
},
"customer": {
"id": "1337"
},
"tags": [
{
"id": "1337"
}
]
}Response
Operation completed successfully, no response body