The directoryOffering Entity

Description

The directoryOffering represents the association of a directory with an offering, allowing the directory to provide the underlying product to its businesses under a specific commercial agreement.


Entity Properties

NameDescriptionTypeRequiredExample
uidThe entity identifierstringYes"bc33f12d-98ee-428f-9f65-18bba589cb95"
created_atTimestamp indicating when the entity was createdstring (date-time)No"2024-01-01T09:00:00Z"
updated_atTimestamp of the entity's most recent updatestring (date-time)No"2024-03-20T12:34:56Z"
directory_uidUnique identifier for a directory. Defines which directory is authorized to sell this offering.stringYes"98ees428fq9f65tyh"
offering_uidUnique identifier for an offering. Defines an offering the directory is authorized to sell.stringYes"3f12fb61-98ee-428f-9f65-18bba589cb95"
statusWhether the partner-offering pair is active (active) or inactive (inactive).stringNo"active"
vendorThe business entity or vendor that offers this product.stringNo"inTandem"

Example

{
  "uid": "bc33f12d-98ee-428f-9f65-18bba589cb95",
  "created_at": "2024-01-01T09:00:00Z",
  "updated_at": "2024-03-20T12:34:56Z",
  "directory_uid": "98ees428fq9f65tyh",
  "offering_uid": "3f12fb61-98ee-428f-9f65-18bba589cb95",
  "status": "active",
  "vendor": "inTandem"
}