registry icon indicating copy to clipboard operation
registry copied to clipboard

POST Method in REPP: Unable to create a contact

Open OlegPhenomenon opened this issue 4 years ago • 1 comments

Followed from https://github.com/internetee/registry/blob/master/doc/repp/v1/contact.md

Tried to create a contact from example

{
    "contact": {
        "name": "John Doe",
        "email": "[email protected]",
        "phone": "+371.1234567",
        "ident": {
            "ident": "12345678901",
            "ident_type": "priv",
            "ident_country_code": "EE"
        }
    }
}

Shown message: param is missing or the valus is empty: contact

OlegPhenomenon avatar Jan 08 '21 14:01 OlegPhenomenon

Could not reproduce this issue. I suggest this issue is not actual and the bug was fixed earlier.

DinSmol avatar Jul 23 '21 12:07 DinSmol