POST api/RA/WhatsappAlerts

Request Information

URI Parameters

None.

Body Parameters

AnalystWhatsApp
NameDescriptionTypeAdditional information
id

string

None.

Edate

date

None.

CountryId

integer

None.

AlertType

string

None.

analystId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "Edate": "2025-06-06T21:43:51.0276647+05:30",
  "CountryId": 3,
  "AlertType": "sample string 4",
  "analystId": 5
}

application/xml, text/xml

Sample:
<AnalystWhatsApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RBDataModel">
  <AlertType>sample string 4</AlertType>
  <CountryId>3</CountryId>
  <Edate>2025-06-06T21:43:51.0276647+05:30</Edate>
  <analystId>5</analystId>
  <id>sample string 1</id>
</AnalystWhatsApp>

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

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.