POST api/ServerMissedCall

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
missedcall
Documentation for 'missedcall'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "phnum": "sample string 2",
  "datetime": "sample string 3",
  "isCallBack": "sample string 4",
  "response": "sample string 5"
}

application/xml, text/xml

Sample:
<ServerMissedCallDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataPostWebService">
  <datetime>sample string 3</datetime>
  <id>1</id>
  <isCallBack>sample string 4</isCallBack>
  <phnum>sample string 2</phnum>
  <response>sample string 5</response>
</ServerMissedCallDetail>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'ServerMissedCallDetail'.