Create a series entry
Create a new entry in a given series idempotently with the given UUID (any version).
Path Parameters
UUID of the series to fetch entries for
The UUID (any version) of the entry to create.
"a8904315-3d16-4a95-91c1-30d6cdde553e"
Body
The UUID (any version) of the entry to create.
"a8904315-3d16-4a95-91c1-30d6cdde553e"
A set of key/value pairs that can be used to store additional information about the entry.
{ "name": "John Doe" }
JSON Web Signature of the key properties used to create the entry.
Response
The complete code for the entry, including prefix and suffix.
"INV-00001-F1"
The date and time the entry was created.
"2020-10-01T00:00:00Z"
The UUID (any version) of the entry.
"a8904315-3d16-4a95-91c1-30d6cdde553e"
A set of key/value pairs that can be used to store additional information about the entry.
{ "name": "John Doe" }
The UUID of the previous entry in the series.
"a8904315-3d16-4a95-91c1-30d6cdde553e"
The UUID of the series the entry belongs to.
"a8904315-3d16-4a95-91c1-30d6cdde553e"
Set of JSON Web Signatures validating the information contained in the entry.
The date and time the entry was last updated.
"2020-10-01T00:00:00Z"