GET api/v1/{posId}/receipttexts
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReceiptText| Name | Description | Type | Additional information |
|---|---|---|---|
| LineNo | integer |
None. |
|
| ReportType | integer |
None. |
|
| StoreID | string |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LineNo": 1,
"ReportType": 2,
"StoreID": "sample string 3",
"Text": "sample string 4"
},
{
"LineNo": 1,
"ReportType": 2,
"StoreID": "sample string 3",
"Text": "sample string 4"
}
]
text/html
Sample:
[{"LineNo":1,"ReportType":2,"StoreID":"sample string 3","Text":"sample string 4"},{"LineNo":1,"ReportType":2,"StoreID":"sample string 3","Text":"sample string 4"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<LineNo>1</LineNo>
<ReportType>2</ReportType>
<StoreID>sample string 3</StoreID>
<Text>sample string 4</Text>
</Data>
<Data>
<LineNo>1</LineNo>
<ReportType>2</ReportType>
<StoreID>sample string 3</StoreID>
<Text>sample string 4</Text>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.