GET api/srs/domain?domainName={domainName}®istryId={registryId}&authCode={authCode}
Updates a domain to a specific registry.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domainName | string |
Required |
|
registryId | string |
Required |
|
authCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SrsRestResponseName | Description | Type | Additional information |
---|---|---|---|
XmlStatusCode |
The legacy status codes as found in Interface.cs |
integer |
None. |
Values |
Additional values |
Collection of string |
None. |
ResponseData |
The response data of a successful SRS call |
Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "XmlStatusCode": 1, "Values": [ "sample string 1", "sample string 2" ], "ResponseData": null }
application/xml
Sample:
text/xml
Sample: