Good night to all from Spain.

I am new to the APS and I have a basic doubt.

For example when I send the package to create a subdomain, I performed the action correctly, but no answer OK, that's normal?

$curl = curlInit($host, $login, $password);

try {

$response = sendRequest($curl, subdomainCreate($host,$subdomain,$home));
$responseXml = parseResponse($response);
checkResponse($responseXml);

} catch (ApiRequestException $e) {
echo $e;
die();
}

var_dump($responseXml);
echo $responseXml;
Thanks you