Porta Plus 2 Web Services

<back to all web services

VNReserveNumberReq

The following routes are available for this service:
POST/ReserveDIDS

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/VNReserveNumberReq HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	DIDNumbers: 
	[
		{
			DIDNumber: String,
			MonthlyFee: 0,
			SetupFee: 0,
			AgreementID: 0,
			CountyISOCode: String,
			AreaCode: 0,
			AreaName: String,
			CountryName: String,
			License: String,
			ICustomer: 0,
			Currency: String
		}
	],
	License: String,
	AgreementID: 0
}