GET api/Financeiro/ListaFormasPagto?IdContaAcesso={IdContaAcesso}&Token={Token}&Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| Token | string |
None. |
|
| Id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TipoPagtoVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Nome | string |
None. |
|
| IdTipo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Nome": "sample string 2",
"IdTipo": 3
},
{
"ID": 1,
"Nome": "sample string 2",
"IdTipo": 3
}
]