-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing Contact POST/PUT properties
- Loading branch information
1 parent
45a0248
commit e46d0dd
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10073,6 +10073,21 @@ | |
"Hidden" | ||
] | ||
}, | ||
"ClientOwner": { | ||
"type": "string", | ||
"description": "The team member in your firm who looks after client relationship or is responsible for the vast majority of the work of the Contact. You can only use the UserKey or the email address of an existing team member.", | ||
"example": "[email protected]" | ||
}, | ||
"ClientManager": { | ||
"type": "string", | ||
"description": "The team member in your firm who manages the work for Contact. You can only use the UserKey or the email address of an existing team member.", | ||
"example": "[email protected]" | ||
}, | ||
"ContactType": { | ||
"type": "string", | ||
"description": "The Contact Type for this Contact. You can only use existing Contact Type.", | ||
"example": "Client" | ||
}, | ||
"UserDefinedIdentifier": { | ||
"type": "string", | ||
"description": "A unique key that you can create to identify this Contact.", | ||
|