POST api/DataDump

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
calldetail
Documentation for 'calldetail'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CallHistory_From": "sample string 1",
  "CallHistory_To": "sample string 2",
  "CallHistory_CallDuration": 3,
  "CallHistory_CallType": "sample string 4",
  "CallHistory_RecordFilePath": "sample string 5",
  "CallHistory_RecordFilePathServer": "sample string 6",
  "CallHistory_CallEndTime": "sample string 7",
  "CallHistory_AccountId": 8,
  "CallHistory_IsCallTransfer": "sample string 9",
  "CallHistory_IsCallConference": "sample string 10",
  "CallHistory_ApplicationId": 11,
  "CallHistory_CaseReferenceNumber": "sample string 12",
  "CallHistory_DistrictId": 13,
  "CallHistory_CallConfirmation": 14,
  "CallHistory_FileVarified": "sample string 15",
  "IsManualData": "sample string 16",
  "CallHistory_SystemName": "sample string 17",
  "CallHistory_SystemIP": "sample string 18",
  "CallHistory_ApplicationUserId": 19,
  "CallHistory_LocalId": 20,
  "CallHistory_ApplicationUserName": "sample string 21",
  "CallHistory_IsSynced": true
}

application/xml, text/xml

Sample:
<CallDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataPostWebService">
  <CallHistory_AccountId>8</CallHistory_AccountId>
  <CallHistory_ApplicationId>11</CallHistory_ApplicationId>
  <CallHistory_ApplicationUserId>19</CallHistory_ApplicationUserId>
  <CallHistory_ApplicationUserName>sample string 21</CallHistory_ApplicationUserName>
  <CallHistory_CallConfirmation>14</CallHistory_CallConfirmation>
  <CallHistory_CallDuration>3</CallHistory_CallDuration>
  <CallHistory_CallEndTime>sample string 7</CallHistory_CallEndTime>
  <CallHistory_CallType>sample string 4</CallHistory_CallType>
  <CallHistory_CaseReferenceNumber>sample string 12</CallHistory_CaseReferenceNumber>
  <CallHistory_DistrictId>13</CallHistory_DistrictId>
  <CallHistory_FileVarified>sample string 15</CallHistory_FileVarified>
  <CallHistory_From>sample string 1</CallHistory_From>
  <CallHistory_IsCallConference>sample string 10</CallHistory_IsCallConference>
  <CallHistory_IsCallTransfer>sample string 9</CallHistory_IsCallTransfer>
  <CallHistory_IsSynced>true</CallHistory_IsSynced>
  <CallHistory_LocalId>20</CallHistory_LocalId>
  <CallHistory_RecordFilePath>sample string 5</CallHistory_RecordFilePath>
  <CallHistory_RecordFilePathServer>sample string 6</CallHistory_RecordFilePathServer>
  <CallHistory_SystemIP>sample string 18</CallHistory_SystemIP>
  <CallHistory_SystemName>sample string 17</CallHistory_SystemName>
  <CallHistory_To>sample string 2</CallHistory_To>
  <IsManualData>sample string 16</IsManualData>
</CallDetail>

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