GET api/upper/store/operator
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of v_Data_Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| op_id | integer |
None. |
|
| op_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"op_id": 1,
"op_name": "sample string 2"
},
{
"op_id": 1,
"op_name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfv_Data_Operator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Upper.View">
<v_Data_Operator>
<op_id>1</op_id>
<op_name>sample string 2</op_name>
</v_Data_Operator>
<v_Data_Operator>
<op_id>1</op_id>
<op_name>sample string 2</op_name>
</v_Data_Operator>
</ArrayOfv_Data_Operator>