Download OpenAPI specification:Download
The screenings related to them should be included in the response data.
{- "movies": [
- {
- "id": 0,
- "title": "string",
- "runtimeMins": 0,
- "createdAt": "string",
- "updatedAt": "string",
- "screenings": [
- {
- "id": 0,
- "movieId": 0,
- "screenId": 0,
- "startsAt": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
]
}{- "title": "string",
- "runtimeMins": 0
}{- "movie": {
- "id": 0,
- "title": "string",
- "runtimeMins": 0,
- "createdAt": "string",
- "updatedAt": "string",
- "screenings": [
- {
- "id": 0,
- "movieId": 0,
- "screenId": 0,
- "startsAt": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
}The screenings related to it should be included in the response body.
{- "movie": {
- "id": 0,
- "title": "string",
- "runtimeMins": 0,
- "createdAt": "string",
- "updatedAt": "string",
- "screenings": [
- {
- "id": 0,
- "movieId": 0,
- "screenId": 0,
- "startsAt": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
}{- "title": "string",
- "runtimeMins": 0
}{- "movie": {
- "id": 0,
- "title": "string",
- "runtimeMins": 0,
- "createdAt": "string",
- "updatedAt": "string",
- "screenings": [
- {
- "id": 0,
- "movieId": 0,
- "screenId": 0,
- "startsAt": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
]
}
}The customer's contact details should be included in the response data.
| name | string |
{- "name": "string"
}{- "customer": {
- "id": 0,
- "name": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "contact": {
- "id": 0,
- "customerId": 0,
- "phone": "string",
- "email": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
}
}