Generate Balance Summary Report for Account Reconciliation
Generates the balance summary report which provides a reconciliation snapshot.
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-13 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, balancereportsummary .
|
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": "balancereportsummary",
"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-14 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
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": [
{
"rel": "self",
"href": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/arm/rest/v1/jobs/100000005574018",
"action": "GET",
"data": null
}
]
}