ProductExtraServices
Search ProductExtraServices
Search and list ProductExtraService records with filtering, sorting, and pagination.
GET
Search ProductExtraServices
A ProductExtraService links anDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
ExtraService to a Product. The meaning of UsesIncluded depends on the type of the linked extra service:
- Booking time (ExtraService with
IsPrintingCredit = false) — customers receive an allowance of booking time for the resource type(s) associated with that extra service. For example, a product called “Hot Desk Bundle” might include 2 hours of meeting room usage — achieved by linking a “Meeting Room Hourly” extra service with “UsesIncluded120. - Printing credit (ExtraService with
IsPrintingCredit = true) — customers receive a number of print jobs/pages.UsesIncludedis the number of printing credits included. The linked extra service must haveChargePeriod = 5(Uses) andPrice = 1.
IsPrintingCredit on the linked extra service before interpreting UsesIncluded.
For booking-time extra services, the unit of UsesIncluded is determined by the ChargePeriod of the linked ExtraService:
| ExtraService ChargePeriod | UsesIncluded unit |
|---|---|
| 1 (Minutes) | Minutes |
| 2 (Days) | Days |
| 3 (Weeks) | Weeks |
| 4 (Months) | Months |
| 5 (Uses) | Individual uses |
| 6 (FourWeekMonths) | 4-week periods |
60 on a minutes extra service means 60 minutes of booking time included. On a daily extra service it means 60 full days.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the ProductExtraService-List role.Enums
eChargePeriod — ExtraServiceChargePeriod values
eChargePeriod — ExtraServiceChargePeriod values
| Value | Name |
|---|---|
| 1 | Minutes |
| 2 | Days |
| 3 | Weeks |
| 4 | Months |
| 5 | Uses |
| 6 | FourWeekMonths |
eRecurrentChargePattern
eRecurrentChargePattern
| Value | Name |
|---|---|
| 1 | PricePlan |
| 2 | Day |
| 3 | Week |
| 4 | Month |
| 5 | Year |
| 6 | LastDayOfMonth |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the product linked to this record.
Filter by product name.
Filter by iD of the extra service linked to this record.
Filter by extra service name.
Filter by charge period of the linked extra service.
Filter by benefit is booking credit.
Filter by benefit is printing credit.
Filter by uses included.
Filter by the expire time in months value for this product extra service.
Filter by the expire time in weeks value for this product extra service.
Filter by expiration type.
Filter by expires in.
Range Filters
Filter by uses included greater than or equal to this value.
Filter by uses included less than or equal to this value.
Filter by the expire time in months value for this product extra service greater than or equal to this value.
Filter by the expire time in months value for this product extra service less than or equal to this value.
Filter by the expire time in weeks value for this product extra service greater than or equal to this value.
Filter by the expire time in weeks value for this product extra service less than or equal to this value.
Filter by expires in greater than or equal to this value.
Filter by expires in less than or equal to this value.
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by CreatedOn
Range filters
Response
200
The list of ProductExtraService records matching the query. See the Get one ProductExtraService endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search ProductExtraServices