GET api/SystemUser/UserName/{UserName}/DetailsV2
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
SystemUserV2| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiveProdBatchCalculationInOCEnable | boolean |
None. |
|
| ReceiveProdBatchCuttingInOCEnable | boolean |
None. |
|
| ReceiveProdBatchWithoutCalcInOCEnable | boolean |
None. |
|
| 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:
{
"ReceiveProdBatchCalculationInOCEnable": true,
"ReceiveProdBatchCuttingInOCEnable": true,
"ReceiveProdBatchWithoutCalcInOCEnable": true,
"Id": "3defda5e-c5ce-4533-8798-a839175cd3a0",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "89a9fa7b-be50-44fa-baca-2f74f3353761",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "d9bca3b0-63be-4ec0-bcbc-52a6c85b895d",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "f9205af3-ea95-464e-8843-47b20cc0fd64",
"WareHouseId": "5aea6118-3e84-4634-bdb5-8daa0a6e0db7",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "5ab6477e-2c94-4689-97b0-d17ef1e33cb6",
"DispatchLocations": [
{
"Id": "d193f29a-d0b4-4b96-870a-db244bd02495",
"DispatchLocationId": "7d48b693-7010-4aef-a087-68dd6fb5dda3",
"WarehouseId": "7bda6a99-49bd-4261-9079-6fb58708d932",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6df79761-dc6e-47c9-9ddd-da7dfca13292",
"ActyId": "71b7af97-15b4-4473-86ec-91dc74955a30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1f22c1be-dc28-4a91-9ec3-a0cf4d05b4d9"
},
{
"Id": "d193f29a-d0b4-4b96-870a-db244bd02495",
"DispatchLocationId": "7d48b693-7010-4aef-a087-68dd6fb5dda3",
"WarehouseId": "7bda6a99-49bd-4261-9079-6fb58708d932",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6df79761-dc6e-47c9-9ddd-da7dfca13292",
"ActyId": "71b7af97-15b4-4473-86ec-91dc74955a30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1f22c1be-dc28-4a91-9ec3-a0cf4d05b4d9"
}
],
"WarehouseLocations": [
{
"Id": "d193f29a-d0b4-4b96-870a-db244bd02495",
"DispatchLocationId": "7d48b693-7010-4aef-a087-68dd6fb5dda3",
"WarehouseId": "7bda6a99-49bd-4261-9079-6fb58708d932",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6df79761-dc6e-47c9-9ddd-da7dfca13292",
"ActyId": "71b7af97-15b4-4473-86ec-91dc74955a30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1f22c1be-dc28-4a91-9ec3-a0cf4d05b4d9"
},
{
"Id": "d193f29a-d0b4-4b96-870a-db244bd02495",
"DispatchLocationId": "7d48b693-7010-4aef-a087-68dd6fb5dda3",
"WarehouseId": "7bda6a99-49bd-4261-9079-6fb58708d932",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6df79761-dc6e-47c9-9ddd-da7dfca13292",
"ActyId": "71b7af97-15b4-4473-86ec-91dc74955a30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1f22c1be-dc28-4a91-9ec3-a0cf4d05b4d9"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}