username:password
Authorization: Basic *****************
{
"transactionType": "MC",
"miscAdjustmentType": "string",
"comment": "string",
"transactionDate": "2019-08-24",
"totalAmount": 0
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/group//customer//transaction/adjustment' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"transactionType": "MC",
"miscAdjustmentType": "string",
"comment": "string",
"transactionDate": "2019-08-24",
"totalAmount": 0
}'
{
"custNo": 0,
"tranNo": 0,
"transactionType": "P",
"paymentMethod": "AP",
"creditCardType": "AX",
"miscAdjustmentType": "A0",
"comment": "string",
"transactionDate": "2019-08-24T14:15:22Z",
"stmtNo": 0,
"principalAmount": 0,
"surchargeAmount": 0,
"taxAmount": 0,
"totalAmount": 0,
"currency": "AUD",
"dateAdded": "2019-08-24T14:15:22Z",
"userAdded": "string"
}