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": "997c233b-51d8-4fbb-a55a-5f88876e793d",
"DocumentCreatedDateTime": "2025-12-16T07:47:15.9618594-05:00",
"DocumentPath": "sample string 3",
"DocumentTypeID": "33c9640f-5381-42ee-ae29-505b2eb92a54",
"CreatedByPersonID": "2e39be18-47db-481d-8203-56fc8f541565",
"Notes": "sample string 6",
"Deleted": true,
"Status": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.