Partial update
You can send only the fields you want to update. All other values will remain unchanged. For example, to partially update fees:- To add a new fee, just include it in the payload.
- To update an existing fee, send the new value.
- To remove a specific value, set it to null.
- To remove an entire fee object, use an empty array
— e.g., "taxaAdm": [].
You cannot update the ‘ledgerId’, ‘segmentId’, and ‘chartOfAccount’ fields.

