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": "99786f55-abf3-4679-b4e4-9d407cbdb6ea",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "09fef34e-7ccd-413d-bfd1-e63fc2c09db1",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "417ca762-3a57-454a-9206-2ea9bfccc5be",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "31d786e4-e874-41d5-b291-69876cfc84c4",
"WareHouseId": "16aff21a-9c1f-4ecf-8c67-e2fe5d82d54e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "d2da4cdf-8c21-4aa8-b22f-c8180546d2f3",
"DispatchLocations": [
{
"Id": "71eafdc2-2c11-479f-88f6-dbe52c94a7c8",
"DispatchLocationId": "a6711bd3-3b21-4b44-b24c-f31af664b1c7",
"WarehouseId": "d66b920e-e8bf-4074-8f09-6de1aae4e39c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a8f5816-3e80-4e24-90e2-9d3e1f2d8fa9",
"ActyId": "6d3e8024-e57b-4c0b-8e20-f400db49c7a2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bcd223fb-bbf9-4f53-8189-ca3b11990af1"
},
{
"Id": "71eafdc2-2c11-479f-88f6-dbe52c94a7c8",
"DispatchLocationId": "a6711bd3-3b21-4b44-b24c-f31af664b1c7",
"WarehouseId": "d66b920e-e8bf-4074-8f09-6de1aae4e39c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a8f5816-3e80-4e24-90e2-9d3e1f2d8fa9",
"ActyId": "6d3e8024-e57b-4c0b-8e20-f400db49c7a2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bcd223fb-bbf9-4f53-8189-ca3b11990af1"
}
],
"WarehouseLocations": [
{
"Id": "71eafdc2-2c11-479f-88f6-dbe52c94a7c8",
"DispatchLocationId": "a6711bd3-3b21-4b44-b24c-f31af664b1c7",
"WarehouseId": "d66b920e-e8bf-4074-8f09-6de1aae4e39c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a8f5816-3e80-4e24-90e2-9d3e1f2d8fa9",
"ActyId": "6d3e8024-e57b-4c0b-8e20-f400db49c7a2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bcd223fb-bbf9-4f53-8189-ca3b11990af1"
},
{
"Id": "71eafdc2-2c11-479f-88f6-dbe52c94a7c8",
"DispatchLocationId": "a6711bd3-3b21-4b44-b24c-f31af664b1c7",
"WarehouseId": "d66b920e-e8bf-4074-8f09-6de1aae4e39c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a8f5816-3e80-4e24-90e2-9d3e1f2d8fa9",
"ActyId": "6d3e8024-e57b-4c0b-8e20-f400db49c7a2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bcd223fb-bbf9-4f53-8189-ca3b11990af1"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}