Create Empty Record Entry
This endpoint is used to create a new record entry based on the template for that Records field.
If you want to make changes to the entry values, you can do so after the entry is created, but the Records field will need to have `edit entries` enabled.
Request
POST /v2.0/accounts/{account-uuid}/slate/fields/{field-uuid}/record-entries
Authorization
Required. Allowed authorization schemes:
| Authorization Scheme | Supported |
|---|---|
| JWT | |
| API Key | not supported |
Headers
| Header | Required | Notes |
|---|---|---|
Content-Type: application/json |
required |
Query Parameters
N/A
Body
N/A
Repsonse
| Response | Status Code | More Information |
|---|---|---|
| Created | 201 |
Successful response body details below |
| Internal Server Error | 500 |
more info |
Headers
| Header | Frequency | Notes |
|---|---|---|
Authorization |
sometimes | if using JWT authorization scheme |
Body
{
"data": {
...record entry details
},
"correlationUUID": "<correlation-uuid>"
}