Getting an error while creating a job for another site

I’m using the Epicor Rest API and everything works great to create a project and all it’s hierarchy from an external application but I got a problem today.

I created a project with its phases in the MfgSys but i would like to create a job in the MSA site related to the phase which is in the MfgSys, how can I do to avoid this error? Is it normal behavior?

Thanks

Yes this is normal, you have to pass in your Plant using the CallSettings Header. (Search the forum for reference on how to use.

1 Like

Thanks, just discovered this by looking at the API documentation. I knew by seeing your reply that you would give this answer :slight_smile: