GET api/SystemUser/UserName/{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": "60c88d89-1be2-46ba-9937-62b607393b24",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c2666a7b-b43a-4bf2-83c4-67cc868a29dd",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "9a44ec66-c5c2-4fb4-a910-128a6fb181bb",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "39e9e5f4-af40-49ef-bb12-c8cc78948f70",
"WareHouseId": "b004ab50-7e82-4a4c-aa41-1b279ea1b270",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "29ee73d6-a8c1-4b18-a83c-69fb5d4235f2",
"DispatchLocations": [
{
"Id": "608c4e1c-be83-455e-8107-efef392f3d29",
"DispatchLocationId": "c1b0ed5f-3f4f-47fb-81a1-4663a521b759",
"WarehouseId": "783dad7b-f7bf-4219-a56d-ddc0364caf55",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "84945e3f-8d44-4716-bfd5-3996d238af67",
"ActyId": "a432f23a-0e95-42b7-9295-c0fd70203161",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2ac77dd-2b68-4bd9-9f8e-abdc2c0efa57"
},
{
"Id": "608c4e1c-be83-455e-8107-efef392f3d29",
"DispatchLocationId": "c1b0ed5f-3f4f-47fb-81a1-4663a521b759",
"WarehouseId": "783dad7b-f7bf-4219-a56d-ddc0364caf55",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "84945e3f-8d44-4716-bfd5-3996d238af67",
"ActyId": "a432f23a-0e95-42b7-9295-c0fd70203161",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2ac77dd-2b68-4bd9-9f8e-abdc2c0efa57"
}
],
"WarehouseLocations": [
{
"Id": "608c4e1c-be83-455e-8107-efef392f3d29",
"DispatchLocationId": "c1b0ed5f-3f4f-47fb-81a1-4663a521b759",
"WarehouseId": "783dad7b-f7bf-4219-a56d-ddc0364caf55",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "84945e3f-8d44-4716-bfd5-3996d238af67",
"ActyId": "a432f23a-0e95-42b7-9295-c0fd70203161",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2ac77dd-2b68-4bd9-9f8e-abdc2c0efa57"
},
{
"Id": "608c4e1c-be83-455e-8107-efef392f3d29",
"DispatchLocationId": "c1b0ed5f-3f4f-47fb-81a1-4663a521b759",
"WarehouseId": "783dad7b-f7bf-4219-a56d-ddc0364caf55",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "84945e3f-8d44-4716-bfd5-3996d238af67",
"ActyId": "a432f23a-0e95-42b7-9295-c0fd70203161",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c2ac77dd-2b68-4bd9-9f8e-abdc2c0efa57"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}