> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/amount.md).

# Amount

### Endpoints

| POST   | /v4/amount                      | [Create an amount.](/entities/amount/amount-create.md)                                  |
| ------ | ------------------------------- | --------------------------------------------------------------------------------------- |
| GET    | /v4/amount/:id                  | [Retrieve an amount.](/entities/amount/amount-retrieve.md)                              |
| PUT    | /v4/amount/:id                  | [Update an amount.](/entities/amount/amount-update.md)                                  |
| DELETE | /v4/amount/:id                  | [Delete an amount.](/entities/amount/amount-delete.md)                                  |
| GET    | /v4/amount-templates            | [Retrieve amount templates.](/config/templates.md)                                      |
| GET    | /v4/amount-statuses/:templateId | [Retrieve amount statuses.](/entities/amount/retrieve-amount-statuses.md)               |
| GET    | /v4/amount-processes            | [Retrieve amount workflow processes.](/entities/amount/retrieve-amount-processes.md)    |
| GET    | /v4/amount/:id/draft-templates  | [Retrieve amount draft templates.](/entities/amount/retrieve-amount-draft-templates.md) |
| GET    | /v4/amount/:id/audit-history    | [Retrieve amount audit history.](/entities/amount/audit-history.md)                     |
| POST   | /v4/amount/:id/switch-template  | [Switch amount template.](/entities/amount/switch-amount-template.md)                   |
