POST api/AppService/ChatBotDeleteStep
Request Information
URI Parameters
None.
Body Parameters
StepData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User | string |
None. |
|
| Step | integer |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"User": "sample string 2",
"Step": 3,
"Value": "sample string 4"
}
application/xml, text/xml
Sample:
<StepData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dominio"> <Id>1</Id> <Step>3</Step> <User>sample string 2</User> <Value>sample string 4</Value> </StepData>
application/x-www-form-urlencoded
Sample:
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. |