BomComponentSupplierIntegrationObject
namestring
Name of the supplier
customIdstring
Supplier custom ID. When isLinked is true, this is the external custom org ID
of the linked supplier profile. When isLinked is false, this is a manually entered value.
isLinkedboolean
Whether the supplier is linked to a supplier/org profile.
When true, customId is the external custom org ID of the linked profile.
addressstring
Address of the supplier
citystring
City of the supplier
stateProvincestring
State/Province of the supplier
postalZipCodestring
Postal/Zip code of the supplier
countrystring
Country of the supplier
phonestring
Phone of the supplier
contactNamestring
Contact name of the supplier
contactEmailstring
Contact email of the supplier
contactPhonestring
Contact phone of the supplier
BomComponentSupplierIntegrationObject
{
"name": "string",
"customId": "string",
"isLinked": true,
"address": "string",
"city": "string",
"stateProvince": "string",
"postalZipCode": "string",
"country": "string",
"phone": "string",
"contactName": "string",
"contactEmail": "string",
"contactPhone": "string"
}