POST api/WebhookModel

Request Information

URI Parameters

None.

Body Parameters

CapeGirardeauCfsWebhookMessage
NameDescriptionTypeAdditional information
unique_identifier

string

None.

agency

integer

None.

uri

string

None.

Request Formats

application/json, text/json

Sample:
{
  "unique_identifier": "sample string 1",
  "agency": 2,
  "uri": "sample string 3"
}

application/xml, text/xml

Sample:
<CapeGirardeauCfsWebhookMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <unique_identifier>sample string 1</unique_identifier>
  <agency>2</agency>
  <uri>sample string 3</uri>
</CapeGirardeauCfsWebhookMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.