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": "fed90a18-1964-47aa-9c1b-b56c3df7dd37",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c59fc550-c6db-4f10-bd4f-6242d7893b6d",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "2e963cc4-ebcd-4b76-a547-a0f6985dcd3c",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "3711218a-5e1f-4476-9d28-4604cbc8632d",
"WareHouseId": "81930cde-8724-4d2b-83ea-ba96751462e6",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "1826d113-3381-4e85-b4f4-a8304649091c",
"DispatchLocations": [
{
"Id": "2a7d395a-7d34-4eae-bd17-062eeb5db97c",
"DispatchLocationId": "83759c8c-9b73-42ee-a728-2490ac159bc5",
"WarehouseId": "3b5614e3-e53f-4b63-a61e-0da010320849",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d8263cba-aedd-4e58-b157-bf09e48e9950",
"ActyId": "712d8da1-810e-4a04-bdb8-13013751c78e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b71f57e-09eb-4278-88a4-050c5d4371bc"
},
{
"Id": "2a7d395a-7d34-4eae-bd17-062eeb5db97c",
"DispatchLocationId": "83759c8c-9b73-42ee-a728-2490ac159bc5",
"WarehouseId": "3b5614e3-e53f-4b63-a61e-0da010320849",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d8263cba-aedd-4e58-b157-bf09e48e9950",
"ActyId": "712d8da1-810e-4a04-bdb8-13013751c78e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b71f57e-09eb-4278-88a4-050c5d4371bc"
}
],
"WarehouseLocations": [
{
"Id": "2a7d395a-7d34-4eae-bd17-062eeb5db97c",
"DispatchLocationId": "83759c8c-9b73-42ee-a728-2490ac159bc5",
"WarehouseId": "3b5614e3-e53f-4b63-a61e-0da010320849",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d8263cba-aedd-4e58-b157-bf09e48e9950",
"ActyId": "712d8da1-810e-4a04-bdb8-13013751c78e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b71f57e-09eb-4278-88a4-050c5d4371bc"
},
{
"Id": "2a7d395a-7d34-4eae-bd17-062eeb5db97c",
"DispatchLocationId": "83759c8c-9b73-42ee-a728-2490ac159bc5",
"WarehouseId": "3b5614e3-e53f-4b63-a61e-0da010320849",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d8263cba-aedd-4e58-b157-bf09e48e9950",
"ActyId": "712d8da1-810e-4a04-bdb8-13013751c78e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b71f57e-09eb-4278-88a4-050c5d4371bc"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}