4

My Requirement: In Bills and adjustment screen, I want to add subcontracts from the "ADD SUBCONTRACTS" button from gird button.

These two records are subcontracts to be add to the bill document in detail

I am using post Method in postman like this

Post :localhost/AcumaticaXMSI/entity/DefaultExtended/18.200.001/Bill/addSubcontracts with enitity and paramters

enter image description here

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

enter image description here

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

enter image description here

additional information enter image description here

saikiran
  • 75
  • 6
  • I am waiting for someone to answer my question. Please – saikiran Dec 23 '19 at 15:18
  • Many people are currently in Christmas holydays. – Hugues Beauséjour Dec 27 '19 at 22:58
  • Can you provide the customization and extended endpoint? Acumatica is not using Selected checkbox in case of adding multiple lines from REST API. – Samvel Petrosov Dec 30 '19 at 18:36
  • Add subcontract button is not a default acumatica functionality as well as DefaultExtended endpoint that you use. I don't think anyone can help you with the request without seeing the customization you use and the endpoint definition you use. – Dmitrii Naumov Feb 14 '20 at 18:09
  • @DmitriiNaumov your comment from 2020 is no longer true (For Acumatica Construction Edition 22+) and this exact symptom still exists. – Stan Apr 14 '23 at 13:05

0 Answers0