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": "cf170b52-81c6-4493-89a6-60d8d6fe8c12",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "edd00448-7618-4812-ac56-c12ebfefd52a",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "40548ea9-0cd9-4ed0-b1ab-706a11864eae",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "17a00088-20fa-49fb-80ff-ca09932e2aaa",
"WareHouseId": "6519cf88-c5f1-4321-b0ba-92855bdb7465",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "8de34cc8-415f-485f-9743-4267aa11be6f",
"DispatchLocations": [
{
"Id": "2d36b877-813e-413b-a6cc-3c73c298f2ea",
"DispatchLocationId": "6d86bc9f-9cbc-4049-81f3-b135ac4a37c8",
"WarehouseId": "c2fcffe9-09dc-4d24-ad6d-b3f88789458f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b78930e1-2cfe-4749-b303-9f0b3927f6fe",
"ActyId": "63e6eaeb-78f0-45de-8f18-a461b6ead1cc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fecd05e7-760d-4839-8f17-8c62f4b1cbed"
},
{
"Id": "2d36b877-813e-413b-a6cc-3c73c298f2ea",
"DispatchLocationId": "6d86bc9f-9cbc-4049-81f3-b135ac4a37c8",
"WarehouseId": "c2fcffe9-09dc-4d24-ad6d-b3f88789458f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b78930e1-2cfe-4749-b303-9f0b3927f6fe",
"ActyId": "63e6eaeb-78f0-45de-8f18-a461b6ead1cc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fecd05e7-760d-4839-8f17-8c62f4b1cbed"
}
],
"WarehouseLocations": [
{
"Id": "2d36b877-813e-413b-a6cc-3c73c298f2ea",
"DispatchLocationId": "6d86bc9f-9cbc-4049-81f3-b135ac4a37c8",
"WarehouseId": "c2fcffe9-09dc-4d24-ad6d-b3f88789458f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b78930e1-2cfe-4749-b303-9f0b3927f6fe",
"ActyId": "63e6eaeb-78f0-45de-8f18-a461b6ead1cc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fecd05e7-760d-4839-8f17-8c62f4b1cbed"
},
{
"Id": "2d36b877-813e-413b-a6cc-3c73c298f2ea",
"DispatchLocationId": "6d86bc9f-9cbc-4049-81f3-b135ac4a37c8",
"WarehouseId": "c2fcffe9-09dc-4d24-ad6d-b3f88789458f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b78930e1-2cfe-4749-b303-9f0b3927f6fe",
"ActyId": "63e6eaeb-78f0-45de-8f18-a461b6ead1cc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fecd05e7-760d-4839-8f17-8c62f4b1cbed"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}