GET api/v2/MobileSamplingConfigurations/ExportDll
Request
URI Parameters
Response
ContainerTypeDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Priority | integer | ||
| MeasurementUnit | MeasurementUnitBasic | ||
| Id | integer | ||
| Identification | string | ||
| Active | boolean |
Response Format
application/json, text/json
Sample:
{
"Priority": 1,
"MeasurementUnit": {
"Description": "sample string 1",
"MeasurementUnitCategoryId": 1,
"Category": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
},
"Id": 1,
"Identification": "sample string 2",
"Active": true
}
text/html
Sample:
{"Priority":1,"MeasurementUnit":{"Description":"sample string 1","MeasurementUnitCategoryId":1,"Category":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"},"Id":1,"Identification":"sample string 2","Active":true}