POST api/transaction/MapTransaction/{pSocietyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pSocietyId | integer |
Required |
Body Parameters
TransactionVM| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | integer |
None. |
|
| TransactionDate | date |
None. |
|
| BankId | integer |
None. |
|
| Description | string |
None. |
|
| Reference | string |
None. |
|
| DrAmount | decimal number |
None. |
|
| CrAmount | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| UTR | string |
None. |
|
| IsAckSent | boolean |
None. |
|
| IsMapped | boolean |
None. |
|
| IsReceiptGenerated | boolean |
None. |
|
| PaymentMode | string |
None. |
|
| PaymentModeId | integer |
None. |
|
| AccountDetails | string |
None. |
|
| Reason | string |
None. |
|
| ReasonId | integer |
None. |
|
| AccountMasterId | integer |
None. |
|
| DueAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"transactionId": 1,
"transactionDate": "2025-12-10T09:46:11.4627374+05:30",
"bankId": 1,
"description": "sample string 3",
"reference": "sample string 4",
"drAmount": 5.0,
"crAmount": 6.0,
"balance": 7.0,
"utr": "sample string 8",
"isAckSent": true,
"isMapped": true,
"isReceiptGenerated": true,
"paymentMode": "sample string 9",
"paymentModeId": 10,
"accountDetails": "sample string 11",
"reason": "sample string 12",
"reasonId": 1,
"accountMasterId": 1,
"dueAmount": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | ResponseStatus |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| ResponseData | boolean |
None. |
|
| ShowAlert | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.