POST api/SalesMarketing/CallLogContactRef/Delete

Request Information

URI Parameters

None.

Body Parameters

CallLogContactRef
NameDescriptionTypeAdditional information
Id

integer

None.

CallLogHeaderId

integer

None.

CustomerContact

CustomerContact

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CallLogHeaderId": 2,
  "CustomerContact": {
    "$id": "2",
    "Id": 1,
    "AccountNumber": "sample string 2",
    "Firstname": "sample string 3",
    "Lastname": "sample string 4",
    "EmailAddress": "sample string 5",
    "PhoneNumber": "sample string 6",
    "Note": "sample string 7",
    "ActiveId": 8,
    "LastUpdate": "2024-12-22T17:20:24.7581585-05:00",
    "UpdatedBy": "sample string 10"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true