Public URL : https://api.virtualsaleportal.com/api/public/v2/update-custom-fields/project (PUT)
Note: unique_id can be subhub_id or external_id.
Example Payload:
{
"unique_id": "EXY-10231345",
"fields": [
{
"field_key": "pto_notes",
"value": "Updated Note"
}
]
}OR update a single field:
{
"unique_id": "EXY-10231345",
"fields": {
"field_key": "pto_notes",
"value": "Updated Note"
}
}