The InventoryPackage data object represents an inventory package.
| Restrictions * | ||||
|---|---|---|---|---|
| Element | Data Type | Description | Add | Full-Up |
| createdBy | string | The user who created the inventory package. | RO | RO |
| createdDate | dateTime | The date when the inventory package was created. | RO | RO |
| currency | Currency | The currency of the inventory package. | Req | Opt |
| description | string | The detailed description (up to 1000 characters) of the content of the inventory package. | Req | Req |
| endDate | dateTime | The end date for the inventory package. If this is not specified, the package is available until deactivated. | Opt | Opt |
| ID | long | The ID of the inventory package. | RO | Req |
| inventoryPackageStatus | InventoryPackageStatus | The status of the inventory package. | RO | RO |
| lastUpdatedBy | string | The user who last updated the inventory package. | RO | RO |
| lastUpdatedDate | dateTime | The date when the inventory package was last updated. | RO | RO |
| minimumCost | long | The minimum cost, which is the total required spend in a single order for all the package’s required placements. | Opt | Opt |
| name | string | The name (up to 40 characters) of the inventory package. | Req | Req |
| startDate | dateTime | The start date for the inventory package. If this is not specified, the package is made available immediately. | Opt | Opt |