Porta Plus 2 Web Services

<back to all web services

CustIVRMobileSettingsRequest

The following routes are available for this service:
POST/AddIVRMobileSettings
GET/GetIVRMobileSettings/{License}
GET/ValidateIVRDestination/{License}/{Destination}
POST/IVRMobileTopUp
GET/IVRMobileTopUp/{License}/{Destination}/{Pin}/{CLI}
POST/GetIVRMobileTransactionLogs

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/CustIVRMobileSettingsRequest HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	IvrMobileSettings: 
	{
		Ienv: 0,
		LogOn: String,
		Password: String,
		License: String,
		RegularExpression: String,
		TestMode: False,
		Id: 0,
		CreatedOn: 0001-01-01,
		UpdatedOn: 0001-01-01,
		RowVersion: 0
	},
	Destination: String,
	Pin: String,
	CLI: String,
	From: 0001-01-01,
	To: 0001-01-01,
	License: String,
	ContentId: 0,
	FeatureName: String
}