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": "76403aee-f99d-407a-91e2-7f913c567ac1",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "8ce335aa-9bb1-4c57-afe7-63cafa59696e",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "0a91dfce-522a-474a-b4cd-e7ab031384f3",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "2eef14e4-ce04-45b8-bdda-7c8143ed7f74",
"WareHouseId": "13618740-5fcc-4071-8c2e-f5c02d85bc02",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "cf6a3389-e765-4278-a4bb-86cea64a23ab",
"DispatchLocations": [
{
"Id": "888bee11-45c5-46c0-aad9-dc560a3b2763",
"DispatchLocationId": "34ab48d7-d981-4f41-9b8d-23fab7c711d0",
"WarehouseId": "c3a4de54-c63f-4d08-9c8c-b5ffefbb7c96",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c63e4081-54df-49c2-8249-0ca53d591e71",
"ActyId": "76a8327b-c0c4-42e6-ae91-0ea30719cef7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e835eb0e-053d-4418-a66f-699639fb4481"
},
{
"Id": "888bee11-45c5-46c0-aad9-dc560a3b2763",
"DispatchLocationId": "34ab48d7-d981-4f41-9b8d-23fab7c711d0",
"WarehouseId": "c3a4de54-c63f-4d08-9c8c-b5ffefbb7c96",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c63e4081-54df-49c2-8249-0ca53d591e71",
"ActyId": "76a8327b-c0c4-42e6-ae91-0ea30719cef7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e835eb0e-053d-4418-a66f-699639fb4481"
}
],
"WarehouseLocations": [
{
"Id": "888bee11-45c5-46c0-aad9-dc560a3b2763",
"DispatchLocationId": "34ab48d7-d981-4f41-9b8d-23fab7c711d0",
"WarehouseId": "c3a4de54-c63f-4d08-9c8c-b5ffefbb7c96",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c63e4081-54df-49c2-8249-0ca53d591e71",
"ActyId": "76a8327b-c0c4-42e6-ae91-0ea30719cef7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e835eb0e-053d-4418-a66f-699639fb4481"
},
{
"Id": "888bee11-45c5-46c0-aad9-dc560a3b2763",
"DispatchLocationId": "34ab48d7-d981-4f41-9b8d-23fab7c711d0",
"WarehouseId": "c3a4de54-c63f-4d08-9c8c-b5ffefbb7c96",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c63e4081-54df-49c2-8249-0ca53d591e71",
"ActyId": "76a8327b-c0c4-42e6-ae91-0ea30719cef7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e835eb0e-053d-4418-a66f-699639fb4481"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}