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": "560656ae-9257-49ae-8e8c-26427698b4ee",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "cffce91b-b10a-436b-9e09-45da8df6fb6f",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "1d4d7412-3b73-4669-b7e8-0e2528ab5888",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "549e8539-27dd-475d-b94f-f6166e5de8ea",
"WareHouseId": "438e9c8c-5dc0-41f5-84ba-243d7081afa9",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "b6b8a368-f9b7-4255-bb61-a1fe122393b1",
"DispatchLocations": [
{
"Id": "fa83210d-d235-4a58-b1e6-1706a9b04bbd",
"DispatchLocationId": "a832ba65-8333-4790-aa1e-73c13fb066c5",
"WarehouseId": "cca51f25-db17-4155-a5d1-b143960902ff",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d89e90d7-1304-4eb4-a955-a506af95b2c5",
"ActyId": "096b3341-dd03-45bb-a3a2-4ab133821da7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5a647b14-4821-46d9-b258-fde089aca158"
},
{
"Id": "fa83210d-d235-4a58-b1e6-1706a9b04bbd",
"DispatchLocationId": "a832ba65-8333-4790-aa1e-73c13fb066c5",
"WarehouseId": "cca51f25-db17-4155-a5d1-b143960902ff",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d89e90d7-1304-4eb4-a955-a506af95b2c5",
"ActyId": "096b3341-dd03-45bb-a3a2-4ab133821da7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5a647b14-4821-46d9-b258-fde089aca158"
}
],
"WarehouseLocations": [
{
"Id": "fa83210d-d235-4a58-b1e6-1706a9b04bbd",
"DispatchLocationId": "a832ba65-8333-4790-aa1e-73c13fb066c5",
"WarehouseId": "cca51f25-db17-4155-a5d1-b143960902ff",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d89e90d7-1304-4eb4-a955-a506af95b2c5",
"ActyId": "096b3341-dd03-45bb-a3a2-4ab133821da7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5a647b14-4821-46d9-b258-fde089aca158"
},
{
"Id": "fa83210d-d235-4a58-b1e6-1706a9b04bbd",
"DispatchLocationId": "a832ba65-8333-4790-aa1e-73c13fb066c5",
"WarehouseId": "cca51f25-db17-4155-a5d1-b143960902ff",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d89e90d7-1304-4eb4-a955-a506af95b2c5",
"ActyId": "096b3341-dd03-45bb-a3a2-4ab133821da7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5a647b14-4821-46d9-b258-fde089aca158"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}