Hi
I'm trying to add a custombody field to a journalentry post, has anyone got an example of what the structure looks like for this.
I've tried the following which doesn't work. it just seems to get stripped out of the soap payload.
"customFieldList": [
{
"custbody_journal_description": {
"type": "String",
"value": "journal description"
}
}
],
Any suggestions welcome.
Hi
I'm trying to add a custombody field to a journalentry post, has anyone got an example of what the structure looks like for this.
I've tried the following which doesn't work. it just seems to get stripped out of the soap payload.
"customFieldList": [
{
"custbody_journal_description": {
"type": "String",
"value": "journal description"
}
}
],
Any suggestions welcome.