Home / API Documentation

Create Contact Log

Method: POST api/v1/ContactLog/PostCreateContactLog

Response Format:

application/json

Required Parameters Description Additional 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.

application/json, text/json

Sample Request:
                        {
  "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"
};