PUT api/OutrasReceitas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
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
None.