POST api/Touchpoint

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
outboundCall
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CallID": 1,
  "RecID": 1,
  "ReachedName": "sample string 2",
  "CallType": "sample string 3",
  "CallStatusID": 4,
  "CallStatusSubID": 1,
  "CallDate": "2026-06-08T23:14:26.2711518-04:00",
  "CallBack": "2026-06-08T23:14:26.2711518-04:00",
  "Comments": "sample string 6",
  "RepEmailNotes": "sample string 7",
  "Operator": 8,
  "UserEmail": "sample string 9",
  "EditDate": "2026-06-08T23:14:26.2711518-04:00",
  "ScheduleDate": "2026-06-08T23:14:26.2711518-04:00"
}

application/xml, text/xml

Sample:
<OutboundCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CAN20520.Models">
  <CallBack>2026-06-08T23:14:26.2711518-04:00</CallBack>
  <CallDate>2026-06-08T23:14:26.2711518-04:00</CallDate>
  <CallID>1</CallID>
  <CallStatusID>4</CallStatusID>
  <CallStatusSubID>1</CallStatusSubID>
  <CallType>sample string 3</CallType>
  <Comments>sample string 6</Comments>
  <EditDate>2026-06-08T23:14:26.2711518-04:00</EditDate>
  <Operator>8</Operator>
  <ReachedName>sample string 2</ReachedName>
  <RecID>1</RecID>
  <RepEmailNotes>sample string 7</RepEmailNotes>
  <ScheduleDate>2026-06-08T23:14:26.2711518-04:00</ScheduleDate>
  <UserEmail>sample string 9</UserEmail>
</OutboundCall>

application/x-www-form-urlencoded

Sample:

Sample not available.