v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrant changes
Start registrant change
Start registrant change.
post/{account}/registrar/registrant_changes
Path parameters
accountinteger required
The account id
Request body
Example request
{
"domain_id": "example.com",
"contact_id": "2",
"extended_attributes": {
"x-fi-registrant-idnumber": "1234"
}
}Response
Successfully changed the contact.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"contact_id": 2,
"domain_id": 2,
"state": "completed",
"extended_attributes": {
"x-fi-registrant-idnumber": "1234"
},
"registry_owner_change": false,
"irt_lock_lifted_by": "2013-12-08",
"created_at": "2013-11-08T17:23:15Z",
"updated_at": "2015-01-08T21:30:50Z"
}
}