# Batch methods

| Method name        | Description                          |
| ------------------ | ------------------------------------ |
| `GET`              | Retrieve records.                    |
| `POST`             | Create records.                      |
| `PUT`              | Update records.                      |
| `DELETE`           | Delete records.                      |
| `EXECUTE-WORKFLOW` | Execute workflow actions on records. |
| `COPY`             | Copy records.                        |
