URL

https://devwebapi.leadmaster.com/api/LMWebAPI/AddCallBack?access_token={access_token}

Description

Create call back in leadmaster

HttpMethod

POST

Request Information

Parameters

NameDescriptionAdditional information
callbackdata
Call back will be created on the basis of call back data provided in the TypeCallBackData.

Define this parameter in the request body.

access_token
Token required for the authentication.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "recordIDField": 1,
  "rECDNOField": 2,
  "callBackIDField": 3,
  "firstNameField": "sample string 4",
  "lastNameField": "sample string 5",
  "callBackStartDateField": "sample string 6",
  "callBackEndDateField": "sample string 7",
  "eventNameField": "sample string 8",
  "eventTypeField": "sample string 9",
  "eventLocationField": "sample string 10",
  "eventDescriptionField": "sample string 11",
  "assigneeFirstNameField": "sample string 12",
  "assigneeLastNameField": "sample string 13",
  "isAllDayField": 14,
  "companyNameField": "sample string 15",
  "lastUpdatedField": "sample string 16",
  "phoneField": "sample string 17"
}

application/xml, text/xml

Sample:
<TypeCallBackData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService">
  <assigneeFirstNameField>sample string 12</assigneeFirstNameField>
  <assigneeLastNameField>sample string 13</assigneeLastNameField>
  <callBackEndDateField>sample string 7</callBackEndDateField>
  <callBackIDField>3</callBackIDField>
  <callBackStartDateField>sample string 6</callBackStartDateField>
  <companyNameField>sample string 15</companyNameField>
  <eventDescriptionField>sample string 11</eventDescriptionField>
  <eventLocationField>sample string 10</eventLocationField>
  <eventNameField>sample string 8</eventNameField>
  <eventTypeField>sample string 9</eventTypeField>
  <firstNameField>sample string 4</firstNameField>
  <isAllDayField>14</isAllDayField>
  <lastNameField>sample string 5</lastNameField>
  <lastUpdatedField>sample string 16</lastUpdatedField>
  <phoneField>sample string 17</phoneField>
  <rECDNOField>2</rECDNOField>
  <recordIDField>1</recordIDField>
</TypeCallBackData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>