Update registry lock controller to also return special serialization

This commit is contained in:
Maciej Szlosarczyk 2018-10-02 11:53:57 +03:00
parent ce8451d004
commit 5e5162e44e
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
5 changed files with 28 additions and 13 deletions

View file

@ -23,7 +23,7 @@ Content-Type: application/json
"id": "98d1083a-8863-4153-93e4-caee4a013535",
"name": "domain0.ee",
"registrar": "Best Names",
"valid_from": "2015-09-09T09:11:14.861Z",
"registered_at": "2015-09-09T09:11:14.861Z",
"valid_to": "2016-09-09T09:11:14.861Z",
"registrant_id": 1,
"transfer_code": "98oiewslkfkd",
@ -89,6 +89,7 @@ Content-Type: application/json
"name": "domain0.ee",
"registrar": "Best Names",
"valid_to": "2016-09-09T09:11:14.861Z",
"registered_at": "2015-09-09T09:11:14.861Z",
"registrant_id": 1,
"transfer_code": "98oiewslkfkd",
"created_at": "2015-09-09T09:11:14.861Z",

View file

@ -19,12 +19,10 @@ HTTP/1.1 200
Content-Type: application/json
{
"uuid": "98d1083a-8863-4153-93e4-caee4a013535",
"id": "98d1083a-8863-4153-93e4-caee4a013535",
"name": "domain0.ee",
"registrar_id": 2,
"registrar": "Best Names",
"registered_at": "2015-09-09T09:11:14.861Z",
"status": null,
"valid_from": "2015-09-09T09:11:14.861Z",
"valid_to": "2016-09-09T09:11:14.861Z",
"registrant_id": 1,
"transfer_code": "98oiewslkfkd",
@ -43,6 +41,7 @@ Content-Type: application/json
"delete_at": "2016-10-24T09:11:14.861Z",
"registrant_verification_asked_at": null,
"registrant_verification_token": null,
"locked_by_registrant_at": "2015-09-09T09:11:14.861Z",
"pending_json": {},
"force_delete_at": null,
"statuses": [
@ -113,12 +112,10 @@ HTTP/1.1 200
Content-Type: application/json
{
"uuid": "98d1083a-8863-4153-93e4-caee4a013535",
"id": "98d1083a-8863-4153-93e4-caee4a013535",
"name": "domain0.ee",
"registrar_id": 2,
"registrar": "Best Names",
"registered_at": "2015-09-09T09:11:14.861Z",
"status": null,
"valid_from": "2015-09-09T09:11:14.861Z",
"valid_to": "2016-09-09T09:11:14.861Z",
"registrant_id": 1,
"transfer_code": "98oiewslkfkd",
@ -137,6 +134,7 @@ Content-Type: application/json
"delete_at": "2016-10-24T09:11:14.861Z",
"registrant_verification_asked_at": null,
"registrant_verification_token": null,
"locked_by_registrant_at": null,
"pending_json": {},
"force_delete_at": null,
"statuses": [