Unmatch Transactions Matched by Auto Match (Transaction Matching)

Unmatches all transactions that were matched as part of the specified Auto Match job or Import Transactions and Auto Match job.

REST Resource

POST       /arm/rest/{api_version}/jobs

Required Roles

Service Administrator, Power User, Preparer, or Profiles and Reconciliations - Manage

The user who created a profile can also unmatch transactions associated with that profile.

Request

Supported Media Types: application/json

Parameters

The following table summarizes the client request specific to this job.

Table 17-72 UNMATCH MATCHED TRANSACTIONS

Name Description Type Required
api_version Version of the API you are working with: v1 Path Yes
jobName The name of a job, such as unmatchtransactionsbyautomatch Payload Yes
autoMatchJobId The ID of the Auto Match job or Import Transactions and Auto Match job. Payload Yes
createReverseAdjustment Indicates if a reverse adjustment must be created for the unmatched transactions. Options are True or False. Payload Yes

Example of request body

{
"jobName": "unmatchtransactionsbyautomatch",
"parameters": {
  "autoMatchJobId": 100000000067039,
  "createReverseAdjustment": true
}

Response

Supported Media Types: application/json

Example of Response Body

The following is an example of the response body in JSON format.

{
    "type": "TM",
    "items": null,
    "error": null,
    "link": null,
    "status": -1,
    "details": null,

"links": [
   {
       "href": "https://<BASE-URL>/arm/rest/jobs/100000000079002",
       "action": "GET",
       "rel": "self",
       "data": null
   }     ]
}