POST api/IR/WhatsappAlerts
Request Information
URI Parameters
None.
Body Parameters
IRWhatsAppName | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
|
Edate | date |
None. |
|
CountryId | integer |
None. |
|
AlertType | string |
None. |
|
IRId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "Edate": "2025-06-06T21:44:37.6980589+05:30", "CountryId": 3, "AlertType": "sample string 4", "IRId": 5 }
application/xml, text/xml
Sample:
<IRWhatsApp 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:44:37.6980589+05:30</Edate> <IRId>5</IRId> <id>sample string 1</id> </IRWhatsApp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |