PUT api/natureza/Update

Request Information

URI Parameters

None.

Body Parameters

NaturezaPrestacaoValueObject
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.