POST api/SaveAdhocMissedDeclinedLog
Request Information
URI Parameters
None.
Body Parameters
DeclinedMissedCallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Caller | string |
None. |
|
| CallerId | string |
Required |
|
| Reciever | string |
None. |
|
| RecieverId | string |
Required |
|
| ActionType | string |
Required Matching regular expression pattern: Missed|Declined |
|
| DiclinedTime | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"caller": "sample string 1",
"callerId": "sample string 2",
"reciever": "sample string 3",
"recieverId": "sample string 4",
"actionType": "sample string 5",
"diclinedTime": "2025-12-12T17:23:28.558121+05:30"
}
application/xml, text/xml
Sample:
<DeclinedMissedCallDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <ActionType>sample string 5</ActionType> <Caller>sample string 1</Caller> <CallerId>sample string 2</CallerId> <DiclinedTime>2025-12-12T17:23:28.558121+05:30</DiclinedTime> <Reciever>sample string 3</Reciever> <RecieverId>sample string 4</RecieverId> </DeclinedMissedCallDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.