PUT api/Consultas?IdProcesso={IdProcesso}&estado={estado}&motivo={motivo}&sumario={sumario}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdProcesso | string |
Required |
|
| estado | string |
Required |
|
| motivo | integer |
Required |
|
| sumario | string |
Required |
Body Parameters
None.
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:38:28.5706756+00:00"
}