Expired completed orders are member completed order base entities that have expired (see member completed order base ExpiresAt)
Pagination is supported as potentially large amounts of historical data is in scope of query.
Expired orders are returned in descending order based on the member completed order base CreatedAt date.
Success
The provided limit or offset is invalid.
No member authenticated.
{- "results": [
- {
- "id": "string",
- "type": "Standard",
- "totalPrice": {
- "valueIncludingTax": 0.1,
- "valueExcludingTax": 0.1,
- "tax": 0.1
}, - "amountSaved": {
- "valueIncludingTax": 0.1,
- "valueExcludingTax": 0.1,
- "tax": 0.1
}, - "expiresAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "items": [
- {
- "itemId": "string",
- "type": "Normal",
- "parentSalesItemId": "string",
- "id": "string",
- "refundStatus": "NotRefunded"
}
]
}
], - "relatedData": {
- "films": [
- {
- "id": "string",
- "title": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "censorRatingId": "string",
- "censorRatingNote": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "externalIds": {
- "moviexchangeReleaseId": "6ce6697a-16c1-46a9-acef-0a6ce948a353",
- "corporateId": "string"
}
}
], - "ticketTypes": [
- {
- "id": "string",
- "description": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}
}
], - "items": [
- {
- "id": "string",
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "hoCode": "string",
- "hopk": "string"
}
], - "showtimes": [
- {
- "id": "string",
- "schedule": {
- "businessDate": "2019-08-24T14:15:22Z",
- "startsAt": "2019-08-24T14:15:22Z",
- "endsAt": "2019-08-24T14:15:22Z",
- "filmStartsAt": "2019-08-24T14:15:22Z",
- "filmEndsAt": "2019-08-24T14:15:22Z",
- "inSeatItemDelivery": {
- "startsAt": "2019-08-24T14:15:22Z",
- "endsAt": "2019-08-24T14:15:22Z"
}
}, - "filmId": "string"
}
], - "sites": [
- {
- "location": {
- "latitude": 0.1,
- "longitude": 0.1
}, - "contactDetails": {
- "phoneNumbers": [
- {
- "type": "Home",
- "number": "string"
}
], - "email": "string",
- "address": {
- "line1": "60 Khyber Pass Road",
- "line2": "Grafton",
- "city": "Auckland 1023"
}
}, - "ianaTimeZoneName": "America/New_York",
- "id": "string",
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "hasSellableItems": true,
- "allowedItemDeliveryMethods": [
- "CounterPickup"
]
}
], - "censorRatings": [
- {
- "id": "string",
- "classification": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "classificationDescription": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "ageRestriction": {
- "minimumAge": 0
}
}
], - "subscriptionBillingOptions": [
- {
- "subscriptionId": 0,
- "billingPeriodInMonths": 0,
- "isRecurring": true,
- "id": "string",
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}
}
], - "subscriptions": [
- {
- "id": 0,
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}
}
]
}, - "hasMoreResults": true
}