EPC Market Object

An object containing information about the EPC Market associated with the customer or company.

Table of Office Object

Value NameDescriptionValue Type
idThe unique identifier for the market.integer
epc_company_idThe unique identifier for the company associated with the market.string
created_atThe timestamp when the market was created.string
updated_atThe timestamp when the market was last updated.string
market_nameThe name of the market.string
market_addressThe street address of the market.string
market_cityThe city where the market is located.string
market_stateThe state where the market is located.string
market_zipThe postal code for the market's location.string
timezoneThe time zone of the market.string
crm_idThe CRM identifier associated with the market.string
disable_inheritIndicates whether inheritance is disabled for the market. 0 typically means "false" or not disabled.integer
second_lookIndicates whether a second look or review is required for the market. 0 typically means "false" or not required.integer
lngThe longitude coordinate of the market's location.string
latThe latitude coordinate of the market's location.string

Below is an Example of Office Object

"epc_market": {
			"id": 000000,
			"epc_company_id": 0000,
			"created_at": "2023-01-18 14:42:17",
			"updated_at": "2023-01-18 14:42:17",
			"market_name": "California",
			"market_address": "123 Main St",
			"market_city": "Huntington Beach",
			"market_state": "CA",
			"market_zip": "92605",
			"timezone": "America/Los_Angeles",
			"crm_id": "000000",
			"disable_inherit": 0,
			"second_look": 0,
			"lng": "-117.998970",
			"lat": "33.660057"
		}