POST api/ConferenceCallAttemptHistory

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
value
Documentation for 'value'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ConferenceCallAttemptHistory_Id": 1,
  "ConferenceCallAttemptHistory_From": "sample string 2",
  "ConferenceCallAttemptHistory_To": "sample string 3",
  "ConferenceCallAttemptHistory_CallType": "sample string 4",
  "ConferenceCallAttemptHistory_IsSuccess": 5,
  "ConferenceCallAttemptHistory_AccountId": "sample string 6",
  "ConferenceCallAttemptHistory_ApplicationId": "sample string 7",
  "ConferenceCallAttemptHistory_SystemName": "sample string 8",
  "ConferenceCallAttemptHistory_SystemIP": "sample string 9",
  "ConferenceCallAttemptHistory_SystemMac": "sample string 10",
  "ConferenceCallAttemptHistory_UserID": "sample string 11",
  "ConferenceCallAttemptHistory_LocalSystemId": 12,
  "ConferenceCallAttemptHistory_SyncedOn": "sample string 13",
  "ConferenceCallAttemptHistory_AttempttTime": "sample string 14",
  "ConferenceCallAttemptHistory_RemoteServerId": 15,
  "SysRole_CodeName": "sample string 16",
  "Shift_Code": "sample string 17",
  "CallHistory_LocalId": 18,
  "Conference_Id": "sample string 19",
  "ConferenceCallAttemptHistory_IsSynced": "sample string 20",
  "ConferenceCallAttemptHistory_AllotUniqueID": "sample string 21",
  "ResultString": "sample string 22",
  "ConferenceCallAttemptHistory_LocalId": 23
}

application/xml, text/xml

Sample:
<ConferenceCallAttemptHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataPostWebService">
  <CallHistory_LocalId>18</CallHistory_LocalId>
  <ConferenceCallAttemptHistory_AccountId>sample string 6</ConferenceCallAttemptHistory_AccountId>
  <ConferenceCallAttemptHistory_AllotUniqueID>sample string 21</ConferenceCallAttemptHistory_AllotUniqueID>
  <ConferenceCallAttemptHistory_ApplicationId>sample string 7</ConferenceCallAttemptHistory_ApplicationId>
  <ConferenceCallAttemptHistory_AttempttTime>sample string 14</ConferenceCallAttemptHistory_AttempttTime>
  <ConferenceCallAttemptHistory_CallType>sample string 4</ConferenceCallAttemptHistory_CallType>
  <ConferenceCallAttemptHistory_From>sample string 2</ConferenceCallAttemptHistory_From>
  <ConferenceCallAttemptHistory_Id>1</ConferenceCallAttemptHistory_Id>
  <ConferenceCallAttemptHistory_IsSuccess>5</ConferenceCallAttemptHistory_IsSuccess>
  <ConferenceCallAttemptHistory_IsSynced>sample string 20</ConferenceCallAttemptHistory_IsSynced>
  <ConferenceCallAttemptHistory_LocalId>23</ConferenceCallAttemptHistory_LocalId>
  <ConferenceCallAttemptHistory_LocalSystemId>12</ConferenceCallAttemptHistory_LocalSystemId>
  <ConferenceCallAttemptHistory_RemoteServerId>15</ConferenceCallAttemptHistory_RemoteServerId>
  <ConferenceCallAttemptHistory_SyncedOn>sample string 13</ConferenceCallAttemptHistory_SyncedOn>
  <ConferenceCallAttemptHistory_SystemIP>sample string 9</ConferenceCallAttemptHistory_SystemIP>
  <ConferenceCallAttemptHistory_SystemMac>sample string 10</ConferenceCallAttemptHistory_SystemMac>
  <ConferenceCallAttemptHistory_SystemName>sample string 8</ConferenceCallAttemptHistory_SystemName>
  <ConferenceCallAttemptHistory_To>sample string 3</ConferenceCallAttemptHistory_To>
  <ConferenceCallAttemptHistory_UserID>sample string 11</ConferenceCallAttemptHistory_UserID>
  <Conference_Id>sample string 19</Conference_Id>
  <ResultString>sample string 22</ResultString>
  <Shift_Code>sample string 17</Shift_Code>
  <SysRole_CodeName>sample string 16</SysRole_CodeName>
</ConferenceCallAttemptHistory>

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