POST api/PoS/POSTransactionEnquiry

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfPoSTxnEnquiryNonIsoResponse
NameDescriptionTypeAdditional information
ReturnValue

PoSTxnEnquiryNonIsoResponse

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "OfferType": "sample string 1",
    "FinalTxnAmount": 2.0,
    "OriginalTxnAmount": 3.0,
    "Benefitrate": 4.0,
    "Benefitvalue": 5.0,
    "Receipttext": "sample string 6",
    "TxnID": "sample string 7",
    "OfferID": 8,
    "OfferName": "sample string 9",
    "RegisterForLoyalty": true,
    "ReceipttextLoyalty": "sample string 11",
    "AppliedLoyaltyAmt": 12.0
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T20:13:07.7454034+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfPoSTxnEnquiryNonIsoResponseWUXeW725 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Responses.VAS.NI">
    <d2p1:AppliedLoyaltyAmt>12</d2p1:AppliedLoyaltyAmt>
    <d2p1:Benefitrate>4</d2p1:Benefitrate>
    <d2p1:Benefitvalue>5</d2p1:Benefitvalue>
    <d2p1:FinalTxnAmount>2</d2p1:FinalTxnAmount>
    <d2p1:OfferID>8</d2p1:OfferID>
    <d2p1:OfferName>sample string 9</d2p1:OfferName>
    <d2p1:OfferType>sample string 1</d2p1:OfferType>
    <d2p1:OriginalTxnAmount>3</d2p1:OriginalTxnAmount>
    <d2p1:Receipttext>sample string 6</d2p1:Receipttext>
    <d2p1:ReceipttextLoyalty>sample string 11</d2p1:ReceipttextLoyalty>
    <d2p1:RegisterForLoyalty>true</d2p1:RegisterForLoyalty>
    <d2p1:TxnID>sample string 7</d2p1:TxnID>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfPoSTxnEnquiryNonIsoResponseWUXeW725>