Routes
Tasks
Invoices

Attach an Invoice to task

StartFragment

.expect('Content-Type', /json/);

EndFragment

put/v2/tasks/{taskID}/invoices

Request body

costnumber
descriptionstring

Response

Attach an Invoice to task

invoiceIDinteger

Changes