POST api/AppService/ChatBotDeleteStep

Request Information

URI Parameters

None.

Body Parameters

StepData
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StepData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.