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
Name | Description | Type | Required | Example |
---|---|---|---|---|
uid | The entity identifier | string | Yes | "bc33f12d-98ee-428f-9f65-18bba589cb95" |
created_at | Timestamp indicating when the entity was created | string (date-time) | No | "2024-01-01T09:00:00Z" |
updated_at | Timestamp of the entity's most recent update | string (date-time) | No | "2024-03-20T12:34:56Z" |
directory_uid | Unique identifier for a directory. Defines which directory is authorized to sell this offering. | string | Yes | "98ees428fq9f65tyh" |
offering_uid | Unique identifier for an offering. Defines an offering the directory is authorized to sell. | string | Yes | "3f12fb61-98ee-428f-9f65-18bba589cb95" |
status | Whether the partner-offering pair is active (active ) or inactive (inactive ). | string | No | "active" |
vendor | The business entity or vendor that offers this product. | string | No | "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"
}