HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/CustomerAbbreviatedDialing HTTP/1.1
Host: 7el.co
Content-Type: text/jsv
Content-Length: length
{
ICustomer: 0,
Description: String,
AbbreviatedNumber: String,
NumberToDial: String,
AbbreviatedNumberRecordId: 0,
customerId: 0,
PhoneType: String,
License: String,
ContentId: 0,
FeatureName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
AbbreviatedDialingNumberLst:
[
{
i_ab_dialing: 0,
abbreviated_number: String,
number_to_dial: String,
description: String
}
],
AbbreviatedDialingNumber:
{
i_ab_dialing: 0,
abbreviated_number: String,
number_to_dial: String,
description: String
},
AbbreviatedDialingNumberDeleted: False,
AbbreviatedDialingNumberAdded: False,
AbbreviatedDialingNumberUpdated: False,
License: String,
ContentId: 0,
FeatureName: String
}