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": "489e07b3-72bd-462e-bb37-baef3ff16a19",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "ec3a9842-8f81-4402-83a9-2a257fb09bd6",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "303091af-5ead-4784-a837-895def979e2c",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "3c0fb395-c8a7-48f4-831e-168277b102c9",
"WareHouseId": "421aab79-17d7-4631-8af6-d6d8fa9bf500",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "7a7bbc39-5ee6-4ff8-8528-75623adc04b1",
"DispatchLocations": [
{
"Id": "310f7de7-e129-4a5f-bc39-d872d87829a5",
"DispatchLocationId": "398e03a8-b488-40cb-a38c-48e6e82bdd1a",
"WarehouseId": "d01b119c-9f3d-4438-856a-8292e571c1d9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4c9a4847-2696-40f0-a1b1-e10df1512636",
"ActyId": "2eb8bd3a-897e-4e23-8240-d0f54cd927c9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "81b7f1ea-bea8-4da3-9444-b2469ae2628a"
},
{
"Id": "310f7de7-e129-4a5f-bc39-d872d87829a5",
"DispatchLocationId": "398e03a8-b488-40cb-a38c-48e6e82bdd1a",
"WarehouseId": "d01b119c-9f3d-4438-856a-8292e571c1d9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4c9a4847-2696-40f0-a1b1-e10df1512636",
"ActyId": "2eb8bd3a-897e-4e23-8240-d0f54cd927c9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "81b7f1ea-bea8-4da3-9444-b2469ae2628a"
}
],
"WarehouseLocations": [
{
"Id": "310f7de7-e129-4a5f-bc39-d872d87829a5",
"DispatchLocationId": "398e03a8-b488-40cb-a38c-48e6e82bdd1a",
"WarehouseId": "d01b119c-9f3d-4438-856a-8292e571c1d9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4c9a4847-2696-40f0-a1b1-e10df1512636",
"ActyId": "2eb8bd3a-897e-4e23-8240-d0f54cd927c9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "81b7f1ea-bea8-4da3-9444-b2469ae2628a"
},
{
"Id": "310f7de7-e129-4a5f-bc39-d872d87829a5",
"DispatchLocationId": "398e03a8-b488-40cb-a38c-48e6e82bdd1a",
"WarehouseId": "d01b119c-9f3d-4438-856a-8292e571c1d9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4c9a4847-2696-40f0-a1b1-e10df1512636",
"ActyId": "2eb8bd3a-897e-4e23-8240-d0f54cd927c9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "81b7f1ea-bea8-4da3-9444-b2469ae2628a"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}