# Financial document

### Endpoints

| Method | Endpoint                                    | Description                                                                                                                                             |
| ------ | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| POST   | /v4/financial-document                      | [Create a financial document.](https://api-docs.rightsline.com/entities/financial-document/financial-document-create)                                   |
| GET    | /v4/financial-document/:id                  | [Retrieve a financial document.](https://api-docs.rightsline.com/entities/financial-document/financial-document-retrieve)                               |
| PUT    | /v4/financial-document/:id                  | [Update a financial document.](https://api-docs.rightsline.com/entities/financial-document/financial-document-update)                                   |
| DELETE | /v4/financial-document/:id                  | [Delete a financial document.](https://api-docs.rightsline.com/entities/financial-document/financial-document-delete)                                   |
| GET    | /v4/financial-document-templates            | [Retrieve financial document templates.](https://api-docs.rightsline.com/config/templates)                                                              |
| GET    | /v4/financial-document-statuses/:templateId | [Retrieve financial document statuses.](https://api-docs.rightsline.com/entities/financial-document/retrieve-financial-document-statuses)               |
| GET    | /v4/financial-document/:id/draft-templates  | [Retrieve financial document draft templates.](https://api-docs.rightsline.com/entities/financial-document/retrieve-financial-document-draft-templates) |
| POST   | /v4/financial-document/:id/switch-template  | [Switch financial document template.](https://api-docs.rightsline.com/entities/financial-document/switch-financial-document-template)                   |
