Skip to main content

Change Client

PUT 

/backend/api/clients/:client_id

Host: https://core.ocplanet.cloud

Change a specific client identified by ID.

Request

Body

    address1 stringrequired
    address2 string
    city stringrequired
    company string
    country stringrequired
    custom_fields arrayrequired
    first_name stringrequired
    last_name stringrequired
    phone stringrequired
    state string
    vat_id string
    zip_code stringrequired

Responses

Schema
    address1 stringrequired
    address2 stringrequired
    city stringrequired
    company stringrequired
    country stringrequired
    country_name stringrequired
    custom_fields arrayrequired
    fax nullrequired
    first_name stringrequired
    id integerrequired
    last_name stringrequired
    phone stringrequired
    state stringrequired
    vat_id stringrequired
    zip_code stringrequired
Loading...