Forum Post: RE: REST input to temp-table?

  • Thread starter Thread starter RWEBSTER
  • Start date Start date
Status
Not open for further replies.
R

RWEBSTER

Guest
Thanks Michael, with that in mind: The business entity wizard in PDSOE built a method that looks like the below code, my question is: Do I need to intervene the annotation part here or do I need to just deal with the ABL bit. I only ask, because try as I might I can't get any data into my temptable. @openapi.openedge.export(type="REST", useReturnValue="false", writeDataSetBeforeImage="false"). @progress.service.resourceMapping(type="REST", operation="update", URI="", alias="", mediaType="application/json"). METHOD PUBLIC VOID UpdateTenant(INPUT-OUTPUT TABLE TT_Tenant): for each TT_Tenant: /*Code here*/ end. END METHOD.

Continue reading...
 
Status
Not open for further replies.
Back
Top