When I run the following request thru the cPanel api2, I am parking the domain - "example112.com" on top of example111, which is previously created addon domain.
But when I try to add new domain thru the cPanel user interface at "frontend/paper_lantern/addon/index.html" with subdomain - "example111" the response is
"(XID p32zy2) A DNS entry for the domain “example111.cnodetest12.com” already exists.".Is this suppose to behave differently thru the api and the user interface?
Code:
json-api/cpanel?cpanel_jsonapi_apiversion=2&cpanel_jsonapi_module=Park&cpanel_jsonapi_func=park&cpanel_jsonapi_user=exampleAccount&domain=example112.com&topdomain=example111
"(XID p32zy2) A DNS entry for the domain “example111.cnodetest12.com” already exists.".Is this suppose to behave differently thru the api and the user interface?