- 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
List Customers
Testing Env
https://benzine.telcoinabox.com/tiab/api
Testing Env
https://benzine.telcoinabox.com/tiab/api
GET
https://benzine.telcoinabox.com/tiab/api
customer
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params
groupno
string
required
Example:
123
Query Params
customerType
string
optional
customerStatus
string
optional
customerCreditStatus
string
optional
agentNo
integer
optional
accountManager
string
optional
fromDate
string
optional
toDate
string
optional
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/group/123/customer?customerType=&customerStatus&customerCreditStatus&agentNo&accountManager&fromDate&toDate' \
--header 'Authorization: Basic Og=='
Responses
🟢200OK
application/json
Body
array of:
custNo
integer
read-onlyoptional
customerStatus
enum<string>
required
Allowed values:
ACTSUSTERDIS
customerStatusDesc
enum<string>
read-onlyoptional
Allowed values:
ActiveSuspendedTerminatedDisconnected
href
string
read-onlyoptional
Example:
/group/{groupno}/customer/{custno}
dateAdded
string
read-onlyoptional
userAdded
string
read-onlyoptional
dateModified
string <date-time>
read-onlyoptional
userModified
string
read-onlyoptional
group
object
read-onlyoptional
id
integer
required
name
string
required
href
string
required
customerIdentity
object
required
customerType
enum<string>
optional
Allowed values:
BR
company
string
optional
legalEntity
string
optional
abn
string
optional
acn
string
optional
customerSalutation
enum<string>
optional
Allowed values:
MrMsMrsMissMstrDr
customerGivenNames
string
optional
customerSurname
string
optional
customerDob
string <date-time>
optional
creditProfile
object
optional
customerCreditStatus
enum<string>
required
Allowed values:
NRMAREDDADSPDNCINCLGLOSCPMPWBDHRFH
customerCreditStatusDesc
string
read-onlyrequired
settings
object
required
language
enum<string>
required
Allowed value:
EN
currency
enum<string>
required
Allowed value:
AUD
portalAccess
boolean
optional
altCustId
string
optional
expectedCallSpend
number <double>
optional
accountManager
string
required
billingAccount
object
optional
cycleNo
enum<integer> <uint>
optional
Allowed value:
1
currBalance
number <double>
read-onlyoptional
amtLastStmt
number <double>
read-onlyoptional
dateLastStmt
string <date-time>
read-onlyoptional
dateSuspendBilling
string <date-time>
optional
noLatePaymentFee
boolean
required
relatedParty
array [object {4}]
optional
type
enum<string>
optional
Allowed values:
AgentLinkedCustomer
id
integer <uint>
optional
name
string
optional
href
string
optional
Example
[
{
"custNo": 0,
"customerStatus": "ACT",
"customerStatusDesc": "Active",
"href": "/group/{groupno}/customer/{custno}",
"dateAdded": "string",
"userAdded": "string",
"dateModified": "2019-08-24T14:15:22Z",
"userModified": "string",
"group": {
"id": 0,
"name": "string",
"href": "string"
},
"customerIdentity": {
"customerType": "B",
"company": "string",
"legalEntity": "string",
"abn": "string",
"acn": "string",
"customerSalutation": "Mr",
"customerGivenNames": "string",
"customerSurname": "string",
"customerDob": "2019-08-24T14:15:22Z"
},
"creditProfile": {
"customerCreditStatus": "NRM",
"customerCreditStatusDesc": "string"
},
"settings": {
"language": "EN",
"currency": "AUD",
"portalAccess": true,
"altCustId": "string",
"expectedCallSpend": 0,
"accountManager": "string"
},
"billingAccount": {
"cycleNo": 1,
"currBalance": 0,
"amtLastStmt": 0,
"dateLastStmt": "2019-08-24T14:15:22Z",
"dateSuspendBilling": "2019-08-24T14:15:22Z",
"noLatePaymentFee": true
},
"relatedParty": [
{
"type": "Agent",
"id": 0,
"name": "string",
"href": "string"
}
]
}
]
🟠403Invalid access
Modified at 2024-07-30 00:22:01