Updates for IDAA Cvent API sync. Less debugging turned on.

This commit is contained in:
Scott Idem
2022-03-15 11:59:40 -04:00
parent 243561e3b7
commit 4752c81e7f
6 changed files with 70 additions and 39 deletions

View File

@@ -91,8 +91,8 @@ class Person_Base(BaseModel):
email_allowed: Optional[bool]
paper_mail_allowed: Optional[bool]
external_id: Optional[str]
external_import_id: Optional[str]
external_id: Optional[str] # Generated internally or externally. Needs to be stable. It should not change.
external_sys_id: Optional[str] # Generated by external system (should be stable and not change)
stripe_customer_id: Optional[str]