POST api/Intent/RegisterTextuallyUser
Request Information
URI Parameters
None.
Body Parameters
apiUserDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| botClientId | string |
None. |
|
| client_id | string |
None. |
|
| client_secret | string |
None. |
|
| first_name | string |
None. |
|
| last_name | string |
None. |
|
| project | string |
None. |
|
| botUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"botClientId": "sample string 1",
"client_id": "sample string 2",
"client_secret": "sample string 3",
"first_name": "sample string 4",
"last_name": "sample string 5",
"project": "sample string 6",
"botUrl": "sample string 7"
}
application/xml, text/xml
Sample:
<jsonObj.textually.apiUserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bizbot"> <botClientId>sample string 1</botClientId> <botUrl>sample string 7</botUrl> <client_id>sample string 2</client_id> <client_secret>sample string 3</client_secret> <first_name>sample string 4</first_name> <last_name>sample string 5</last_name> <project>sample string 6</project> </jsonObj.textually.apiUserDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |