v1
latestOpenAPI 3.1.12026-07-14355311.4 MBDocument
Create Document
Create a new 'Document' record.
post/Document
Headers
X-Skip-Duplicate-Check'true' | 'false'
Skip duplicate check.
X-Duplicate-Source-Idstring
A record ID of the entity that is being duplicated.
Request body
Example request
{
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56"
}Response
Success.
Example response
{
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56"
}