POST api/ERPDataUpdate/LogOmnipayTransaction
Request Information
URI Parameters
None.
Body Parameters
LogOmnipayTransactionCommandName | Description | Type | Additional information |
---|---|---|---|
data | LogOmnipayTransactionData |
None. |
|
event | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": { "customerRef": "sample string 1", "userRef": "sample string 2", "amount": 3.0, "walletBalance": 4.0, "walletPayment": 5.0, "paylaterPayment": 6.0, "promoPayment": 7.0, "orderValue": 8.0, "orderid": "sample string 9", "loanId": "sample string 10", "loanAmount": 11.0, "amountRepaid": 12.0, "amountPending": 13.0, "interestPaid": 14.0, "purchaseType": "sample string 15", "promoId": "sample string 16", "referenceId": "sample string 17", "paymentsDay": "sample string 18", "settlementRef": "sample string 19", "accountNumber": "sample string 20", "bankName": "sample string 21", "transactionRef": "sample string 22", "createdAt": "2025-06-22T12:12:23.9907724+00:00", "cashbackId": "sample string 24" }, "event": "sample string 1" }
application/xml, text/xml
Sample:
<LogOmnipayTransactionCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model.Orion"> <data> <accountNumber>sample string 20</accountNumber> <amount>3</amount> <amountPending>13</amountPending> <amountRepaid>12</amountRepaid> <bankName>sample string 21</bankName> <cashbackId>sample string 24</cashbackId> <createdAt>2025-06-22T12:12:23.9907724+00:00</createdAt> <customerRef>sample string 1</customerRef> <interestPaid>14</interestPaid> <loanAmount>11</loanAmount> <loanId>sample string 10</loanId> <orderValue>8</orderValue> <orderid>sample string 9</orderid> <paylaterPayment>6</paylaterPayment> <paymentsDay>sample string 18</paymentsDay> <promoId>sample string 16</promoId> <promoPayment>7</promoPayment> <purchaseType>sample string 15</purchaseType> <referenceId>sample string 17</referenceId> <settlementRef>sample string 19</settlementRef> <transactionRef>sample string 22</transactionRef> <userRef>sample string 2</userRef> <walletBalance>4</walletBalance> <walletPayment>5</walletPayment> </data> <event>sample string 1</event> </LogOmnipayTransactionCommand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.