How to manage the Charge, Charge Reference and Value together from REST API POST
Since the charges and their default “Reference Type” are configured (see picture 1), please, we require the following:
- The Payables user can add the Charges, automatically generate the "Charge References" record and then complete the Value field.
- The REST API (Create a trade operation - POST) can be used to create the "Trade Operations", create the "Charges", create the "Charge References" and the Value field data together. But, without the need to use another REST API PATCH to update or fill the Value field.
Create a trade operation - POST: /fscmRestApi/resources/11.13.18.05/tradeOperations
Field Value = "ReferenceValueText"
How to manage the Charge, Charge Reference and Value together from REST API POST?
2