Am using this endpoint to post AR Receipt Batch
http://localhost/Sage300WebApi/v1.0/-/CUHDAT/AR/ARReceiptAndAdjustmentBatches
with this payload upon successfully request, response is returned BatchStatus as "Entered", meanwhile I want to be posted automatically

How can I do so without using a long procedure of entering it as above, using another api to update it as ready to post and finally using another api to process it?
