POST api/CallConference
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| concall | Documentation for 'concall'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ConferenceCall_CallHistoryId": 1,
"ConferenceCall_To": "sample string 2",
"ConferenceCall_From": "sample string 3",
"ConferenceCall_AccountId": 4,
"ConferenceCall_ConferenceTime": "sample string 5",
"ConferenceCall_LocalId": 6,
"ConferenceCall_IsSynced": 7,
"ConferenceCallHistory_Id": 8,
"ConferenceCallHistory_From": "sample string 9",
"ConferenceCallHistory_To": "sample string 10",
"ConferenceCallHistory_CallDuration": 11,
"ConferenceCallHistory_CallType": "sample string 12",
"ConferenceCallHistory_RecordFilePath": "sample string 13",
"ConferenceCallHistory_CallEndTime": "sample string 14",
"ConferenceCallHistory_AccountId": 15,
"ConferenceCallHistory_ApplicationId": 16,
"ConferenceCallHistory_SystemName": "sample string 17",
"ConferenceCallHistory_SystemIP": "sample string 18",
"ConferenceCallHistory_LocalSystemMac": "sample string 19",
"ConferenceCallHistory_UserID": 20,
"ConferenceCallHistory_LocalSystemId": 21,
"ConferenceCallHistory_RingStartTime": "sample string 22",
"ConferenceCallHistory_ActivityCallFor": 23,
"ConferenceCallHistory_AllotUniqueID": 24,
"ConferenceCallHistory_RemoteServerId": 25,
"SysRole_CodeName": "sample string 26",
"Shift_Code": "sample string 27",
"CallHistory_LocalId": 28,
"Conference_Id": 29,
"ConferenceCallHistory_IsSynced": 30,
"ResultString": "sample string 31",
"ConferenceCallHistory_RingEndTime": "sample string 32",
"ConferenceCallHistory_LocalId": 33
}
application/xml, text/xml
Sample:
<ConferenceCallDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataPostWebService"> <CallHistory_LocalId>28</CallHistory_LocalId> <ConferenceCallHistory_AccountId>15</ConferenceCallHistory_AccountId> <ConferenceCallHistory_ActivityCallFor>23</ConferenceCallHistory_ActivityCallFor> <ConferenceCallHistory_AllotUniqueID>24</ConferenceCallHistory_AllotUniqueID> <ConferenceCallHistory_ApplicationId>16</ConferenceCallHistory_ApplicationId> <ConferenceCallHistory_CallDuration>11</ConferenceCallHistory_CallDuration> <ConferenceCallHistory_CallEndTime>sample string 14</ConferenceCallHistory_CallEndTime> <ConferenceCallHistory_CallType>sample string 12</ConferenceCallHistory_CallType> <ConferenceCallHistory_From>sample string 9</ConferenceCallHistory_From> <ConferenceCallHistory_Id>8</ConferenceCallHistory_Id> <ConferenceCallHistory_IsSynced>30</ConferenceCallHistory_IsSynced> <ConferenceCallHistory_LocalId>33</ConferenceCallHistory_LocalId> <ConferenceCallHistory_LocalSystemId>21</ConferenceCallHistory_LocalSystemId> <ConferenceCallHistory_LocalSystemMac>sample string 19</ConferenceCallHistory_LocalSystemMac> <ConferenceCallHistory_RecordFilePath>sample string 13</ConferenceCallHistory_RecordFilePath> <ConferenceCallHistory_RemoteServerId>25</ConferenceCallHistory_RemoteServerId> <ConferenceCallHistory_RingEndTime>sample string 32</ConferenceCallHistory_RingEndTime> <ConferenceCallHistory_RingStartTime>sample string 22</ConferenceCallHistory_RingStartTime> <ConferenceCallHistory_SystemIP>sample string 18</ConferenceCallHistory_SystemIP> <ConferenceCallHistory_SystemName>sample string 17</ConferenceCallHistory_SystemName> <ConferenceCallHistory_To>sample string 10</ConferenceCallHistory_To> <ConferenceCallHistory_UserID>20</ConferenceCallHistory_UserID> <ConferenceCall_AccountId>4</ConferenceCall_AccountId> <ConferenceCall_CallHistoryId>1</ConferenceCall_CallHistoryId> <ConferenceCall_ConferenceTime>sample string 5</ConferenceCall_ConferenceTime> <ConferenceCall_From>sample string 3</ConferenceCall_From> <ConferenceCall_IsSynced>7</ConferenceCall_IsSynced> <ConferenceCall_LocalId>6</ConferenceCall_LocalId> <ConferenceCall_To>sample string 2</ConferenceCall_To> <Conference_Id>29</Conference_Id> <ResultString>sample string 31</ResultString> <Shift_Code>sample string 27</Shift_Code> <SysRole_CodeName>sample string 26</SysRole_CodeName> </ConferenceCallDetail>
application/x-www-form-urlencoded
Sample: