registrationCreateKeyResponse element
Type: | registrationCreateKeyResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<registrationCreateKeyResponse>
<errorCode>...</errorCode>
<registrationKey>...</registrationKey>
</registrationCreateKeyResponse>
Example JSON
{
"registrationKey" : "...",
"errorCode" : ...
}