GET api/SystemUser/{UserName}/Details
Get system user details for specific user based on user name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "d92476cd-20b8-4204-bfff-3f9270097703",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "795f6277-7225-4980-807c-4559ad2d51fe",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "9846bb3f-8b5b-47c0-a494-642f1a3ee754",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "cbfc29b7-18c7-4614-b979-8262d2e2bcea",
"WareHouseId": "25076164-3178-4898-92ec-dfc8e05570ea",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "a18f1520-bb5b-41af-b1d3-bef9087afd3d",
"DispatchLocations": [
{
"Id": "2ea7bca8-f1b3-4cab-b983-28132b62e0c8",
"DispatchLocationId": "29893af0-c5df-41ea-bf44-18a572ca1cea",
"WarehouseId": "529a06b6-c5d3-41cb-8b37-3cb080b8a160",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1de5a2f4-77f8-4860-b1c2-9605d44c2a35",
"ActyId": "c9b15cf0-fedb-46d4-957c-c6995e59cf08",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a33222cc-22e7-4cac-96af-c0e56224d61b"
},
{
"Id": "2ea7bca8-f1b3-4cab-b983-28132b62e0c8",
"DispatchLocationId": "29893af0-c5df-41ea-bf44-18a572ca1cea",
"WarehouseId": "529a06b6-c5d3-41cb-8b37-3cb080b8a160",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1de5a2f4-77f8-4860-b1c2-9605d44c2a35",
"ActyId": "c9b15cf0-fedb-46d4-957c-c6995e59cf08",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a33222cc-22e7-4cac-96af-c0e56224d61b"
}
],
"WarehouseLocations": [
{
"Id": "2ea7bca8-f1b3-4cab-b983-28132b62e0c8",
"DispatchLocationId": "29893af0-c5df-41ea-bf44-18a572ca1cea",
"WarehouseId": "529a06b6-c5d3-41cb-8b37-3cb080b8a160",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1de5a2f4-77f8-4860-b1c2-9605d44c2a35",
"ActyId": "c9b15cf0-fedb-46d4-957c-c6995e59cf08",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a33222cc-22e7-4cac-96af-c0e56224d61b"
},
{
"Id": "2ea7bca8-f1b3-4cab-b983-28132b62e0c8",
"DispatchLocationId": "29893af0-c5df-41ea-bf44-18a572ca1cea",
"WarehouseId": "529a06b6-c5d3-41cb-8b37-3cb080b8a160",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1de5a2f4-77f8-4860-b1c2-9605d44c2a35",
"ActyId": "c9b15cf0-fedb-46d4-957c-c6995e59cf08",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a33222cc-22e7-4cac-96af-c0e56224d61b"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}