Home / API / ASP.NET Web API Details

POST api/v1/ContactLog/PostCreateContactLog

Description

Create Contact Log

Request Information

Parameters

NameDescriptionAdditional information
contactlogid
No documentation available.

Define this parameter in the request body.

accountid
No documentation available.

Define this parameter in the request body.

siteid
No documentation available.

Define this parameter in the request body.

programid
No documentation available.

Define this parameter in the request body.

contactlogdate
No documentation available.

Define this parameter in the request body.

contactlogtypeid
No documentation available.

Define this parameter in the request body.

complainttypeid
No documentation available.

Define this parameter in the request body.

contactname
No documentation available.

Define this parameter in the request body.

contactlogsourceid
No documentation available.

Define this parameter in the request body.

assignedemployeeid
No documentation available.

Define this parameter in the request body.

contactlogstatusid
No documentation available.

Define this parameter in the request body.

resolvedbydate
No documentation available.

Define this parameter in the request body.

resolvedbyemployeeid
No documentation available.

Define this parameter in the request body.

resolved
No documentation available.

Define this parameter in the request body.

branchid
No documentation available.

Define this parameter in the request body.

routeid
No documentation available.

Define this parameter in the request body.

contactlognote
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "contactlogid": 1,
  "accountid": 2,
  "siteid": 3,
  "programid": 4,
  "contactlogdate": "2025-02-23T06:08:59.4929773+00:00",
  "contactlogtypeid": 6,
  "complainttypeid": 7,
  "contactname": "sample string 8",
  "contactlogsourceid": 9,
  "assignedemployeeid": 10,
  "contactlogstatusid": 11,
  "resolvedbydate": "2025-02-23T06:08:59.4934919+00:00",
  "resolvedbyemployeeid": 13,
  "resolved": "sample string 14",
  "branchid": 15,
  "routeid": 16,
  "contactlognote": "sample string 17"
}

application/xml, text/xml

Sample:
<contactlogmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON">
  <accountid>2</accountid>
  <assignedemployeeid>10</assignedemployeeid>
  <branchid>15</branchid>
  <complainttypeid>7</complainttypeid>
  <contactlogdate>2025-02-23T06:08:59.4929773+00:00</contactlogdate>
  <contactlogid>1</contactlogid>
  <contactlognote>sample string 17</contactlognote>
  <contactlogsourceid>9</contactlogsourceid>
  <contactlogstatusid>11</contactlogstatusid>
  <contactlogtypeid>6</contactlogtypeid>
  <contactname>sample string 8</contactname>
  <programid>4</programid>
  <resolved>sample string 14</resolved>
  <resolvedbydate>2025-02-23T06:08:59.4934919+00:00</resolvedbydate>
  <resolvedbyemployeeid>13</resolvedbyemployeeid>
  <routeid>16</routeid>
  <siteid>3</siteid>
</contactlogmodel>

application/x-www-form-urlencoded

Sample:

Sample not available.