GET api/SystemUser/LoginList
Get list of system users containing user name only
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SystemUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| TransportLabelDirectPrintPDA | boolean |
None. |
|
| TransportLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesTransportLabel | integer |
None. |
|
| ItemLabelDirectPrintPDA | boolean |
None. |
|
| ItemLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesItemLabel | integer |
None. |
|
| ChooseAllWarehousesAutomatically | boolean |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WareHouseId | globally unique identifier |
None. |
|
| UseMyLocations | boolean |
None. |
|
| ChooseSpesificDispatchLocation | boolean |
None. |
|
| ChooseSpesificWarehouseLocation | boolean |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| DispatchLocations | Collection of Location |
None. |
|
| WarehouseLocations | Collection of Location |
None. |
|
| ReceiveProdBatchEnable | boolean |
None. |
|
| ReceiveProdBatchInOCEnable | boolean |
None. |
|
| SeeItemRestricted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "35b35fa7-1ac3-4d28-adaa-9bbfaae2ed70",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "18de93ef-28d2-456b-8a79-79b193ebfb83",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "bda937a9-9b6b-4630-9aaf-6d083ba6461a",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "03e1c1c3-4554-45db-b23c-13d752155e87",
"WareHouseId": "ce25615a-5398-440e-9de3-e175e391f7f8",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "d49ac47d-b378-411b-b0bc-32623d2e60ae",
"DispatchLocations": [
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
},
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
}
],
"WarehouseLocations": [
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
},
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
},
{
"Id": "35b35fa7-1ac3-4d28-adaa-9bbfaae2ed70",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "18de93ef-28d2-456b-8a79-79b193ebfb83",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "bda937a9-9b6b-4630-9aaf-6d083ba6461a",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "03e1c1c3-4554-45db-b23c-13d752155e87",
"WareHouseId": "ce25615a-5398-440e-9de3-e175e391f7f8",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "d49ac47d-b378-411b-b0bc-32623d2e60ae",
"DispatchLocations": [
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
},
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
}
],
"WarehouseLocations": [
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
},
{
"Id": "2e9ffe14-3630-4f76-a4a2-0a39d40103d7",
"DispatchLocationId": "b648f92c-2698-4a35-8d2f-b216b5aa43da",
"WarehouseId": "b23b8ec6-cbb3-4ed3-bf8b-686e54cbdf51",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9cf300fb-3dc4-479e-b6ae-b0868355616e",
"ActyId": "ee2cab32-7e81-4994-8185-6f353beea622",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f2e67032-1c5f-4735-8b5c-9b0c67e6ff6c"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}
]