GET api/SystemUser/UserName/{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": "ef2ad9ed-6adb-47cf-8b1f-ea77d97dbd3e",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "68ac9d7a-5ba7-4e60-997e-d2042d0d335c",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "6bf867f7-2c26-4b2d-b5b4-576284f870b8",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "fc6015d7-a1a0-461b-a1fb-bace671f8e00",
"WareHouseId": "55c256fe-6ff1-4a85-8230-12a91ebf2ef1",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "a0bffe6d-d70d-45c2-b0b3-e357c9489b45",
"DispatchLocations": [
{
"Id": "6087210b-c626-41c3-beea-e3a77a4d7890",
"DispatchLocationId": "e1b7f3a0-91ba-49cb-9493-7fa0658d4034",
"WarehouseId": "63fec3ed-a37f-4d35-bf95-76bfdd7ad4b9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa0e328c-40a3-43f4-b154-85d1d5476180",
"ActyId": "c5f5f831-435f-494e-a51e-0f8fe17e4024",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "593a8947-c9cc-4a70-9547-6da54f2eeba5"
},
{
"Id": "6087210b-c626-41c3-beea-e3a77a4d7890",
"DispatchLocationId": "e1b7f3a0-91ba-49cb-9493-7fa0658d4034",
"WarehouseId": "63fec3ed-a37f-4d35-bf95-76bfdd7ad4b9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa0e328c-40a3-43f4-b154-85d1d5476180",
"ActyId": "c5f5f831-435f-494e-a51e-0f8fe17e4024",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "593a8947-c9cc-4a70-9547-6da54f2eeba5"
}
],
"WarehouseLocations": [
{
"Id": "6087210b-c626-41c3-beea-e3a77a4d7890",
"DispatchLocationId": "e1b7f3a0-91ba-49cb-9493-7fa0658d4034",
"WarehouseId": "63fec3ed-a37f-4d35-bf95-76bfdd7ad4b9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa0e328c-40a3-43f4-b154-85d1d5476180",
"ActyId": "c5f5f831-435f-494e-a51e-0f8fe17e4024",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "593a8947-c9cc-4a70-9547-6da54f2eeba5"
},
{
"Id": "6087210b-c626-41c3-beea-e3a77a4d7890",
"DispatchLocationId": "e1b7f3a0-91ba-49cb-9493-7fa0658d4034",
"WarehouseId": "63fec3ed-a37f-4d35-bf95-76bfdd7ad4b9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "aa0e328c-40a3-43f4-b154-85d1d5476180",
"ActyId": "c5f5f831-435f-494e-a51e-0f8fe17e4024",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "593a8947-c9cc-4a70-9547-6da54f2eeba5"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}