My Requirement: In Bills and adjustment screen, I want to add subcontracts from the "ADD SUBCONTRACTS" button from gird button.
I am using post Method in postman like this
Post :localhost/AcumaticaXMSI/entity/DefaultExtended/18.200.001/Bill/addSubcontracts with enitity and paramters
Then the result we get is, Only SC-000002 is inserted into detail. I want two records to be inserted in detail line and also specified record to be inserted from POSTMAN JSON format
I tried with this json syntax(below) but did not help to add specific subcontract record Please can anyone suggest me the correct JSON syntax for selecting all subcontracts and also specific subcontract to be passed through parameters in postman action