PUT api/natureza/Update
Request Information
URI Parameters
None.
Body Parameters
NaturezaPrestacaoValueObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Codigo | integer |
None. |
|
| Natureza | string |
None. |
|
| Ativo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"codigo": 1,
"natureza": "sample string 2",
"ativo": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.