POST 17.0/app/accounts/mergesplittransactions

Description

Merges split credit transactions based on the provided request.

URI Parameters

None.

The merge request containing split ID and total amount.

Name Description Type Additional information
SplitId

integer

None.

Total

decimal number

None.

application/json, text/json

Sample:
{
  "splitId": 1,
  "total": 2.0
}

application/xml, text/xml

Sample:
<MergeTransactionRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SplitId>1</SplitId>
  <Total>2</Total>
</MergeTransactionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.