Cashboard API

« Back to Overview

Company Memberships

Company memberships allow you to organize Client Contacts into groups by Client Companies.

Operations on this resource are restricted to admins only.

List
GET /company_memberships

Lists all company memberships for your account.

New
GET /company_memberships/new

Returns a data template that you can fill in to use the CREATE action.

Create
POST /company_memberships

Assign a client contact to a company.

Delete
DELETE [company_membership link 'self']

Removes the association between a contact and their company.

Data Reference

<?xml version="1.0" encoding="UTF-8"?>
<company_membership>
  <person_id></person_id>
  <company_id></company_id>
</company_membership>