Generate Cosmetic Changes Report for Account Reconciliation

Generates a report containing all cosmetic changes made to a reconciliation during a specific period.

REST Resource

POST       /arm/rest/{api_version}/jobs

Required Roles

Service Administrator, Power User, or Profiles and Reconciliations - View

Request

Supported Media Types: application/json

Parameters

The following table summarizes the client request.

Table 14-17 REPORT

Name Description Required
api_version Version of the API you are working with. This release is v1. Yes
jobName The name of a job, cosmeticchangesreport. Yes
accountID The Account ID of the reconciliation for which the report must be generated. Yes
accountingDate The Accounting Date. This date must be associated with a valid period. The default format is yyyy-mm-dd. Yes

Example of request body

{
 "jobName": "cosmeticchangesreport",
 "parameters": {
   "accountId": "203-18100 29100 120 IC",
   "accountingDate":"2023-02-25"
  }
}

Response

Supported Media Types: application/json

Parameters:

The following table summarizes the response parameters.

Table 14-18 Parameters

Name Description
details In case of errors, details are published with the error string.
status See Migration Status Codes
links Detailed information about the link
href Links to the API call
action The HTTP call type
rel Relationship type
data Parameters as key value pairs passed in the request

Examples of Response Body

{
    "type": "TM",
    "items": null,
    "error": null,
    "link": null,
    "status": -1,
    "details": null,
    "links": [
        {
            "rel": "self",
            "href": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/arm/rest/v1/jobs/100000005574021",
            "action": "GET",
            "data": null
        }
    ]
}