GET api/GroupPersonalAccident/DisactiveGPABeneficiary?id={id}&policyno={policyno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

policyno

string

Required

Body Parameters

None.

Response Information

Resource Description

GPABeneficiaryResponse
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

PolicyNo

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "PolicyNo": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<GPABeneficiaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Models.GPA">
  <IsSuccessful>true</IsSuccessful>
  <Message>sample string 3</Message>
  <PolicyNo>sample string 2</PolicyNo>
</GPABeneficiaryResponse>