Skip to main content

Create an Entry Code

POST 

/entry_codes/:tablename

Create a new Entry Codes value for the given table.

Required abilities

This operation requires the Entry Column - Create ability, or Authority - Administrator.

Request

Responses

The item was successfully created.

This is a minimal response that indicates whether the request was successful and provides the URI of the created item. To retrieve additional details or the full item, you may need to make additional requests.

info

See the Location header for the URL of the new item, as well as the X-Item-Id and X-Item-Table headers for the ID and table name of the new item.

Response Headers
    Location

    The URL of the newly created object.

    X-Item-Id

    The ID of the newly created object.

    X-Item-Table

    The name of the table where the object was created.