PUT api/customerContractDocuments/Update
Request Information
URI Parameters
None.
Body Parameters
UpdateCustomerContractDocumentDetailsDtoInName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
Name | string |
Required String length: inclusive between 0 and 200 |
|
Description | string |
None. |
|
FileName | string |
Required String length: inclusive between 0 and 200 |
|
DocumentCategory | DocumentCategoryDtoOut |
None. |
|
DocumentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "description": "sample string 3", "fileName": "sample string 4", "documentCategory": { "id": 1, "name": "sample string 2", "isRequired": true }, "documentDate": "2024-11-19T12:35:58.5621536+02:00" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.