username:password
Authorization: Basic *****************
{
"consumerServices": [
{
"custNo": 383905,
"dataLimit": 1000000,
"lineSeqNo": 15
},
{
"custNo": 383905,
"lineSeqNo": 18,
"dataLimit": 100
}
]
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/datapool/modify-consumer-data-limit' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"consumerServices": [
{
"custNo": 383905,
"dataLimit": 1000000,
"lineSeqNo": 15
},
{
"custNo": 383905,
"lineSeqNo": 18,
"dataLimit": 100
}
]
}'
{
"errorCode": 0,
"orderDetails": [
{
"serviceNumber": "0400123456",
"orderId": 157385,
"success": true
},
{
"serviceNumber": "0400987654",
"orderId": 157386,
"success": true
}
]
}