object

CompanyAddress

Detailed address information for the company.
Fields
address1
String!
Required
Primary address line, e.g. '123 Business Street'.
address2
String
Secondary address line, e.g. 'Suite 456'.
address_type
AddressType!
Required
Type of address like 'office', 'registered'
Required
City name, e.g. 'Mumbai'.
country
String
Country name, e.g. 'India'.
pincode
Int
6-digit PIN Code, e.g. 400001.
postal_code
String!
Required
Postal code, e.g. '400001'.
state
String
State name, e.g. 'Maharashtra'.
sector
String
Specifies the sector or district of the address if applicable.
lat_long
LatLong
Latitude and longitude coordinates of the company location.
country_code
String
Country calling code, e.g. '+91'.