GET api/ValoresComparticipacao/{ValoresComparticipacao}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ValoresComparticipacao | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ValoresComparticipacao| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Descricao | string |
None. |
|
| Valor | decimal number |
None. |
|
| Ativo | boolean |
None. |
|
| ValorMinimo | decimal number |
None. |
|
| ValorMaximo | decimal number |
None. |
|
| Fator | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Descricao": "sample string 2",
"Valor": 3.1,
"Ativo": true,
"ValorMinimo": 5.1,
"ValorMaximo": 6.1,
"Fator": 7.1
}