POST api/ExamAlert
Request Information
URI Parameters
None.
Body Parameters
ExamAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| SecurityKey | string |
None. |
|
| AlertId | integer |
None. |
|
| Alert | string |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SecurityKey": "sample string 1",
"AlertId": 2,
"Alert": "sample string 3",
"CreateTime": "2025-12-11T10:30:25.2165249-08:00"
}
text/html
Sample:
{"SecurityKey":"sample string 1","AlertId":2,"Alert":"sample string 3","CreateTime":"2025-12-11T10:30:25.2165249-08:00"}
application/xml, text/xml
Sample:
<ExamAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dnyanved.Core.Model"> <Alert>sample string 3</Alert> <AlertId>2</AlertId> <CreateTime>2025-12-11T10:30:25.2165249-08:00</CreateTime> <SecurityKey>sample string 1</SecurityKey> </ExamAlert>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>