POST api/Documents
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| document | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DocumentID": "29291799-38cc-47ad-b3b1-ac37708aa7c1",
"DocumentCreatedDateTime": "2026-08-25T14:00:30.3178736-04:00",
"DocumentPath": "sample string 3",
"DocumentTypeID": "b5a96a8b-a8d7-49bd-8b3a-4e9a1bdca1cc",
"CreatedByPersonID": "884f5717-4647-4f4d-838a-30c6831b8fbc",
"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": "574678fa-79f2-495c-80e1-066a89d1397f",
"DocumentCreatedDateTime": "2026-08-25T14:00:30.3178736-04:00",
"DocumentPath": "sample string 3",
"DocumentTypeID": "80da70c3-49ed-4895-ac1f-ed9f75484bab",
"CreatedByPersonID": "a8048a24-a94b-4520-821a-a6590c52244f",
"Notes": "sample string 6",
"Deleted": true,
"Status": "sample string 8"
}