Can update on specific key field value.
Will not post to registry.
For special usecase only.
curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/contact/modify-at-system' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactId": "WNC969003T",
"details": {
"category": "individual",
"company": "qinetics.net",
"firstName": "John",
"lastName": "Smith",
"address1": "Technology Park Malaysia",
"city": "Kuala Lumpur",
"state": "Kuala Lumpur",
"countryCode": "MY",
"zip": "98000",
"phoneNumber": "+60.123456789",
"email": "john.smith@gmail.com"
}
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"dtcreate": "2024-06-21T17:02:04+08:00",
"contactId": "WNC969003T",
"details": {
"zip": "98000",
"lastName": "Smith",
"address2": null,
"city": "Kuala Lumpur",
"address1": "Technology Park Malaysia",
"customFields": {},
"firstName": "John",
"phoneNumber": "+60.123456789",
"countryCode": "MY",
"faxNumber": null,
"company": "qinetics.net",
"state": "Kuala Lumpur",
"category": "individual",
"email": "john.smith@gmail.com"
},
"contactType": "registrant",
"id": 22359,
"resid": 2740
}
}