GET api/Aqaraty/GetEmployeeOrders?Direction={Direction}&EmpId={EmpId}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Direction | No documentation available. |
Define this parameter in the request URI. |
EmpId | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "sample string 1": 2, "sample string 3": 4, "sample string 5": 6 }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfstringint> <Key>sample string 1</Key> <Value>2</Value> </KeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 3</Key> <Value>4</Value> </KeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 5</Key> <Value>6</Value> </KeyValueOfstringint> </ArrayOfKeyValueOfstringint>