Home / API Documentation

Create a new record of contact log type

Method: POST api/v1/ContactLog/PostCreateContactLogType

Response Format:

application/json

Required Parameters Description Additional information
contactlogtypeid
No documentation available.

Define this parameter in the request body.

companyid
No documentation available.

Define this parameter in the request body.

isactive
No documentation available.

Define this parameter in the request body.

contactlogtypename
No documentation available.

Define this parameter in the request body.

type
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "contactlogtypeid": 1,
  "companyid": 2,
  "isactive": true,
  "contactlogtypename": "sample string 4",
  "type": 5
};