POST api/Report/PrintReportPP
Request Information
URI Parameters
None.
Body Parameters
TransactionPrint| Name | Description | Type | Additional information |
|---|---|---|---|
| PrintTags | string |
None. |
|
| TerminalCode | string |
None. |
|
| MaskedNumberCard | string |
None. |
|
| DocEntry | integer |
None. |
|
| IsSigned | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrintTags": "sample string 1",
"TerminalCode": "sample string 2",
"MaskedNumberCard": "sample string 3",
"DocEntry": 4,
"IsSigned": true
}
application/xml, text/xml
Sample:
<TransactionPrint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS"> <DocEntry>4</DocEntry> <IsSigned>true</IsSigned> <MaskedNumberCard>sample string 3</MaskedNumberCard> <PrintTags>sample string 1</PrintTags> <TerminalCode>sample string 2</TerminalCode> </TransactionPrint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |