GET api/Planos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PlanoName | Description | Type | Additional information |
---|---|---|---|
Codigo | integer |
None. |
|
Nome | string |
None. |
|
Acrescimo | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Codigo": 1, "Nome": "sample string 2", "Acrescimo": 1.0 }, { "Codigo": 1, "Nome": "sample string 2", "Acrescimo": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfPlano xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSolar.Models"> <Plano> <Acrescimo>1</Acrescimo> <Codigo>1</Codigo> <Nome>sample string 2</Nome> </Plano> <Plano> <Acrescimo>1</Acrescimo> <Codigo>1</Codigo> <Nome>sample string 2</Nome> </Plano> </ArrayOfPlano>