GET Financeiro/FormaPagto/ListarFormaPagto/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Financeiro_FormaPagtoName | Description | Type | Additional information |
---|---|---|---|
IdFormaPagto | integer |
None. |
|
DescFormaPagto | string |
None. |
|
PedidoVenda | boolean |
None. |
|
Anexo | Anexos |
None. |
Response Formats
application/json, text/json
Sample:
{ "IdFormaPagto": 1, "DescFormaPagto": "sample string 1", "PedidoVenda": true, "Anexo": { "Id": 1, "Descricao": "sample string 1", "IdRegistro_Vinculo": 1, "IdTabela_Vinculo": 1, "Base64": "sample string 2", "Caminho_Anexo": "sample string 3", "PrincipalSN": true, "DesativadoSN": true } }