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": "f04921c6-1bf0-4e49-8c18-bf7a01cc301c",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "7dceec4e-c93f-456f-9cc1-8d30660b84ca",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "75de45a0-e109-42dc-a2bc-b5c5cc8030fd",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "3927c592-39b9-4d39-a5c5-e9a77ed08393",
"WareHouseId": "cd2da403-e74d-4184-9b48-c0bea706a75b",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "23d345c9-aad3-48c6-95c9-4e1370249913",
"DispatchLocations": [
{
"Id": "cae04371-8b7f-4dd3-9efc-14cb18c31986",
"DispatchLocationId": "ebb0f2d4-f999-4abd-baff-5919e28f17c1",
"WarehouseId": "70e0719e-21d9-4e19-96b9-6a4afbc1fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e72bba45-4335-4bf4-830a-870621577705",
"ActyId": "6fab22ad-f1b1-4621-bded-ed2175d29dcb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb30e777-1f1b-4c13-8d9d-be1e80554ae2"
},
{
"Id": "cae04371-8b7f-4dd3-9efc-14cb18c31986",
"DispatchLocationId": "ebb0f2d4-f999-4abd-baff-5919e28f17c1",
"WarehouseId": "70e0719e-21d9-4e19-96b9-6a4afbc1fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e72bba45-4335-4bf4-830a-870621577705",
"ActyId": "6fab22ad-f1b1-4621-bded-ed2175d29dcb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb30e777-1f1b-4c13-8d9d-be1e80554ae2"
}
],
"WarehouseLocations": [
{
"Id": "cae04371-8b7f-4dd3-9efc-14cb18c31986",
"DispatchLocationId": "ebb0f2d4-f999-4abd-baff-5919e28f17c1",
"WarehouseId": "70e0719e-21d9-4e19-96b9-6a4afbc1fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e72bba45-4335-4bf4-830a-870621577705",
"ActyId": "6fab22ad-f1b1-4621-bded-ed2175d29dcb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb30e777-1f1b-4c13-8d9d-be1e80554ae2"
},
{
"Id": "cae04371-8b7f-4dd3-9efc-14cb18c31986",
"DispatchLocationId": "ebb0f2d4-f999-4abd-baff-5919e28f17c1",
"WarehouseId": "70e0719e-21d9-4e19-96b9-6a4afbc1fa13",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e72bba45-4335-4bf4-830a-870621577705",
"ActyId": "6fab22ad-f1b1-4621-bded-ed2175d29dcb",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "eb30e777-1f1b-4c13-8d9d-be1e80554ae2"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}