GET api/ServiceTransferLock
ODATA enabled get ServiceTransferLock requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
options | No documentation available. |
None. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "Order_Document_ID": "sample string 1", "Status": 2, "User_ID": "sample string 3", "Session_ID": 4, "Row_ID": 5, "Is_Locked": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Order_Document_ID": "sample string 1", "Status": 2, "User_ID": "sample string 3", "Session_ID": 4, "Row_ID": 5, "Is_Locked": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }, { "Order_Document_ID": "sample string 1", "Status": 2, "User_ID": "sample string 3", "Session_ID": 4, "Row_ID": 5, "Is_Locked": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null } ], "NextPageLink": null, "Count": 3 }