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