FixedAmount
Creates a new fixed-amount billing entry against a task.
The project is always derived from the task, and the amount is in the currency of the customer the task's project belongs to. Fixed amounts cannot be added to tasks on internal or archived projects. The created record is immediately visible to GET /api/FixedAmount and invoiceable through the invoicing endpoints.
post/api/FixedAmount
Request body
Response
Returns the created fixed-amount entry.
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○