Delete

Delete

Parameter

Description

Example

More info

API

The API area

clientcontacts.json

Action

The action to perform

action=delete

<General />

Parameters described in overview

user=user&password=user&version=3.3

v3.3 Overview

input

JSON string

input="data": ...

<mandatory> clientcontactInternalRef

Client contact internal reference number

"clientcontactInternalRef":8631

Response

Returned data

See below

Example request:

http://<SERVER>/jsonapi/clientcontacts.json?user=user&password=user&version=3.3&action=delete&input={"data":[{"clientcontactInternalRef":8635}]}

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "data processed successfully.",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "clientcontactInternalRef": 8635,
      "clientcontactuuid": "18220E9DA4761141891ED2C5E55838CF"
    }
  ]
}