Create or Update a Keyword
Creates or edits a keyword. Returns the id of the keyword created or edited.
HTTP Request Examples
{
"id": 11,
"keyword": "RHINOFIT",
"campaignId": 3080,
"response": "Thanks for your interest...."
}
HTTP Response Examples
200
{
"Status":true,
"Message":"",
"Response":{
"id":11
}
}
}