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.