- Getting Started
- Integration Guides
- Payment Integration
- CDR Integration
- Test Environment Data Sets
- Mobile Flows
- ConnectYou Flows
- NBN Flows
- API Documentation
- Customer
- Payment Method
- Transaction
- Plan
- Service
- Mobile
- Address
- Service Qualification
- Order
- Enquiry
- Appointment
- NBN
- Attachment
- API Documentation (Legacy APIs)
- WSDL Summary
- API Guide
- Account Charges
- ConnectYou
- Contact Log
- Device
- Mobile
- Notifications
- Pooled Resource
- Order
- Mobile Order
- Create a Mobile Service (New Number)
- Create a Mobile Service (Port In Number)
- Create a Pre-Activation Mobile Order (New Number)
- Bar/Unbar/Disconnect a Mobile Service
- Change Mobile Rate Plan
- Change a Mobile Number
- Replace a SIM Card
- Modify Mobile Feature(s)
- Modify Mobile Feature Setting(s)
- Change Excess Spend Limit
- Add a Once-off Bolt On
- Add a Recurring Bolt On Pack
- Remove a Recurring Bolt On Pack
- Mobile (Data Pool) Order
- ConnectYou (SIP Trunk) Order
- Other Rated Order
- Create an Order
- Cancel an Order
- Query an Order
- Reset an Order
- Mobile Order
- Statements & Billing
- Unbilled Calls
- OTP
- Reference Data
Query Appointment Timeslots
Testing Env
https://benzine.telcoinabox.com/tiab/api
Testing Env
https://benzine.telcoinabox.com/tiab/api
GET
https://benzine.telcoinabox.com/tiab/api
nbnappointment
Request
Query Params
dateFrom
string
required
orderId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://benzine.telcoinabox.com/tiab/api/v1/appointment?dateFrom=&orderId'
Responses
🟢200OK
application/json
Body
appointmentRequestId
string
required
appointments
array[object (Appointment) {7}]
required
slotId
string
optional
slotType
enum<string>
optional
Allowed values:
AMPMAHACA
startTime
string
optional
endTime
string <date-time>
optional
timezoneOffset
string
optional
leadTime
enum<string>
optional
Allowed values:
StandardAcceleratedPriorityAssistReducedLeadTime
withinTimeWindow
boolean
optional
Example
{
"appointmentRequestId": "string",
"appointments": [
{
"slotId": "string",
"slotType": "AM",
"startTime": "string",
"endTime": "2019-08-24T14:15:22Z",
"timezoneOffset": "string",
"leadTime": "Standard",
"withinTimeWindow": true
}
]
}
🟠403Invalid access
Modified at 2024-04-17 03:14:52