PUT api/v2/consumabletypes/{consumableTypeId}/infos/{consumableTypeInfoId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| consumableTypeId | integer |
Required |
|
| consumableTypeInfoId | integer |
Required |
Body Parameters
ConsumableTypeInfoUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| InfoId | integer | ||
| InfoTypeId | integer | ||
| MeasurementUnitId | integer | ||
| DisplayValue | string | ||
| ForceScale | integer | ||
| ForceSignifDigits | integer | ||
| ValueText | string | ||
| ValueInteger | integer | ||
| ValueFloat | decimal number | ||
| ValueDateTime | date | ||
| ValueBoolean | boolean | ||
| ValueAccountId | integer | ||
| DependentInfoId | integer | ||
| Inherited | boolean | ||
| RequiredValue | boolean | ||
| Order | integer |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InfoId": 2,
"InfoTypeId": 3,
"MeasurementUnitId": 1,
"DisplayValue": "sample string 4",
"ForceScale": 1,
"ForceSignifDigits": 1,
"ValueText": "sample string 5",
"ValueInteger": 1,
"ValueFloat": 1.1,
"ValueDateTime": "2026-02-02T21:06:59.60594Z",
"ValueBoolean": true,
"ValueAccountId": 1,
"DependentInfoId": 1,
"Inherited": true,
"RequiredValue": true,
"Order": 8
}
text/html
Sample:
{"Id":1,"InfoId":2,"InfoTypeId":3,"MeasurementUnitId":1,"DisplayValue":"sample string 4","ForceScale":1,"ForceSignifDigits":1,"ValueText":"sample string 5","ValueInteger":1,"ValueFloat":1.1,"ValueDateTime":"2026-02-02T21:06:59.60594Z","ValueBoolean":true,"ValueAccountId":1,"DependentInfoId":1,"Inherited":true,"RequiredValue":true,"Order":8}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.