Appearance
document-quotes​
Execute collectInvoice bulk action​
PATCH
/accounts/{accountUuid}/documents/v2/quotes/bulk-actions/collectInvoice
Creates a collective invoice out of the selected items
Authorizations​
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters​
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"Request Body​
application/json
JSON"documentUuids": ["string"]
{
 Â
 Â
 Â
 Â
}
Responses​
Successfully bulk executed action
application/json
JSON"data": {"type": "string","id": 0,"uuid": "string","isTemplate": true},"message": "string","status": 200,"meta": {}
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}