Document

Create

Create a new Document record.

post/api/cp/document

Request body

idinteger

Id

company_idinteger

Company Id

dtstring date-time

Dt

namestring required

Name

notesstring

Notes

customer_notesstring

Customer Notes

filenamestring

Filename

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

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.