PUT api/DocCheckList/EditDocCheckList
Request Information
URI Parameters
None.
Body Parameters
EditDocCheckListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BlId | integer |
Required |
|
| ReceiveDate | date |
None. |
|
| DocCheck | DocCheckList |
Required |
|
| ImageName | string |
None. |
|
| IsOK | boolean |
None. |
|
| TreatmentStatus | TreatmentStatus |
None. |
|
| Note | string |
None. |
|
| Treatment | Treatment |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BlId": 2,
"ReceiveDate": "2025-11-08T06:37:24.6444895-08:00",
"DocCheck": 0,
"ImageName": "sample string 4",
"IsOK": true,
"TreatmentStatus": 1,
"Note": "sample string 5",
"Treatment": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true