POST
request is used to suggest a society for a business. The request should be sent to https://sangraha.codeaamytest.com/api/society/suggestsociety/
.bizid
(text, required): business id.userid
(text, required): society member userid.societyname
(text, required): society name.societyaddress
(text, required): society address.societyphone
(text, optional): society phone (optional).cityname
(text, required): city name.statename
(text, required): state name.societypin
(text, required): society pin.application/json
. The response body will be a JSON object with the following schema:{
"status": true,
"message": ""
}