Follow the below steps to create a Pipe at Abstracta™ Service level. Here we are seeing steps for Case Transform Pipes.

  • Go to Abstracta Service > Configure Service > Select Pipes from Left Nav.
  • Click on Add Pipe and Select Case
  • Provide Custom Pipe name, Pipe Sequence & Pipe Parameters in JSON format like mentioned below and click on Save
  • After it gets added it shows the Pipe like below.
  • Go to Postman where we have already downloaded and imported the collection from Orgs and pick the service (Eg., Zone) that we have explained in the above steps. In the Body field having JSON array has Pipes and in that we need to mention Case_Transform Pipe name like highlighted below.
  • Send the Service Request and Response follows as per the Case Pipe defined 
  • If we want to go to configure service and edit pipe for that we can Edit Pipe functionality.
  • If we don't want to use Pipes at all then delete existing Pipes/ don't need to mention Pipe names in Service Body Request.
  • With the above steps, we can achieve Pipe case transformation.