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": "c696c036-a863-4882-9117-963f3ac65689",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "59c73343-a946-4b44-8e37-6e500083b475",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "c9a9282d-eede-425b-a66a-d2077fb4a451",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "dad4a24e-d9d5-4955-8dd8-4e356fc4a07f",
"WareHouseId": "ab505b25-36ec-48e1-b5bd-0b66e284a8c8",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "084b7302-0bb3-4c93-a701-b791303ee8c0",
"DispatchLocations": [
{
"Id": "fa8c0ff2-6e53-4712-b117-dc0132f8d3ae",
"DispatchLocationId": "2eb5a839-2249-4774-998f-3e960f310691",
"WarehouseId": "55550865-c471-426f-b5ed-e950cb5d9214",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba5f21fc-04a6-44b3-99f7-2a4a28fe4a2e",
"ActyId": "4198336d-bd54-49d3-8ce9-34b0cd8bfeed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c0e7f6f-53d0-4dce-bc7d-106675713eb4"
},
{
"Id": "fa8c0ff2-6e53-4712-b117-dc0132f8d3ae",
"DispatchLocationId": "2eb5a839-2249-4774-998f-3e960f310691",
"WarehouseId": "55550865-c471-426f-b5ed-e950cb5d9214",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba5f21fc-04a6-44b3-99f7-2a4a28fe4a2e",
"ActyId": "4198336d-bd54-49d3-8ce9-34b0cd8bfeed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c0e7f6f-53d0-4dce-bc7d-106675713eb4"
}
],
"WarehouseLocations": [
{
"Id": "fa8c0ff2-6e53-4712-b117-dc0132f8d3ae",
"DispatchLocationId": "2eb5a839-2249-4774-998f-3e960f310691",
"WarehouseId": "55550865-c471-426f-b5ed-e950cb5d9214",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba5f21fc-04a6-44b3-99f7-2a4a28fe4a2e",
"ActyId": "4198336d-bd54-49d3-8ce9-34b0cd8bfeed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c0e7f6f-53d0-4dce-bc7d-106675713eb4"
},
{
"Id": "fa8c0ff2-6e53-4712-b117-dc0132f8d3ae",
"DispatchLocationId": "2eb5a839-2249-4774-998f-3e960f310691",
"WarehouseId": "55550865-c471-426f-b5ed-e950cb5d9214",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba5f21fc-04a6-44b3-99f7-2a4a28fe4a2e",
"ActyId": "4198336d-bd54-49d3-8ce9-34b0cd8bfeed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c0e7f6f-53d0-4dce-bc7d-106675713eb4"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}