Setup Document

Update

Update an existing Setup Document record by ID.

put/api/cp/setup/document/{id}

Path parameters

idinteger required

Id identifier

Request body

idinteger

Id

account_idinteger

Account Id

dtstring date-time

Dt

namestring required

Name

notesstring

Notes

account_notesstring

Account Notes

filenamestring

Filename

Example request

{
  "id": 12345,
  "account_id": 1,
  "dt": "2025-01-17T10:30:00Z",
  "name": "Example Name",
  "notes": "Sample notes text content",
  "account_notes": 10,
  "filename": "example_filename"
}

Response

Operation completed successfully

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

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