Appearance
document-contract-notes​
Execute createPartial action​
PATCH
/accounts/{accountUuid}/documents/v2/contract-notes/{documentUuid}/actions/createPartial
Create a partial invoice for a contract note
Authorizations​
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters​
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"documentUuid*
Type
Requiredstring
Format
"uuid"Request Body​
application/json
JSON"invoiceItemUuids": ["string"],"relatedInvoiceDate": "string","relatedDueDate": "string"
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Successfully executed action
application/json
JSON"data": {"printUrl": "string"},"message": "string","status": 200,"meta": {}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}