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": "948da3e0-746d-488f-8776-da8b68803c6d",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
},
{
"Id": "948da3e0-746d-488f-8776-da8b68803c6d",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
}
]