Jump to content

Job Error Creating a SO transaction with create_sotransaction


 Share

Recommended Posts

I have been trying to create an order entry using the api create_sotransaction. I keep getting Job is not valid. Select a valid job [Support ID: 43s68WEB030%7EZuyLiP5O0Ef4-3S-zdXgOAAAABg]. I can lookup the project with the same job name and get a valid return. Not sure what I am missing. Is this a permission issue? I have tested this with postman and it's doing the same thing.

Link to comment
Share on other sites

  • Members

Hi Fritz,

It’s likely that dimension restrictions are enabled. To confirm, try recreating the transaction in the user interface. If you encounter the same issue, it’s probably related to this setting or another configuration, rather than an API problem.

 

Link to comment
Share on other sites

Thanks Louis for the help.

Make sure you are targeting the correct entity. The location id is what you need.

<login>
        <userid>{{user_id}}</userid>
        <companyid>{{company_id}}{{temp_slide_in}}</companyid>
        <password>{{user_password}}</password>
        <locationid>REPLACE THIS</locationid>
</login>

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...