POST https://:account.api-us1.com/api/3/fieldValues
- text value
{
"fieldValue": {
"contact": 2,
"field": 3,
"value": "Blue"
}
}
- dropdown/radio value
{
"fieldValue": {
"contact": 2,
"field": 4,
"value": "Option 1"
}
}
- checkbox/listbox values
{
"fieldValue": {
"contact": 2,
"field": 5,
"value": "||Option 1||Option 3||Option 4||"
}
}
{
"fieldValue": {
"contact": 2,
"field": 6,
"value": "||Option 2||"
}
}
- date value
{
"fieldValue": {
"contact": 2,
"field": 6,
"value": "2018-12-31"
}
}
200 OK
BODY PARAMS
fieldValue
object
fieldValue.contact REQUIRED
string ID of the contact whose field value you're updating
fieldValue.field REQUIRED
string ID of the custom field whose value you're updating for the contact
fieldValue.value REQUIRED
string Value for the field that you're updating. For multi-select options this needs to be in the format of ||option1||option2||
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.