BomComponentFacilityCreateObject
namestringrequired
Name of the facility
capabilitiesstring[]nullable
Capabilities of the facility
customIdstringnullable
Custom ID of the facility
addressstringnullable
Address of the facility
citystringnullable
City of the facility
stateProvincestringnullable
State/Province of the facility
postalZipCodestringnullable
Postal/Zip code of the facility
countrystringnullable
Country of the facility
phonestringnullable
Phone of the facility
contactNamestringnullable
Contact name of the facility
contactEmailstringnullable
Contact email of the facility
contactPhonestringnullable
Contact phone of the facility
BomComponentFacilityCreateObject
{
"name": "string",
"capabilities": [
"string"
],
"customId": "string",
"address": "string",
"city": "string",
"stateProvince": "string",
"postalZipCode": "string",
"country": "string",
"phone": "string",
"contactName": "string",
"contactEmail": "string",
"contactPhone": "string"
}