EIGER
  • API Integration Document
  • Eiger Token API
  • Sale API
  • Sale Status Update API
  • Claim Registration API
  • Claim Status Update API
  • Customer Registration API
  • Customer Verification API
  • Lead Registration API
  • Coverage Status API
  • Plan Subscription API
  • List of Other Useful EIGER APIs
Powered by GitBook
On this page

Was this helpful?

Plan Subscription API

Eiger web service for customer subscribed plans

PlanSubscription

POST https://{baseurl}/customres/customer/ap/sales

This endpoint allows you to get customer subscribed plan details.

Query Parameters

Name
Type
Description

country

string

Country Name

partner_code

string

Partner Code

customer_id

string

Customer id

plan_code

string

Plan Code

Headers

Name
Type
Description

EIGER-SESSION-ID

string

Web Service Token API Generated Value

EIGER-TOKEN

string

Web Service Token API Generated Value

EIGER-API-REQUEST-TYPE

string

REST

Accept

string

application/json

Content-Type

string

application/json

{
"status": "SUCCESS",
"requestType": "XXXXXXXXXXXXX",
"country": "XXXXXXXXXXXXX",
"partner": "XXXXXXXXXXXXX",
"plan_name": "XXXXXXXXXXXXX",
"certificate_start_date": "XXXXXXXXXXXXX",
"certificate_end_date": "XXXXXXXXXXXXX",
"coverage_status": "XXXXXXXXXXXXX",
"name": "XXXXXXXXXXXXX",
"mobile": "XXXXXXXXXXXXX",
"idnumber": "XXXXXXXXXXXXX",
"email": "XXXXXXXXXXXXX",
"dob": "XXXXXXXXXXXXX",
"message": "Success",
"errors": null
}
{    "message": "Failed."}

PreviousCoverage Status APINextList of Other Useful EIGER APIs

Last updated 3 years ago

Was this helpful?