> ## Documentation Index
> Fetch the complete documentation index at: https://invopop-singapore.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a series entry

> Create a new entry in a given series idempotently with the given UUID (any version).

<ResponseExample>
  ```json Example theme={"system"}
  {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "created_at": "2023-01-25T08:04:14.245Z",
    "updated_at": "2023-01-25T08:04:14.245Z",
    "series_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "code": "string",
    "meta": {
      "additionalProp1": "string",
      "additionalProp2": "string",
      "additionalProp3": "string"
    },
    "previous_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "sigs": ["string"]
  }
  ```
</ResponseExample>
