POST TransactPurchase?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PurchaseHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| PurchaseDate | date |
None. |
|
| ClientId | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalAmountPaid | decimal number |
None. |
|
| TransactionRef | string |
None. |
|
| TransactionType | integer |
None. |
|
| TransactionId | integer |
None. |
|
| Success | boolean |
None. |
|
| Reason | string |
None. |
|
| TransactionSource | integer |
None. |
|
| TransactionFeesAmount | decimal number |
None. |
|
| VatAmount | decimal number |
None. |
|
| MerchantAmount | decimal number |
None. |
|
| RankId | integer |
None. |
|
| BonaitVat | decimal number |
None. |
|
| TransactionName | string |
None. |
|
| MerchantUserId | string |
None. |
|
| RequestLiftId | integer |
None. |
|
| RouteId | integer |
None. |
|
| AssociationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"PurchaseDate": "2025-12-12T08:40:07.2756436+02:00",
"ClientId": "sample string 2",
"TotalAmount": 1.1,
"TotalAmountPaid": 1.1,
"TransactionRef": "sample string 3",
"TransactionType": 1,
"TransactionId": 1,
"Success": true,
"Reason": "sample string 5",
"TransactionSource": 6,
"TransactionFeesAmount": 7.1,
"VatAmount": 8.1,
"MerchantAmount": 9.1,
"RankId": 1,
"BonaitVat": 10.1,
"TransactionName": "sample string 11",
"MerchantUserId": "sample string 12",
"RequestLiftId": 1,
"RouteId": 1,
"AssociationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.