# Amount

### Endpoints

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