POST api/Webhook/MyOperator

Request Information

URI Parameters

None.

Body Parameters

Myoperator
NameDescriptionTypeAdditional information
Condition

string

None.

phone_number

string

None.

Location

string

None.

Status

string

None.

Event

string

None.

Trandate

string

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": "sample string 1",
  "phone_number": "sample string 2",
  "Location": "sample string 3",
  "Status": "sample string 4",
  "Event": "sample string 5",
  "Trandate": "sample string 6",
  "Remarks": "sample string 7"
}

application/xml, text/xml

Sample:
<Myoperator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Webhook">
  <Condition>sample string 1</Condition>
  <Event>sample string 5</Event>
  <Location>sample string 3</Location>
  <Remarks>sample string 7</Remarks>
  <Status>sample string 4</Status>
  <Trandate>sample string 6</Trandate>
  <phone_number>sample string 2</phone_number>
</Myoperator>

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 'Myoperator'.

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.