POST TRANSACTION_REQ
Request Information
URI Parameters
None.
Body Parameters
Transaction_Api_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| FUND_CODE | integer |
None. |
|
| PAYMENT_DATE | date |
None. |
|
| AMOUNT | decimal number |
None. |
|
| MOP | integer |
None. |
|
| PAYMENT_REF | string |
None. |
|
| CLIENT_ID | string |
None. |
|
| TxnId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FUND_CODE": 1,
"PAYMENT_DATE": "2026-08-08T12:36:36.4680194+00:00",
"AMOUNT": 3.1,
"MOP": 4,
"PAYMENT_REF": "sample string 5",
"CLIENT_ID": "sample string 6",
"TxnId": 1
}
application/xml, text/xml
Sample:
<Transaction_Api_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INVS_ERP.ViewModels"> <AMOUNT>3.1</AMOUNT> <CLIENT_ID>sample string 6</CLIENT_ID> <FUND_CODE>1</FUND_CODE> <MOP>4</MOP> <PAYMENT_DATE>2026-08-08T12:36:36.4680194+00:00</PAYMENT_DATE> <PAYMENT_REF>sample string 5</PAYMENT_REF> <TxnId>1</TxnId> </Transaction_Api_Model>
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. |