customFields is operates as a grouped field.curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/contact/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactId": "WNC971957T",
"details": {
"address1": "L4-E2 Level 4, HIVE 5 - modified"
}
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"dtcreate": "2024-06-21T09:02:04Z",
"contactId": "WNC971957T",
"details": {
"zip": "98000",
"lastName": "Smith",
"address2": null,
"city": "Kuala Lumpur",
"address1": "L4-E2 Level 4, HIVE 5 - modified",
"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
}
}