Customer Registration API

Eiger web service for Customer Registration Request

CustomerRegister

POST https://{baseurl}/customers/customer/api/register

This endpoint allows you to register customer.

Query Parameters

NameTypeDescription

name

string

Customer Name

mobile

string

Customer Mobile Number

id_number

string

Customer any Id Number

email

string

Customer Email address

dob

boolean

Customer Date of Birth

Headers

NameTypeDescription

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",
"errorcode": "0000",
"message": "Customer Registered Successfully",
"errors": null
}

Last updated