Hello Guys i have an issue with MO API, i have managed to create MO (using POST call), now im trying to validate the created MO im getting Error 500 (Internal server Error:BadStatus) below are my Request and Response.
You must add lines to MO. You CAN NOT validate an empty MO i.e. without any lines. (same is valid also for proposals, orders, invoices, etc.)
To validate you have to set date_valid before validation.
Also, check the user permissions. If you are using extended permissions make sure it has the rights to validate. Otherwise, write permissions should be enough.
Now here the issue is i have created the draft MO with lines already, using the available post API though it seemed to have few issues. so i only need to validate and consume products…
User permissions are also OK, this user is a super admin, and i have enabled all the rights.
also even if i put validation date on the PUT API i’m still getting the same error.