Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
applicationsMerchantTransactionId |
The application merchant transaction identifier. |
integer |
Required |
Body Parameters
The application merchant transaction.
Nano.ApplicationsMerchantTransactionName | Description | Type | Additional information |
---|---|---|---|
action |
Gets or sets the action. |
string |
None. |
amount |
Gets or sets the amount. |
decimal number |
None. |
date |
Gets or sets the date. |
date |
None. |
note |
Gets or sets the note. |
string |
None. |
postFundingRefund |
Gets or sets a value indicating whether gets or sets the post funding refund. |
boolean |
None. |
refunded |
Gets or sets a value indicating whether gets or sets the refunded. |
boolean |
None. |
type |
Gets or sets the type. |
string |
None. |
app |
Gets or sets the app identifier. |
integer |
None. |
id |
Gets or sets the application merchant transaction identifier. |
integer |
None. |
feeType |
Gets or sets the fee type identifier. |
integer |
None. |
refundRequestedBy |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "action": "sample String 1", "amount": 1.1, "date": "2025-04-25T17:59:08.0136527Z", "note": "sample String 2", "postFundingRefund": true, "refunded": true, "type": "sample String 5", "app": "6", "id": "7", "feeType": "1", "refundRequestedBy": "1" }
text/html
{"action":"sample String 1","amount":1.1,"date":"2025-04-25T17:59:08.0136527Z","note":"sample String 2","postFundingRefund":true,"refunded":true,"type":"sample String 5","app":"6","id":"7","feeType":"1","refundRequestedBy":"1"}
application/xml, text/xml
<ApplicationsMerchantTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Action>sample String 1</Action> <Amount>1.1</Amount> <Date>2025-04-25T17:59:08.0136527Z</Date> <Note>sample String 2</Note> <PostFundingRefund>true</PostFundingRefund> <Refunded>true</Refunded> <Type>sample String 5</Type> <AppId>6</AppId> <ApplicationsMerchantTransactionId>7</ApplicationsMerchantTransactionId> <FeeTypeId>1</FeeTypeId> <RefundRequestedById>1</RefundRequestedById> </ApplicationsMerchantTransaction>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated application merchant transaction.
Nano.ApplicationsMerchantTransactionName | Description | Type | Additional information |
---|---|---|---|
action |
Gets or sets the action. |
string |
None. |
amount |
Gets or sets the amount. |
decimal number |
None. |
date |
Gets or sets the date. |
date |
None. |
note |
Gets or sets the note. |
string |
None. |
postFundingRefund |
Gets or sets a value indicating whether gets or sets the post funding refund. |
boolean |
None. |
refunded |
Gets or sets a value indicating whether gets or sets the refunded. |
boolean |
None. |
type |
Gets or sets the type. |
string |
None. |
app |
Gets or sets the app identifier. |
integer |
None. |
id |
Gets or sets the application merchant transaction identifier. |
integer |
None. |
feeType |
Gets or sets the fee type identifier. |
integer |
None. |
refundRequestedBy |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "action": "sample String 1", "amount": 1.1, "date": "2025-04-25T17:59:08.0136527Z", "note": "sample String 2", "postFundingRefund": true, "refunded": true, "type": "sample String 5", "app": "6", "id": "7", "feeType": "1", "refundRequestedBy": "1" }
text/html
{"action":"sample String 1","amount":1.1,"date":"2025-04-25T17:59:08.0136527Z","note":"sample String 2","postFundingRefund":true,"refunded":true,"type":"sample String 5","app":"6","id":"7","feeType":"1","refundRequestedBy":"1"}
application/xml, text/xml
<ApplicationsMerchantTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Action>sample String 1</Action> <Amount>1.1</Amount> <Date>2025-04-25T17:59:08.0136527Z</Date> <Note>sample String 2</Note> <PostFundingRefund>true</PostFundingRefund> <Refunded>true</Refunded> <Type>sample String 5</Type> <AppId>6</AppId> <ApplicationsMerchantTransactionId>7</ApplicationsMerchantTransactionId> <FeeTypeId>1</FeeTypeId> <RefundRequestedById>1</RefundRequestedById> </ApplicationsMerchantTransaction>
application/vnd.api+json
Sample not available.