URL | PATCH {{basepath}}/contact/:id |
---|---|
Category | REPP-Contact |
Allows you to update a contact
Expects a ContactUpdateRequest object.
Returns a ContactUpdateResponse object.
:id | MET_1k7060d648849686393b |
---|
{
"postalInfo": {
"type": "loc",
"name": "Test User",
"org": "Metaregistrar",
"addr": {
"street": [
"Noothoven van Goorstraat 11E2"
],
"city": "Gouda",
"sp": "Zuid holland",
"pc": "2806RA",
"cc": "NL"
}
},
"voice": "+31.12345679",
"fax": "+31.12345678",
"email": "john@metaregistrar.com",
"property": [
{
"registry": "IisSe",
"name": "orgno",
"value": "[NL]MET_1k7060d648849686393b"
}
],
"crmId": "potaaaato",
"metadata": {
"blorp": true
}
}
PATCH {{basepath}}/contact/:id
{
"postalInfo": {
"type": "loc",
"name": "Test User",
"org": "Metaregistrar",
"addr": {
"street": [
"Noothoven van Goorstraat 11E2"
],
"city": "Gouda",
"sp": "Zuid holland",
"pc": "2806RA",
"cc": "NL"
}
},
"voice": "+31.12345679",
"fax": "+31.12345678",
"email": "john@metaregistrar.com",
"property": [
{
"registry": "IisSe",
"name": "orgno",
"value": "[NL]MET_1k7060d648849686393b"
}
]
}
:id | MET_1k7060d648849686393b |
---|
200 OK
{
"responseId": "mapi1_7302ad00f9e9240d483ad895a05c0002691e1adb",
"status": "ok",
"message": "Command completed successfully"
}