Question
What is difference between 'push lead to marketo' vs 'create lead in marketo'
As per http://developers.marketo.com/rest-api/lead-database/leads/
There are two API
1) Create and Update
POST /rest/v1/leads.json
2)Push Lead to Marketo
POST /rest/v1/leads/push.json
input difference - program id for create required while program name required for push
What is difference between this push and create?