Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added companies to contacts.list response #535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added companies to contacts.list response
Brammm committed Jun 8, 2020
commit 4683a8758fa51186e50b2c404c7b3d494ae82950
7 changes: 7 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
@@ -1078,6 +1078,13 @@ Get a list of contacts.
+ iban: `BE12123412341234` (string)
+ bic: `BICBANK` (string)
+ national_identification_number: `86792345-L` (string)
+ companies (array)
+ (object)
+ position: `CEO` (string)
+ decision_maker: true (boolean)
+ company (object)
+ type: `company` (string)
+ id: `40157f9d-1322-4f2e-b245-188efdc52cc2` (string)
+ language: `en` (string)
+ payment_term (PaymentTerm, nullable)
+ invoicing_preferences (object)
7 changes: 7 additions & 0 deletions src/02-crm/contacts.apib
Original file line number Diff line number Diff line change
@@ -65,6 +65,13 @@ Get a list of contacts.
+ iban: `BE12123412341234` (string)
+ bic: `BICBANK` (string)
+ national_identification_number: `86792345-L` (string)
+ companies (array)
+ (object)
+ position: `CEO` (string)
+ decision_maker: true (boolean)
+ company (object)
+ type: `company` (string)
+ id: `40157f9d-1322-4f2e-b245-188efdc52cc2` (string)
+ language: `en` (string)
+ payment_term (PaymentTerm, nullable)
+ invoicing_preferences (object)