POST api/SalesMarketing/CallLog/Detail/Delete

Request Information

URI Parameters

None.

Body Parameters

CallLogDetail
NameDescriptionTypeAdditional information
Id

integer

None.

Header

CallLogHeader

None.

SubType

CallLogDetailSubType

None.

ItemDiscussed

string

None.

FollowupStatus

FollowupStatus

None.

FollowUp

string

None.

FollowUpDate

date

None.

CustomerComplaint

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Header": {
    "$id": "2",
    "Id": 1,
    "CreatedDate": "2024-12-22T17:44:33.6518381-05:00",
    "SalesChannel": {
      "$id": "3",
      "Id": 1,
      "Description": "sample string 2"
    },
    "AccountNumber": "sample string 3",
    "SalesGroup": {
      "$id": "4",
      "Name": "sample string 1",
      "GroupId": "sample string 2",
      "Email": "sample string 3"
    },
    "CallLogType": {
      "$id": "5",
      "Id": 1,
      "Description": "sample string 2"
    },
    "AttendeesTitle": "sample string 4"
  },
  "SubType": {
    "$id": "6",
    "Id": 1,
    "DetailSubType": "sample string 2"
  },
  "ItemDiscussed": "sample string 2",
  "FollowupStatus": {
    "$id": "7",
    "Id": 1,
    "Description": "sample string 2"
  },
  "FollowUp": "sample string 3",
  "FollowUpDate": "2024-12-22T17:44:33.6518381-05:00",
  "CustomerComplaint": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true