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": "b138382b-f35d-4c20-808a-7acf17d47a86",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c98f4d15-bad4-496f-9197-1b7fcccce9db",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "bf190fbf-84f6-4ac1-b53d-6669ade3fc7e",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "9cd247c3-a3b7-45de-bbdc-aaf1af128421",
"WareHouseId": "cff877c8-3a0f-440e-9b77-c22bbcd5eec4",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "b7ffb6ab-f77a-428c-886b-e5041763c8f2",
"DispatchLocations": [
{
"Id": "76d8972a-ad1d-4cf5-9b2e-838cd30680e4",
"DispatchLocationId": "9da7e2fa-bcd6-47eb-987f-26ad836db473",
"WarehouseId": "981fd5e5-3824-4973-8d74-8d0c93bf6cb5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fe418bfa-0d1b-4eab-b97e-78083bfe8177",
"ActyId": "0c0db1c3-e57e-40a5-8582-4dae74391bf9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fcffc9e6-5d1f-44ec-85be-63103fe57b14"
},
{
"Id": "76d8972a-ad1d-4cf5-9b2e-838cd30680e4",
"DispatchLocationId": "9da7e2fa-bcd6-47eb-987f-26ad836db473",
"WarehouseId": "981fd5e5-3824-4973-8d74-8d0c93bf6cb5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fe418bfa-0d1b-4eab-b97e-78083bfe8177",
"ActyId": "0c0db1c3-e57e-40a5-8582-4dae74391bf9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fcffc9e6-5d1f-44ec-85be-63103fe57b14"
}
],
"WarehouseLocations": [
{
"Id": "76d8972a-ad1d-4cf5-9b2e-838cd30680e4",
"DispatchLocationId": "9da7e2fa-bcd6-47eb-987f-26ad836db473",
"WarehouseId": "981fd5e5-3824-4973-8d74-8d0c93bf6cb5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fe418bfa-0d1b-4eab-b97e-78083bfe8177",
"ActyId": "0c0db1c3-e57e-40a5-8582-4dae74391bf9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fcffc9e6-5d1f-44ec-85be-63103fe57b14"
},
{
"Id": "76d8972a-ad1d-4cf5-9b2e-838cd30680e4",
"DispatchLocationId": "9da7e2fa-bcd6-47eb-987f-26ad836db473",
"WarehouseId": "981fd5e5-3824-4973-8d74-8d0c93bf6cb5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fe418bfa-0d1b-4eab-b97e-78083bfe8177",
"ActyId": "0c0db1c3-e57e-40a5-8582-4dae74391bf9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fcffc9e6-5d1f-44ec-85be-63103fe57b14"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}