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"
}
}{
"error": {
"code": "eservice_error",
"message": "E-Service 62745a1946616642670a5e1c not found"
}
}
{
"error": {
"code": "invalid_request_error",
"message": "The eServiceId field is required."
}
}
{
"error": "Invalid request"
}emailAddress
Last updated