Where to Use Which Field Name Version

Kenny_Elkington
Marketo Employee
Marketo Employee

Sometimes it's difficult to know which version of a Field Name that you need to use in a given place, so here's a quick reference for which source uses the SOAP or REST version of a field name:

WhereWhich
Munchkin APISOAP
Forms 2 APISOAP
List Import(UI)SOAP
List Import(REST API)REST
Webhooks Response MappingsSOAP
SOAP APISOAP
REST APIREST

Are there other places where you're confused about which field name you should use?  Let us know in the comments and we can help you out.

2286
7
7 Comments
Anonymous
Not applicable

I love the last two rows of the table.

Jignesh_Shah
Level 2

Thanks. Very helpful.

Kenny, what about Velocity Script when creating Email Script My Tokens in the 'Edit Script Token' box?

Kenny_Elkington
Marketo Employee

Those were just for your, Charlie.

Kenny_Elkington
Marketo Employee

Velocity will use the SOAP name, though it's easiest to kill two birds with one stone, and just drag the field from the editor into the script.  This will give you the correct reference and enable the field to be processed by the script.

Emma_Wu1
Level 2

This is such a great summary, thank you! Does HTTP Post(Post URL) fall under the second bucket?

SanfordWhiteman
Level 10 - Community Moderator

Using the forms /save or /save2 endpoint is equivalent to a form post.

Emma_Wu1
Level 2

Thank you!