Request
Body Params application/json
{
"email": "string",
"firstname": "string",
"lastname": "string",
"mobileNo": "string",
"businessName": "string",
"country": "string",
"state": "string",
"sector": "string",
"branches": "string",
"prefDemoDate": "2019-08-24T14:15:22Z",
"employeeCount": "string",
"title": "string",
"category": "string",
"message": "string"
}
Request Code Samples
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/estore//contactstore' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"firstname": "string",
"lastname": "string",
"mobileNo": "string",
"businessName": "string",
"country": "string",
"state": "string",
"sector": "string",
"branches": "string",
"prefDemoDate": "2019-08-24T14:15:22Z",
"employeeCount": "string",
"title": "string",
"category": "string",
"message": "string"
}'
Modified at 2025-03-27 14:31:04