Home / API Documentation

get contact log type by name

Method: GET api/v1/ContactLog/GetContactLogTypeByName?typename={typename}

Response Format:

application/json

Required Parameters Description Additional information
typename

Define this parameter in the request URI.

application/json, text/json

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