Skip to main content

BomComponentFacilityIntegrationObject

namestring

Name of the facility

capabilitiesstring[]

Capabilities of the facility

customIdstring

Facility custom ID. When isLinked is true, this is the external custom org ID of the linked facility profile. When isLinked is false, this is a manually entered value.

isLinkedboolean

Whether the facility is linked to a facility/org profile. When true, customId is the external custom org ID of the linked profile.

addressstring

Address of the facility

citystring

City of the facility

stateProvincestring

State/Province of the facility

postalZipCodestring

Postal/Zip code of the facility

countrystring

Country of the facility

phonestring

Phone of the facility

contactNamestring

Contact name of the facility

contactEmailstring

Contact email of the facility

contactPhonestring

Contact phone of the facility

BomComponentFacilityIntegrationObject
{
"name": "string",
"capabilities": [
"string"
],
"customId": "string",
"isLinked": true,
"address": "string",
"city": "string",
"stateProvince": "string",
"postalZipCode": "string",
"country": "string",
"phone": "string",
"contactName": "string",
"contactEmail": "string",
"contactPhone": "string"
}