Working on contact and address create update v4

This commit is contained in:
Scott Idem
2021-08-25 18:48:55 -04:00
parent a508307df3
commit 107366d4f8
4 changed files with 147 additions and 9 deletions

View File

@@ -147,7 +147,7 @@ async def patch_contact_obj_exist_v4(
if update_contact_obj_result := create_update_contact_obj_v4(
contact_dict_obj = contact_obj,
contact_id = contact_obj.contact_id,
contact_id = contact_id,
account_id = x_account_id,
for_type = for_type,
for_id = for_id,