GET api/v2/consumabletypes/SynchronizeOffline
Request
URI Parameters
Response
Collection of ConsumableTypeSynchronizeOffline| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean | ||
| MeasurementUnitId | integer | ||
| MinQuantityNotice | integer | ||
| Precision | integer | ||
| AdvanceNotice | integer |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"MeasurementUnitId": 4,
"MinQuantityNotice": 5,
"Precision": 6,
"AdvanceNotice": 7
},
{
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"MeasurementUnitId": 4,
"MinQuantityNotice": 5,
"Precision": 6,
"AdvanceNotice": 7
}
]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","Active":true,"MeasurementUnitId":4,"MinQuantityNotice":5,"Precision":6,"AdvanceNotice":7},{"Id":1,"Identification":"sample string 2","Active":true,"MeasurementUnitId":4,"MinQuantityNotice":5,"Precision":6,"AdvanceNotice":7}]