PUT api/v1/restaurarPreSetGrid
Request Information
URI Parameters
None.
Body Parameters
GridPreSetUsuarioModelCadastro| Name | Description | Type | Additional information |
|---|---|---|---|
| login | string |
None. |
|
| idGridPreSet | integer |
None. |
|
| nome | string |
None. |
|
| valor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"login": "sample string 1",
"idGridPreSet": 2,
"nome": "sample string 3",
"valor": "sample string 4"
}
application/xml, text/xml
Sample:
<GridPreSetUsuarioModelCadastro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Engine.Talonario.Apresentacao.WebAPI.Models"> <idGridPreSet>2</idGridPreSet> <login>sample string 1</login> <nome>sample string 3</nome> <valor>sample string 4</valor> </GridPreSetUsuarioModelCadastro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.