Entries
Create an entry
Create a new silo entry idempotently with the given UUIDv1 (other versions not supported).
PUT
The data
field may contain either GOBL Envelope or Object, and
will be validated before being persisted.
New entries may also be created based on a previous entry using the
previous_id
field. Using a previous entry allows you to provide patch
data instead of a new full document by setting the patch type in the
content_type
field to either:
application/json-patch+json
- for JSON Patch (RFC 6902)application/merge-patch+json
- for JSON Merge Patch (RFC 7396)
The previous_id
field can also be used to make corrective documents
by adding the corrective option data in the correct
field. For more
details on this, see the GOBL documentation
for correction options.
Path Parameters
UUID of the silo entry to create.
Example:
"347c5b04-cde2-11ed-afa1-0242ac120002"
Body
application/json
Response
200 - application/json
OK
The response is of type object
.