Admin Contact
This API allows customers to send an email to the admin with their requirements.
Header parameters
AuthorizationstringOptional
Optional Bearer token for authentication.
industrystringOptional
The industry of the user.
keystringOptional
The unique key for the request.
languagekeystringOptional
The language key for the request.
Body
firstNamestringRequired
First name of the customer
lastNamestringRequired
Last name of the customer
emailIdstringRequired
Email ID of the customer
filesstring[]Optional
List of files uploaded by the customer
userRequirementsstringRequired
Requirements or message from the customer
Responses
200
Successfully sent email to admin
400
Bad request
500
Internal server error
post
POST /backend/api/customer/admin-contact HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 98
"firstName='text'&lastName='text'&emailId='text'&files=['text']&userRequirements='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Your email has been successfully sent to the admin</message>
</object>
Last updated