SOLVED

REST Create Sales Persons 1018 error

Go to solution
Anonymous
Not applicable

REST Create Sales Persons 1018 error

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

https://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"}]}

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: REST Create Sales Persons 1018 error

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Re: REST Create Sales Persons 1018 error

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.