POST api/WebApp/GetMerchantDrivenCustomerEarnBurnReport
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfVU_RPT_MerchantDrivenCustomerEarnAndBurnReportName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of VU_RPT_MerchantDrivenCustomerEarnAndBurnReport |
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": [ { "ReceivedDateTime": "2024-11-28T14:40:52.5336477+03:00", "TxnRefNo": "sample string 2", "MaskedPAN": "sample string 3", "PointsBurnt": 4.0, "PointsEarned": 5.0, "ClosingBalance": 6.0, "MerchantID": 7, "CustomerID": 8, "AcquiringInstID": 9, "MobileNumber": "sample string 10", "OrganizationID": 11, "CustomerName": "sample string 12" }, { "ReceivedDateTime": "2024-11-28T14:40:52.5336477+03:00", "TxnRefNo": "sample string 2", "MaskedPAN": "sample string 3", "PointsBurnt": 4.0, "PointsEarned": 5.0, "ClosingBalance": 6.0, "MerchantID": 7, "CustomerID": 8, "AcquiringInstID": 9, "MobileNumber": "sample string 10", "OrganizationID": 11, "CustomerName": "sample string 12" } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T14:40:52.5336477+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfVU_RPT_MerchantDrivenCustomerEarnAndBurnReportDg_PpxSFe 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.Modules.Reports"> <d2p1:VU_RPT_MerchantDrivenCustomerEarnAndBurnReport> <d2p1:AcquiringInstID>9</d2p1:AcquiringInstID> <d2p1:ClosingBalance>6</d2p1:ClosingBalance> <d2p1:CustomerID>8</d2p1:CustomerID> <d2p1:CustomerName>sample string 12</d2p1:CustomerName> <d2p1:MaskedPAN>sample string 3</d2p1:MaskedPAN> <d2p1:MerchantID>7</d2p1:MerchantID> <d2p1:MobileNumber>sample string 10</d2p1:MobileNumber> <d2p1:OrganizationID>11</d2p1:OrganizationID> <d2p1:PointsBurnt>4</d2p1:PointsBurnt> <d2p1:PointsEarned>5</d2p1:PointsEarned> <d2p1:ReceivedDateTime>2024-11-28T14:40:52.5336477+03:00</d2p1:ReceivedDateTime> <d2p1:TxnRefNo>sample string 2</d2p1:TxnRefNo> </d2p1:VU_RPT_MerchantDrivenCustomerEarnAndBurnReport> <d2p1:VU_RPT_MerchantDrivenCustomerEarnAndBurnReport> <d2p1:AcquiringInstID>9</d2p1:AcquiringInstID> <d2p1:ClosingBalance>6</d2p1:ClosingBalance> <d2p1:CustomerID>8</d2p1:CustomerID> <d2p1:CustomerName>sample string 12</d2p1:CustomerName> <d2p1:MaskedPAN>sample string 3</d2p1:MaskedPAN> <d2p1:MerchantID>7</d2p1:MerchantID> <d2p1:MobileNumber>sample string 10</d2p1:MobileNumber> <d2p1:OrganizationID>11</d2p1:OrganizationID> <d2p1:PointsBurnt>4</d2p1:PointsBurnt> <d2p1:PointsEarned>5</d2p1:PointsEarned> <d2p1:ReceivedDateTime>2024-11-28T14:40:52.5336477+03:00</d2p1:ReceivedDateTime> <d2p1:TxnRefNo>sample string 2</d2p1:TxnRefNo> </d2p1:VU_RPT_MerchantDrivenCustomerEarnAndBurnReport> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfVU_RPT_MerchantDrivenCustomerEarnAndBurnReportDg_PpxSFe>