GET api/v2/consumables/{consumableId}/infos/{consumableInfoId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| consumableId | integer |
Required |
|
| consumableInfoId | integer |
Required |
Response
ConsumableInfoBasic| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Inherited | boolean | ||
| RequiredValue | boolean | ||
| Order | integer | ||
| InfoId | integer | ||
| Info | InfoBasic | ||
| InfoTypeId | integer | ||
| InfoType | InfoTypeBasic | ||
| MeasurementUnitId | integer | ||
| MeasurementUnit | MeasurementUnitBasic | ||
| DisplayValue | string | ||
| ForceScale | integer | ||
| ForceSignifDigits | integer | ||
| ValueText | string | ||
| ValueInteger | integer | ||
| ValueFloat | decimal number | ||
| ValueDateTime | date | ||
| ValueBoolean | boolean | ||
| ValueAccountId | integer | ||
| ValueAccount | AccountBasic | ||
| DependentInfoId | integer | ||
| DependentInfo | InfoBasic |