Im doing a patch to an external database and it calls for the “resolvedBy” to include “id” and 'type". need help in how to set up the api call so I can pass these dynamically.
Top photo is the api doc for the endpoints, second is how the call is currently set, the call works as it is right now but i would like to pass the resolvedBy.
I don’t have the link to the api documentation, but I assume you can send the id and type via the parameters (where you already pass mechanicNotes etc.)
if I pass as i do the mechanicNotes or others the patch works but does not send the resolvedBY id or type
solved this by just coping the sample code from api doc from external website and using <> for dynamic value.