OBD Call Manager

Account Details (OBD Call Manager) First login to the system by using below credentials and upload the audio files (.wav) which you want to play in OBD. OBD Call Manager API Details Request/ Response data type Request Type: JSON , Response Type: JSON API Parameter Details Parameter Description Example Values language Prompt language S,E userId…

Image Description

Account Details (OBD Call Manager)

First login to the system by using below credentials and upload the audio files (.wav) which you
want to play in OBD.

URL: http://203.81.110.75:8080/OBDCallManagerAPI/
Username: test
Password: XXXXX

OBD Call Manager API Details

URL: http://203.81.110.75:8080/OBDCallManagerAPI/obdCallgenerator
Authentication key: XXXXXXXXXXXXXXX

Request/ Response data type

Request Type: JSON , Response Type: JSON

API Parameter Details

ParameterDescriptionExample Values
languagePrompt languageS,E
userIdUsernameXXXXX
campaignIdReference ID 12345678
accessToken SHA512
Encrypt(Username+
timestamp +
Authentication key)
65170F720016ASER83944F9909FB6BCA75F26CB896BE9D1CS2374
B4909F4191AA14875A3ABF7C2C6448AD04EEBDB793D4C990B45
DB456B8017A6EDC0CFA7B7C
msisdnRecipient mobile number 077XXXXXXX
timestampDate and time2019-10-02 11:48:43
promptsArray list with paying order
promptListPrompts order[{
“type”: “wav”,
“value”: “prompt1.wav”
}, {
“type”: ” date “,
“value”: ” 20-10-2017 “
},{
“type”: ” number “,
“value”: “4567”
}]
typePrompt or other data
types
wav
valueValues related to given
types
Promt1.wav

Prompt Types and Sample Values

Prompt types Example values
wavPrompt1.wav
number4567
amount6546.50
date20-10-2017
time12:30 pm
dtmfLong1234
dtmfShort6789

Sample Request

{
"language": "E",
"userId": "test",
"campaignId": "26667",
"accessToken":
"13968B4722A19EBD2D21F1DCEE99398B0DCA022BDC7B27B3DB55C73D407D953ACBB4533F177100E755D78
6989EDA9E93910DD0B32DFCEWJ7RU436484D159432E",
"msisdn":"07XXXXXXXX",
"timestamp":"2020-01-26 20:27:43",
"prompts": {
"promptList": [{
"type": "wav",
"value": "welcome_st.wav"
}, {
"type": "number",

Sample Response

{
"userId":" XXXXX",
"campaignId":" 2346667",
"statusCode":"100",
"statusDiscription":"Call generated successfully.",
"msisdn":"070XXXXXXX"
}

Status Codes and Status Descriptions

Status CodeStatus Description
100Call generated successfully
102Invalid JSON format.
108Incorrect prompt list
105Not supported language format
106System error
107Call generation failure
101Authentication failed
103Invalid user ID
104Landline number or Invalid mobile number

Was this article helpful to you?

Yes No