GET api/SystemUser/UPN/{UPN}/DetailsV2

Get system user details for specific user based on UPN

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UPN

string

Required

Body Parameters

None.

Response Information

Resource Description

SystemUserV2
NameDescriptionTypeAdditional information
ReceiveProdBatchCalculationInOCEnable

boolean

None.

ReceiveProdBatchCuttingInOCEnable

boolean

None.

ReceiveProdBatchWithoutCalcInOCEnable

boolean

None.

DefaultRouteIds

Collection of globally unique identifier

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,
  "DefaultRouteIds": [
    "f544e5b0-6eda-44ce-94da-0ff6eee96d60",
    "cc42dbdb-aac5-46d1-9cd7-f5fbcb4ae3fb"
  ],
  "Id": "a2d8292e-41d0-450e-9c7c-8ce84fdebe98",
  "Name": "sample string 5",
  "Password": "sample string 6",
  "TransportLabelDirectPrintPDA": true,
  "TransportLabelProfileId": "9822dd93-0edc-4dbf-9afe-7720641b2033",
  "NumberOfCopiesTransportLabel": 9,
  "ItemLabelDirectPrintPDA": true,
  "ItemLabelProfileId": "1c9bbe0c-a6f5-4260-b1e5-36ef6a7c6330",
  "NumberOfCopiesItemLabel": 12,
  "ChooseAllWarehousesAutomatically": true,
  "DispatchLocationId": "de593130-dae2-4a37-add9-d654e98c60d0",
  "WareHouseId": "36319c24-3526-433a-947a-a7c69ec6223a",
  "UseMyLocations": true,
  "ChooseSpesificDispatchLocation": true,
  "ChooseSpesificWarehouseLocation": true,
  "SupplierId": "e8a510f5-7784-47af-b334-d58172e08282",
  "DispatchLocations": [
    {
      "Id": "fc5ac4ca-d862-42c2-8393-09ff62bf4460",
      "DispatchLocationId": "b9bc3f52-4c5b-4ffc-b47b-9040bd45073b",
      "WarehouseId": "5258a47b-c742-4247-b7f0-30c90ad248c0",
      "Number": "sample string 4",
      "Name": "sample string 5",
      "StoreNo": "sample string 6",
      "ParentId": "7621194e-44e3-44de-9c13-2964e2a421de",
      "ActyId": "9f67c62f-5dc9-4b27-b47b-6f9f8bba4134",
      "ActyDescription": "sample string 9",
      "InCountingStockOrderId": "cdc94c68-fe61-4f4e-bb23-db1b2431804b"
    },
    {
      "Id": "fc5ac4ca-d862-42c2-8393-09ff62bf4460",
      "DispatchLocationId": "b9bc3f52-4c5b-4ffc-b47b-9040bd45073b",
      "WarehouseId": "5258a47b-c742-4247-b7f0-30c90ad248c0",
      "Number": "sample string 4",
      "Name": "sample string 5",
      "StoreNo": "sample string 6",
      "ParentId": "7621194e-44e3-44de-9c13-2964e2a421de",
      "ActyId": "9f67c62f-5dc9-4b27-b47b-6f9f8bba4134",
      "ActyDescription": "sample string 9",
      "InCountingStockOrderId": "cdc94c68-fe61-4f4e-bb23-db1b2431804b"
    }
  ],
  "WarehouseLocations": [
    {
      "Id": "fc5ac4ca-d862-42c2-8393-09ff62bf4460",
      "DispatchLocationId": "b9bc3f52-4c5b-4ffc-b47b-9040bd45073b",
      "WarehouseId": "5258a47b-c742-4247-b7f0-30c90ad248c0",
      "Number": "sample string 4",
      "Name": "sample string 5",
      "StoreNo": "sample string 6",
      "ParentId": "7621194e-44e3-44de-9c13-2964e2a421de",
      "ActyId": "9f67c62f-5dc9-4b27-b47b-6f9f8bba4134",
      "ActyDescription": "sample string 9",
      "InCountingStockOrderId": "cdc94c68-fe61-4f4e-bb23-db1b2431804b"
    },
    {
      "Id": "fc5ac4ca-d862-42c2-8393-09ff62bf4460",
      "DispatchLocationId": "b9bc3f52-4c5b-4ffc-b47b-9040bd45073b",
      "WarehouseId": "5258a47b-c742-4247-b7f0-30c90ad248c0",
      "Number": "sample string 4",
      "Name": "sample string 5",
      "StoreNo": "sample string 6",
      "ParentId": "7621194e-44e3-44de-9c13-2964e2a421de",
      "ActyId": "9f67c62f-5dc9-4b27-b47b-6f9f8bba4134",
      "ActyDescription": "sample string 9",
      "InCountingStockOrderId": "cdc94c68-fe61-4f4e-bb23-db1b2431804b"
    }
  ],
  "ReceiveProdBatchEnable": true,
  "ReceiveProdBatchInOCEnable": true,
  "SeeItemRestricted": true
}