Lead Registration API
Eiger web service for Lead Registration Request
LeadRegister
POST
https://{baseurl}/leads/lead/api/register
This endpoint allows you to register lead.
Query Parameters
Name | Type | Description |
---|---|---|
country | string | Country |
partner | string | Partner Name |
source | string | Lead Source |
status | string | Lead Status |
partner_reference_number | string | Partner Reference Number |
name | string | Lead Name |
mobile | string | Lead Mobile Number |
id_type | string | Lead ID Type |
id_number | string | Lead Id Number |
string | Lead Email Address | |
dob | string | Lead Date of Birth |
beneficiaryName | string | Beneficiary Name |
beneficiaryRelationship | string | Beneficiary Relationship |
beneficiaryIdType | string | Beneficiary Id Type |
beneficiaryidNumber | string | Beneficiary id Number |
beneficiaryFatherName | string | Beneficiary Father’s Name. |
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 |
Last updated