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": "5540aba4-3e4e-43e5-9207-c9427451cb81",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "8400be11-e5c7-4e10-9de1-93537519a91d",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "3d01738c-eb64-4502-986a-3b9214fcbcec",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "6ab22fe8-11d0-41a1-8caf-f6548ce9d5e4",
"WareHouseId": "5d35b693-0c00-47d5-ab5f-204be66ef93c",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "472c7414-5930-4dd4-9ec6-365f0509c04c",
"DispatchLocations": [
{
"Id": "0b52e32e-418b-4a8a-a32c-1d4ed52cf2c3",
"DispatchLocationId": "6e63e972-e0c1-4de0-b82b-df404d7cfb2a",
"WarehouseId": "6180e934-797b-4d6a-93da-da9025ea9cc1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0b439f69-b464-4076-bd2c-8aad3319d12e",
"ActyId": "ed8e1c80-fa68-4dd0-ad38-501b39f5c6f6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2e92a89c-a968-4eca-9009-ea19d03ee805"
},
{
"Id": "0b52e32e-418b-4a8a-a32c-1d4ed52cf2c3",
"DispatchLocationId": "6e63e972-e0c1-4de0-b82b-df404d7cfb2a",
"WarehouseId": "6180e934-797b-4d6a-93da-da9025ea9cc1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0b439f69-b464-4076-bd2c-8aad3319d12e",
"ActyId": "ed8e1c80-fa68-4dd0-ad38-501b39f5c6f6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2e92a89c-a968-4eca-9009-ea19d03ee805"
}
],
"WarehouseLocations": [
{
"Id": "0b52e32e-418b-4a8a-a32c-1d4ed52cf2c3",
"DispatchLocationId": "6e63e972-e0c1-4de0-b82b-df404d7cfb2a",
"WarehouseId": "6180e934-797b-4d6a-93da-da9025ea9cc1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0b439f69-b464-4076-bd2c-8aad3319d12e",
"ActyId": "ed8e1c80-fa68-4dd0-ad38-501b39f5c6f6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2e92a89c-a968-4eca-9009-ea19d03ee805"
},
{
"Id": "0b52e32e-418b-4a8a-a32c-1d4ed52cf2c3",
"DispatchLocationId": "6e63e972-e0c1-4de0-b82b-df404d7cfb2a",
"WarehouseId": "6180e934-797b-4d6a-93da-da9025ea9cc1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0b439f69-b464-4076-bd2c-8aad3319d12e",
"ActyId": "ed8e1c80-fa68-4dd0-ad38-501b39f5c6f6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2e92a89c-a968-4eca-9009-ea19d03ee805"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}