POST Chatbot/PublicChatbot
Check the availability of the email or phone number.
Request Information
URI Parameters
None.
Body Parameters
ParamChatbotRatingName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
ClientSecret | string |
None. |
|
Phone | string |
None. |
|
Rating | string |
None. |
|
Input | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "ClientSecret": "sample string 2", "Phone": "sample string 3", "Rating": "sample string 4", "Input": "sample string 5" }
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }