PUT api/Domain/{handle}/TransferUpdate?user={user}
Update a domain transfer ticket
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| handle |
Domain handle |
string |
Required |
| user |
Optional user handle - if empty logged in user will be used |
string |
None. |
Body Parameters
Domain object - only AuthInfo is used
UpdateDomainTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthInfo |
Auth code - only available to owner or reseller |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthInfo": "sample string 1"
}
application/xml, text/xml
Sample:
<UpdateDomainTransfer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Namebay.Rest.Api.Models.Domain"> <AuthInfo>sample string 1</AuthInfo> </UpdateDomainTransfer>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Return codes
200 - ok
404 - not found
401 - unauthorized
412 - precondition failed
500 - internal server error
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |