REST Create Sales Persons 1018 error | Community
Skip to main content
July 24, 2015
Solved

REST Create Sales Persons 1018 error

  • July 24, 2015
  • 1 reply
  • 1536 views

Hi

I tried new APIs Sales Person Objects.

Marketo REST APIs: Sales Person Objects » Marketo Developers

But "Create Sales Persons" does't work error 1018.

Does anyone know how to enable?

MY REQUEST

999-IBN-999.mktorest.com/rest/v1/salespersons.json?access_token=xxxxxxxxxxxxxxxxx

MY REQUEST BODY

{

   "action":"createOrUpdate",

   "dedupeBy":"dedupeFields",

   "input":[

      {

         "externalSalesPersonId":"whoami@company.com",

         "email":"whoami@company.com",

         "firstName":"Ichiro",

         "lastName":"Suzuki"

      }

   ]

}

RESPONSE

{"requestId":"1ae0#14ebe72d01d","success":false,"errors":[{"code":"1018","message":"SalesPerson API disabled"}]}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

I had overlooked Marketo REST APIs: Sales Person Objects » Marketo Developers.

The Sales Person API is not supported for CRM-enabled subscriptions.  Updating or reading CRM sales person records is not permitted.

API is working fine at the other instance.

1 reply

Accepted solution
July 24, 2015

I had overlooked Marketo REST APIs: Sales Person Objects » Marketo Developers.

The Sales Person API is not supported for CRM-enabled subscriptions.  Updating or reading CRM sales person records is not permitted.

API is working fine at the other instance.