PUT api/EstadoChecklistDocumentos/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
EstadoChecklistDocumentos| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDEstadoChecklistItem | integer |
None. |
|
| DescricaoEstadoChecklistItem | string |
None. |
|
| Entity | string |
None. |
|
| EntityId | string |
None. |
|
| Estado | string |
None. |
|
| Obrigatorio | boolean |
None. |
|
| Checked | boolean |
None. |
|
| Ativo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IDEstadoChecklistItem": 2,
"DescricaoEstadoChecklistItem": "sample string 3",
"Entity": "sample string 4",
"EntityId": "sample string 5",
"Estado": "sample string 6",
"Obrigatorio": true,
"Checked": true,
"Ativo": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrado | boolean |
None. |
|
| Mensagem | string |
None. |
|
| Data | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Integrado": true,
"Mensagem": "sample string 2",
"Data": "2025-12-06T06:31:23.7681429+00:00"
}