POST Gerenciador/Plano/Alterar
Request Information
URI Parameters
None.
Body Parameters
Plano| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| nome | string |
None. |
|
| descricao | string |
None. |
|
| limiteOfertas | integer |
None. |
|
| valor | decimal number |
None. |
|
| situacao | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"nome": "sample string 2",
"descricao": "sample string 3",
"limiteOfertas": 4,
"valor": 5.0,
"situacao": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.