In my case, I was getting bad request when calling getInstrumentIdentifierWithHttpInfo after postInstrumentIdentifierWithHttpInfo calls and I ended up finding that GET was sending the created Digest to the POST. So I had to explicitly clear it whenever I need to call the getInstrumentIdentifierWithHttpInfo.
Could you clear the field by default always before the call?
In my case, I was getting
bad requestwhen callinggetInstrumentIdentifierWithHttpInfoafterpostInstrumentIdentifierWithHttpInfocalls and I ended up finding that GET was sending the createdDigestto the POST. So I had to explicitly clear it whenever I need to call thegetInstrumentIdentifierWithHttpInfo.Could you clear the field by default always before the call?