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": "841d2256-f759-480b-afe1-4c7fd11e94eb",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "0cdfd696-ed3a-458c-bd9b-a7153eaaf883",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "989118bf-e319-4560-b143-32980c8d4951",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "ba6f9e83-b6b0-42b4-ac15-80de9942cac8",
"WareHouseId": "aadc5ca3-2de1-4ffa-8dc1-29a96d4fb01e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "3f4f94a3-4963-4dce-852f-a1c2fd47df80",
"DispatchLocations": [
{
"Id": "a2f31f3d-5cb9-4e1f-9a32-573a26f30ce2",
"DispatchLocationId": "c22a4f7c-dc3d-4698-96a3-83cd77e6e196",
"WarehouseId": "6b47f54c-151f-4f7a-8723-71ab9b2557eb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "550e2825-c85d-4e54-bec0-96af78b3b51b",
"ActyId": "11193e76-5ed2-4779-9152-fad80e7bf1ce",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0716abda-4ab2-455f-a0ff-b9fc94f497b8"
},
{
"Id": "a2f31f3d-5cb9-4e1f-9a32-573a26f30ce2",
"DispatchLocationId": "c22a4f7c-dc3d-4698-96a3-83cd77e6e196",
"WarehouseId": "6b47f54c-151f-4f7a-8723-71ab9b2557eb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "550e2825-c85d-4e54-bec0-96af78b3b51b",
"ActyId": "11193e76-5ed2-4779-9152-fad80e7bf1ce",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0716abda-4ab2-455f-a0ff-b9fc94f497b8"
}
],
"WarehouseLocations": [
{
"Id": "a2f31f3d-5cb9-4e1f-9a32-573a26f30ce2",
"DispatchLocationId": "c22a4f7c-dc3d-4698-96a3-83cd77e6e196",
"WarehouseId": "6b47f54c-151f-4f7a-8723-71ab9b2557eb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "550e2825-c85d-4e54-bec0-96af78b3b51b",
"ActyId": "11193e76-5ed2-4779-9152-fad80e7bf1ce",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0716abda-4ab2-455f-a0ff-b9fc94f497b8"
},
{
"Id": "a2f31f3d-5cb9-4e1f-9a32-573a26f30ce2",
"DispatchLocationId": "c22a4f7c-dc3d-4698-96a3-83cd77e6e196",
"WarehouseId": "6b47f54c-151f-4f7a-8723-71ab9b2557eb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "550e2825-c85d-4e54-bec0-96af78b3b51b",
"ActyId": "11193e76-5ed2-4779-9152-fad80e7bf1ce",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0716abda-4ab2-455f-a0ff-b9fc94f497b8"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}