POST api/Documents

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
document
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DocumentID": "347e4b35-83de-4f4e-bc87-fb99a76cf6a2",
  "DocumentCreatedDateTime": "2025-12-16T07:53:24.7482327-05:00",
  "DocumentPath": "sample string 3",
  "DocumentTypeID": "9ca87637-6a4a-4394-a564-045be4712ff2",
  "CreatedByPersonID": "9006e46d-a2c9-48d4-8aae-107a84f8f8a7",
  "Notes": "sample string 6",
  "Deleted": true,
  "Status": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "DocumentID": "c7a3f0b9-6502-4991-b122-835d46d8e27f",
  "DocumentCreatedDateTime": "2025-12-16T07:53:24.7482327-05:00",
  "DocumentPath": "sample string 3",
  "DocumentTypeID": "3e2eda61-7686-4b50-8fae-d79cb8a8b4d0",
  "CreatedByPersonID": "66a07fd7-d6a1-4888-a2d4-2ae3f1589a21",
  "Notes": "sample string 6",
  "Deleted": true,
  "Status": "sample string 8"
}