PUT api/Documents/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| document | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DocumentID": "176ac70b-0296-4ec3-93a1-c28faeb9c6fc",
"DocumentCreatedDateTime": "2026-08-25T14:04:10.0571638-04:00",
"DocumentPath": "sample string 3",
"DocumentTypeID": "3a6c4491-ba48-4ffe-8286-f194a9a93f4c",
"CreatedByPersonID": "3f63c401-cfe0-485a-8950-9125edb0fdec",
"Notes": "sample string 6",
"Deleted": true,
"Status": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.