The Check sub-object

Part of the Contact object, the Check sub-object's fields, types, and descriptions
Contacts
The Check sub-object
 last updated: 
November 30, 2023
Field Type Description
address object see the Address sub-object


SAMPLE CONTACT

  1. {
  2.   "id": "con-1234567-17b2-4e47-9f70-e4e03b1cdb50",
  3.   "check": {
  4.     "address": {
  5.       "addressType": "check",
  6.       "line1": "123 N Main St",
  7.       "line2": "",
  8.       "city": "Los Angeles",
  9.       "state": "CA",
  10.       "country": "US",
  11.       "postalCode": "90001-1234"
  12.     }
  13.   }
  14. }