I want to patch just one or two fields. I’m trying to update the client with all the contact and basic field details, but it ends up deleting the payment terms and other settings.
I only want to update basic fields like the name and contact, which I include in the request. However, the fields I don’t include get removed. I guess you don’t have a PATCH route?
End poing: PUT /api/v1/clients/{{id}}