POST api/OutrasReceitas
Request Information
URI Parameters
None.
Body Parameters
OutrasReceitas| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Codigo | string |
None. |
|
| RazaoSocial | string |
None. |
|
| DataPagto | string |
None. |
|
| ValorPagto | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"codigo": "sample string 2",
"razaoSocial": "sample string 3",
"dataPagto": "sample string 4",
"valorPagto": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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
}