GET api/OutrasReceitas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OutrasReceitas| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Codigo | string |
None. |
|
| RazaoSocial | string |
None. |
|
| DataPagto | string |
None. |
|
| ValorPagto | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"codigo": "sample string 2",
"razaoSocial": "sample string 3",
"dataPagto": "sample string 4",
"valorPagto": 1.0
},
{
"id": 1,
"codigo": "sample string 2",
"razaoSocial": "sample string 3",
"dataPagto": "sample string 4",
"valorPagto": 1.0
}
]