Document
Create
Create a new Document record.
post/api/cp/document
Request body
Example request
{
"id": 12345,
"company_id": 1,
"dt": "2025-01-17T10:30:00Z",
"name": "Example Name",
"notes": "Sample notes text content",
"customer_notes": "Sample customer_notes text content",
"filename": "example_filename"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.