Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

erpintegrations REST API Operations

Paul HassallJun 9 2023

I am looking at the erpintegrations REST API and i understand the importbulk operations but I know I can call other operations such as “processTransaction-retireAsset”

I am trying to find a list of clear documentation on other operations that can be used. For example, you can use this REST call:

{
"OperationName": "processTransaction-retireAsset",
"ParameterList": "{P_ASSET_ID: XXXX,P_BOOK_TYPE_CODE: XX,P_COST_RETIRED: XXXXX,P_DATE_RETIRED: 2021-12-31,P_RETIREMENT_TYPE_CODE: XXXX}"
}

Populating the parameter list is all that is required to have this service retire an Asset. But i want to know what other operations it can perform in and outside the finance area.

Comments
Post Details
Added on Jun 9 2023
0 comments
552 views