Porta Plus 2 Web Services

<back to all web services

CustomDomainsRequest

The following routes are available for this service:
POST/customdomains/insert
GET/customdomains/get/{license}/{i_customer}

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/CustomDomainsRequest HTTP/1.1 
Host: api-uk.activesoftswitch.com 
Content-Type: text/jsv
Content-Length: length

{
	license: String,
	i_customer: 0,
	custom_domain: 
	{
		id: 0,
		i_env: 0,
		i_customer: 0,
		domain: String
	}
}