PATCH on Client profile

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}}

Hi,

What data are you sending in the request? If you only send some fields I believe other fields should be left as is.

Which version do you see in the about dialog?