GET api/SystemUser/{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": "0d844156-fccd-400a-9dca-49e2178b2e23",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "92830469-8ab1-4b01-8b96-4b2d220c1ccd",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "4060c687-fedc-43cc-8e64-ea1e9ce3d9f9",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "f86bcea0-f81a-4345-b4fe-7bd3b9be4fb7",
"WareHouseId": "2baa363d-9b89-458c-b6e2-d43d7dbd0082",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "b2959e77-0e93-4ea0-8404-62fe014049b3",
"DispatchLocations": [
{
"Id": "fef58f81-6271-4af4-9baf-19d924046425",
"DispatchLocationId": "513a4459-8208-49dc-9b7a-6198b9215863",
"WarehouseId": "226900ab-2335-4443-add5-51ed84af8b1a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dbaa864b-f05e-4691-8fd4-2e24e103e272",
"ActyId": "03b44455-0bb3-4311-9114-ae5d342df287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7f6282cb-770d-4e82-8dbc-149bb18d4cc0"
},
{
"Id": "fef58f81-6271-4af4-9baf-19d924046425",
"DispatchLocationId": "513a4459-8208-49dc-9b7a-6198b9215863",
"WarehouseId": "226900ab-2335-4443-add5-51ed84af8b1a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dbaa864b-f05e-4691-8fd4-2e24e103e272",
"ActyId": "03b44455-0bb3-4311-9114-ae5d342df287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7f6282cb-770d-4e82-8dbc-149bb18d4cc0"
}
],
"WarehouseLocations": [
{
"Id": "fef58f81-6271-4af4-9baf-19d924046425",
"DispatchLocationId": "513a4459-8208-49dc-9b7a-6198b9215863",
"WarehouseId": "226900ab-2335-4443-add5-51ed84af8b1a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dbaa864b-f05e-4691-8fd4-2e24e103e272",
"ActyId": "03b44455-0bb3-4311-9114-ae5d342df287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7f6282cb-770d-4e82-8dbc-149bb18d4cc0"
},
{
"Id": "fef58f81-6271-4af4-9baf-19d924046425",
"DispatchLocationId": "513a4459-8208-49dc-9b7a-6198b9215863",
"WarehouseId": "226900ab-2335-4443-add5-51ed84af8b1a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "dbaa864b-f05e-4691-8fd4-2e24e103e272",
"ActyId": "03b44455-0bb3-4311-9114-ae5d342df287",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7f6282cb-770d-4e82-8dbc-149bb18d4cc0"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}