| page | string The pagination page from where to start fetching. |
| maxResults | integer <int32> Default: 100 The maximum number of results to return. |
| dateoffset | integer <int32> Date offset for filtering. |
| type | string (ProductType) Enum: "Parent" "Child" The type of the product. [Parent=0, Child=1] |
| source | string (ProductSource) Enum: "Activity" "Accommodation" "CarRental" "Transport" The source from where the product was obtained. [Activity=0, Accommodation=1, CarRental=2] |
| Cenium-Tenant-Id required | string <uuid> Identifier which tenant we are working against. |
| Cenium-Tenant-Id required | string <uuid> Identifier which tenant we are working against. |
The request containing product IDs to check
| productIds | Array of strings or null <uuid> [ items <uuid > ] The product IDs to check for updates |
{- "productIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}