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": "b8b93ab9-3442-4e69-913a-2dd7cf51b15a",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "da432084-e95f-421e-8c5e-cff454c920fd",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "ea932d2b-538d-4cb1-ae97-591599de9b20",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "4fb785c5-39bd-405a-b8d9-41f169c3e23b",
"WareHouseId": "6d3b5839-3c54-4146-bd03-9dc7d567ff98",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "5b800390-403f-4c06-8c82-74974c644226",
"DispatchLocations": [
{
"Id": "7d09a739-5e96-4496-a754-c10552eb4e58",
"DispatchLocationId": "77868b2f-cb1c-49ea-b47f-1e4cfdd5df0a",
"WarehouseId": "5ac0c257-564e-40d1-a785-ea4963f0b24b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c3257820-410d-4ecd-b3d7-e41639119469",
"ActyId": "99a8c91b-6099-434d-913e-e48eb2c3a156",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d2cac38f-53ef-435a-a6bb-d05d5e6d7b21"
},
{
"Id": "7d09a739-5e96-4496-a754-c10552eb4e58",
"DispatchLocationId": "77868b2f-cb1c-49ea-b47f-1e4cfdd5df0a",
"WarehouseId": "5ac0c257-564e-40d1-a785-ea4963f0b24b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c3257820-410d-4ecd-b3d7-e41639119469",
"ActyId": "99a8c91b-6099-434d-913e-e48eb2c3a156",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d2cac38f-53ef-435a-a6bb-d05d5e6d7b21"
}
],
"WarehouseLocations": [
{
"Id": "7d09a739-5e96-4496-a754-c10552eb4e58",
"DispatchLocationId": "77868b2f-cb1c-49ea-b47f-1e4cfdd5df0a",
"WarehouseId": "5ac0c257-564e-40d1-a785-ea4963f0b24b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c3257820-410d-4ecd-b3d7-e41639119469",
"ActyId": "99a8c91b-6099-434d-913e-e48eb2c3a156",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d2cac38f-53ef-435a-a6bb-d05d5e6d7b21"
},
{
"Id": "7d09a739-5e96-4496-a754-c10552eb4e58",
"DispatchLocationId": "77868b2f-cb1c-49ea-b47f-1e4cfdd5df0a",
"WarehouseId": "5ac0c257-564e-40d1-a785-ea4963f0b24b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c3257820-410d-4ecd-b3d7-e41639119469",
"ActyId": "99a8c91b-6099-434d-913e-e48eb2c3a156",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d2cac38f-53ef-435a-a6bb-d05d5e6d7b21"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}