Skip to content

Commit

Permalink
Add missing Contact POST/PUT properties
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Nov 20, 2024
1 parent 45a0248 commit e46d0dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions KarbonAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit e46d0dd

Please sign in to comment.