GET api/v1/{posId}/reportsettingses
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReportSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| PrinterName | string |
None. |
|
| ReportSelection | integer |
None. |
|
| ReportType | integer |
None. |
|
| ShowItemCategory | boolean |
None. |
|
| ShowItemNo | boolean |
None. |
|
| ShowDescription2 | boolean |
None. |
|
| ShowManufacturer | boolean |
None. |
|
| ShowVendor | boolean |
None. |
|
| ShowVendorItemNo | boolean |
None. |
|
| StoreID | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PrinterName": "sample string 1",
"ReportSelection": 1,
"ReportType": 2,
"ShowItemCategory": true,
"ShowItemNo": true,
"ShowDescription2": true,
"ShowManufacturer": true,
"ShowVendor": true,
"ShowVendorItemNo": true,
"StoreID": "sample string 3"
},
{
"PrinterName": "sample string 1",
"ReportSelection": 1,
"ReportType": 2,
"ShowItemCategory": true,
"ShowItemNo": true,
"ShowDescription2": true,
"ShowManufacturer": true,
"ShowVendor": true,
"ShowVendorItemNo": true,
"StoreID": "sample string 3"
}
]
text/html
Sample:
[{"PrinterName":"sample string 1","ReportSelection":1,"ReportType":2,"ShowItemCategory":true,"ShowItemNo":true,"ShowDescription2":true,"ShowManufacturer":true,"ShowVendor":true,"ShowVendorItemNo":true,"StoreID":"sample string 3"},{"PrinterName":"sample string 1","ReportSelection":1,"ReportType":2,"ShowItemCategory":true,"ShowItemNo":true,"ShowDescription2":true,"ShowManufacturer":true,"ShowVendor":true,"ShowVendorItemNo":true,"StoreID":"sample string 3"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<PrinterName>sample string 1</PrinterName>
<ReportSelection>1</ReportSelection>
<ReportType>2</ReportType>
<ShowItemCategory>true</ShowItemCategory>
<ShowItemNo>true</ShowItemNo>
<ShowDescription2>true</ShowDescription2>
<ShowManufacturer>true</ShowManufacturer>
<ShowVendor>true</ShowVendor>
<ShowVendorItemNo>true</ShowVendorItemNo>
<StoreID>sample string 3</StoreID>
</Data>
<Data>
<PrinterName>sample string 1</PrinterName>
<ReportSelection>1</ReportSelection>
<ReportType>2</ReportType>
<ShowItemCategory>true</ShowItemCategory>
<ShowItemNo>true</ShowItemNo>
<ShowDescription2>true</ShowDescription2>
<ShowManufacturer>true</ShowManufacturer>
<ShowVendor>true</ShowVendor>
<ShowVendorItemNo>true</ShowVendorItemNo>
<StoreID>sample string 3</StoreID>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.