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
}
Last updated
Was this helpful?