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": "38d77608-d20e-415e-bd11-9d70a555cfc8",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "54392d92-4592-4296-aa1f-5926c1d94464",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "f5c8af22-57b2-44fa-b6fc-19c33f8bffa5",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "e1358179-1b5e-446b-ac22-f80b5f1891a6",
"WareHouseId": "3446bc68-d694-4a84-bea5-7e6d537477d4",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "42207406-4e8b-4c67-b9b2-a409129d8a18",
"DispatchLocations": [
{
"Id": "e3ccb2e5-c578-4bee-82c9-e68a5f320c7d",
"DispatchLocationId": "eade1556-bebc-4a7a-a231-a8cba3d373c6",
"WarehouseId": "8a5fffb7-d446-4e18-9844-4c991eb524bf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b7f95d65-d358-4880-b985-114d7a7baa89",
"ActyId": "95c97836-ebf6-4fd5-980a-94dfb3dbff2d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37aeb361-4c9e-4367-90ef-a41114b95891"
},
{
"Id": "e3ccb2e5-c578-4bee-82c9-e68a5f320c7d",
"DispatchLocationId": "eade1556-bebc-4a7a-a231-a8cba3d373c6",
"WarehouseId": "8a5fffb7-d446-4e18-9844-4c991eb524bf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b7f95d65-d358-4880-b985-114d7a7baa89",
"ActyId": "95c97836-ebf6-4fd5-980a-94dfb3dbff2d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37aeb361-4c9e-4367-90ef-a41114b95891"
}
],
"WarehouseLocations": [
{
"Id": "e3ccb2e5-c578-4bee-82c9-e68a5f320c7d",
"DispatchLocationId": "eade1556-bebc-4a7a-a231-a8cba3d373c6",
"WarehouseId": "8a5fffb7-d446-4e18-9844-4c991eb524bf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b7f95d65-d358-4880-b985-114d7a7baa89",
"ActyId": "95c97836-ebf6-4fd5-980a-94dfb3dbff2d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37aeb361-4c9e-4367-90ef-a41114b95891"
},
{
"Id": "e3ccb2e5-c578-4bee-82c9-e68a5f320c7d",
"DispatchLocationId": "eade1556-bebc-4a7a-a231-a8cba3d373c6",
"WarehouseId": "8a5fffb7-d446-4e18-9844-4c991eb524bf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b7f95d65-d358-4880-b985-114d7a7baa89",
"ActyId": "95c97836-ebf6-4fd5-980a-94dfb3dbff2d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "37aeb361-4c9e-4367-90ef-a41114b95891"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}