Integration rules for PEGA API- Create Case, Update Case

Hi, Referring to CLSA Course article Creating the REST integration interface | Pega Academy, please clarify how below integration data pages are generated.

Create and Update are referring to application specific int class but app studio doesn’t create int classes from data explorer.

  • D_CreateCase
  • D_UpdateCase
  • D_GetCase

@MandarK96 I don’t see any replies to this, did you find out how the rules are generated?

Hi team, even I am looking for this query ?

@MandarK96

For Post/PUT/PATCH it is data insert/update so it is a save plan. Follow the steps outlined in the below help to generate connectors for Create Case, Update case

For GET Case data it is data source configure connector for sourcing instead of “save”. Repeat the steps outline in above help , but it should for data source instead of save.