SOLVED

Re: Block Field Updates and API Calls

Go to solution
Valerie_Armstro
Level 10 - Champion Alumni

Block Field Updates and API Calls

Hello,

We are currently using the Web Service API to update lead information.  However, when that information is updated, it is updating other values in different fields that we would rather not have overwritten.  If I decided to block field updates from Web Service API for those fields, will the API call return an error and not update any fields or will it continue to function properly without updating the other fields?

Thank you in advance!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Block Field Updates and API Calls

Field blocking will only prevent Overwrites of existing data.

I do not think the API would return an error, but it might as I've seen the import process denote when a field might be blocked for new data.

View solution in original post

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Block Field Updates and API Calls

Field blocking will only prevent Overwrites of existing data.

I do not think the API would return an error, but it might as I've seen the import process denote when a field might be blocked for new data.
Kenny_Elkington
Marketo Employee

Re: Block Field Updates and API Calls

Josh is correct, it will not throw an error if the field is blocked from updates.
Valerie_Armstro
Level 10 - Champion Alumni

Re: Block Field Updates and API Calls

Thank you for clarifying, Josh and Kenny!