As described in the blog post below, I’m exposing a Generic Inquiry (GI) to be retrieved by an external system via the REST API. We are using OAuth2 authentication with grant_type=password and scope=api.
As shown in the blog post, I’m sending a PUT request to Acumatica with a {} in the request body.
https://www.acumatica.com/blog/contract-based-apis-in-generic-inquiries/
Could you please clarify whether it is necessary to call a logout after performing the PUT request?