Search code examples
data-integrationworkday-apisnaplogic

Workday: Submit_Customer_Invoice returning an error - The task submitted is not authorized


I'm using Snaplogic to load records into workday. Trying to load invoices into workday using the object Submit_Customer_Invoice of web service Revenue_Management. I'm getting the following error:

"error": "Processing error occurred. The task submitted is not authorized."

Task submitted is not authorized

The documentation for workday is not helpful.

Does this error occur if I mess up the SOAP call or is it an access issue?

Any help will be appreciated.


Solution

  • It is an access issue. The user you are making requests with does not have the correct permissions.

    When I was working with an implementation team and we switched to a different tenant that error started popping up. The Workday implementer went into that tenant, tweaked some security settings (Sorry, not on the workday side so don't know where or what) and the service calls started working again.