Skip to main content

Hello All.

IFSAPPS10 UPD17

Is there andy documentation on how to set up a rest call event action?

I need to send a work order to SAP via Boomi.

 

Action table: ACTIVE_WORK_ORDER_TAB

 

I already create the event action and I wonder how to set the parameter and need to know if I have to set up the Additional header, Query Parameters and or Body.

These are the info that needs to be sent:

{
  "CONTRACT": "string",
  "COST_CENTER": "string",
  "DESCRIPTION": "string",
  "ERR_DESCR": "string",
  "ERR_DESCR_LO": "string",
  "MCH_CODE": "string",
  "MCH_NAME": "string",
  "ORDER_NO": 0,
  "ORGANIZATION_SITE": "string",
  "ORG_CODE": "string",
  "WORK_DESCR_LO": "string",
  "WO_NO": 0
}

 

 

Be the first to reply!

Reply