Get - Get claim
Get Claim service takes Claim ID as input path parameter and returns the claim object in JSON format. External connectors can call this service with the mentioned URL. The response would be the Claim in JSON response.
- URL format
- Get https://[hostname:port]/prweb/PRRestService/healthcareapi/v1/Claims/{ID}
- Parameters
- This service rule takes claims id as path parameter and then returns claim object in the form of JSON.
- Key rules
Rule name Rule type Usage Class: PegaHC-Int-Claim GetClaimAPI Service activity Method in REST service to create claim and return claimed created as response. Claims Service REST REST service rule that identifies the path, parameters, and methods. MapFromFromWrapper Data Transform Wrapper DT which calls “MapFromEntity” and can be extended for Extension. MapFromEntity Data Transform Maps the claim properties to JSON.
Previous topic Business service APIs Next topic Claims – POST (create) claim