GET Core/Util/ListarUtil_Configuracoes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Util_Configuracoes| Name | Description | Type | Additional information |
|---|---|---|---|
| IdConfig | integer |
None. |
|
| IdStatusInicialPedido | integer |
None. |
|
| IdPessoaConsumidor | integer |
None. |
|
| IdStatusPedidoAprovado | integer |
None. |
|
| PeriodoEntreSincronizacoes | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdConfig": 1,
"IdStatusInicialPedido": 2,
"IdPessoaConsumidor": 3,
"IdStatusPedidoAprovado": 4,
"PeriodoEntreSincronizacoes": 5
}