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": "df65ca77-0813-4a76-9b79-43561e5f8b47",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "b6f6c8aa-dd5e-4106-be05-261dc8d90ffe",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "f768c37b-b1ce-4b68-a955-731271df8588",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "3e5a39c9-13cb-4dc8-98cf-3b6abc64a3b1",
"WareHouseId": "748fe5a4-60d3-4a4c-85dc-c3274178fafb",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "44d0b103-516c-4467-8862-1f7783fd4c51",
"DispatchLocations": [
{
"Id": "29b0304d-d82a-4b05-97de-a82cdb2dd3ba",
"DispatchLocationId": "072d19bb-10ee-4d00-ba16-983b4fbca4fd",
"WarehouseId": "4b54a2c5-9331-4874-b676-50d14214a574",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c7417b39-0006-4698-93f6-3f72f00f750d",
"ActyId": "d3406c1f-05d8-4ae6-9f14-ad83bc6129b0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "44ee3a5e-3a72-4b8e-beae-c1c8df73f5f3"
},
{
"Id": "29b0304d-d82a-4b05-97de-a82cdb2dd3ba",
"DispatchLocationId": "072d19bb-10ee-4d00-ba16-983b4fbca4fd",
"WarehouseId": "4b54a2c5-9331-4874-b676-50d14214a574",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c7417b39-0006-4698-93f6-3f72f00f750d",
"ActyId": "d3406c1f-05d8-4ae6-9f14-ad83bc6129b0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "44ee3a5e-3a72-4b8e-beae-c1c8df73f5f3"
}
],
"WarehouseLocations": [
{
"Id": "29b0304d-d82a-4b05-97de-a82cdb2dd3ba",
"DispatchLocationId": "072d19bb-10ee-4d00-ba16-983b4fbca4fd",
"WarehouseId": "4b54a2c5-9331-4874-b676-50d14214a574",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c7417b39-0006-4698-93f6-3f72f00f750d",
"ActyId": "d3406c1f-05d8-4ae6-9f14-ad83bc6129b0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "44ee3a5e-3a72-4b8e-beae-c1c8df73f5f3"
},
{
"Id": "29b0304d-d82a-4b05-97de-a82cdb2dd3ba",
"DispatchLocationId": "072d19bb-10ee-4d00-ba16-983b4fbca4fd",
"WarehouseId": "4b54a2c5-9331-4874-b676-50d14214a574",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c7417b39-0006-4698-93f6-3f72f00f750d",
"ActyId": "d3406c1f-05d8-4ae6-9f14-ad83bc6129b0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "44ee3a5e-3a72-4b8e-beae-c1c8df73f5f3"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}