New

Create a new eService request

POST /v1/form/new

Create a new eService request.

Headers

Name
Value

Content-Type

application/json

CLIENT_ID

<client id>

Body

Name
Type
Description

eServiceId

string

ID of the eService

emailAddress

string

Email of the applicant where the receipt will be send

fullName

string

Full name of the applicant

phoneNumber

string

Contact phone number of the applicant

Response

{
    "status": "success",
    "message": "created",
    "response": {
        "refId": "SLH-4UMWVY26Y5ZM"
    }
}

emailAddress

Last updated