Update the Time Zone of All Ledgers/Ledger Sets

Let's say you have set the cutoff accounting date to today and you want to change the time zone of the All Ledgers/Ledger sets to Australia/Sydney.

Example URL

Here's an example of the resource URL:

POST
fscmRestApi/resources/11.13.18.05/erpintegrations

cURL Command

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X POST -d <payload> https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations

Example Request

Here's an example of the request body in JSON format:

{
  "OperationName": "processTransaction-updatePostCutOffPref",    
  "ParameterList": "{P_LEDGER: All,P_TIMEZONE: 'Australia/Sydney'}"
}

Example Response

Here's an example of the response body in JSON format:

{
    "OperationName": "processTransaction-updatePostCutOffPref",
    "DocumentId": null,
    "DocumentContent": null,
    "FileName": null,
    "ContentType": null,
    "FileType": null,
    "DocumentAccount": null,
    "Comments": null,
    "ProcessName": null,
    "LoadRequestId": null,
    "JobPackageName": null,
    "JobDefName": null,
    "ReqstId": null,
    "RequestStatus": null,
    "JobName": null,
    "ParameterList": "{\"X_RETURN_STATUS\":\"S\",\"X_MSG_DATA\":\"Number of Ledgers Updated:46\",\"X_MSG_COUNT\":\"0\"}",
    "NotificationCode": null,
    "CallbackURL": null,
    "JobOptions": null,
    "StatusCode": null,
    "ESSParameters": null,
    "links": [
        {
            "rel": "self",
            "href": "https://fuscdrmsmc323-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-updatePostCutOffPref",
            "name": "erpintegrations",
            "kind": "item"
        },
        {
            "rel": "canonical",
            "href": "https://fuscdrmsmc323-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-updatePostCutOffPref",
            "name": "erpintegrations",
            "kind": "item"
        }
    ]
}