Updating the Location
The location information of a Doing Business As
Note: As of September 2021, our documentation refers to the new MXC boarding APIs. If you would like to review documentation referencing our old boarding APIs, please change the page version from v2 to v1 at the top left corner
The Location Object contains most of the data regarding the address, date established, industry, etc. This section below shows an example payload of a complete Location Object. More explanations of the fields can be found on the Field Index for Boarding page.
{
"domain": {
"id" : "00000000-0000-0000-0000-000000000001"
},
"research": {
"products": "Technology"
},
"established": "2002-02-02",
"active": false,
"industry": "Technology",
"address": {
"postalCode": "30350",
"city": "Sandy Springs",
"country": "United States",
"state": "GA",
"street1": "223 February Street"
},
"phone": "3143433433",
"sector": "Real Property Lessors, Nec",
"id": "e9bab0f6-4197-5e64-a0e1-e2f26b9365c3",
"sic": "68209",
"name": "API Test Location"
}
Updated almost 3 years ago