POST api/Financeiro/Recebimento
Request Information
URI Parameters
None.
Body Parameters
PagamentoVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| IdUnidade | integer |
None. |
|
| Token | string |
None. |
|
| IdLanc | Collection of integer |
None. |
|
| QtdeParc | integer |
None. |
|
| RefDoc | string |
None. |
|
| IdFavorecido | integer |
None. |
|
| NomeFavorecido | string |
None. |
|
| IdCategoria | integer |
None. |
|
| NomeCategoria | string |
None. |
|
| IdFormaPagto | integer |
None. |
|
| IdConta | integer |
None. |
|
| Valor | decimal number |
None. |
|
| Obs | string |
None. |
|
| Data | date |
None. |
|
| Vencimento | date |
None. |
|
| IdSaida | integer |
None. |
|
| IDUsuario | integer |
None. |
|
| NumeroCheque | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"IdUnidade": 2,
"Token": "sample string 3",
"IdLanc": [
1,
2
],
"QtdeParc": 4,
"RefDoc": "sample string 5",
"IdFavorecido": 1,
"NomeFavorecido": "sample string 6",
"IdCategoria": 1,
"NomeCategoria": "sample string 7",
"IdFormaPagto": 8,
"IdConta": 9,
"Valor": 10.0,
"Obs": "sample string 11",
"Data": "2026-03-03T21:41:14.9234372-03:00",
"Vencimento": "2026-03-03T21:41:14.9234372-03:00",
"IdSaida": 1,
"IDUsuario": 1,
"NumeroCheque": "sample string 12"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1