GET api/Label/ProductLabelingInfo/All
Get all product labeling info lines
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
list of product labeling info
Collection of ProductLabelingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Type | integer |
None. |
|
| LabelText | string |
None. |
|
| Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9da9983c-8641-4a19-b4be-19d08904e488",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
},
{
"Id": "9da9983c-8641-4a19-b4be-19d08904e488",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
}
]