Bruno Vieira
Bruno Vieira
Hey @nvivo! We are currently using the `ApiResponseBody` to present most of the data and throwing a 404 with this code will return: ```cs try { Company company = companyClient.View(new...
@nvivo obrigado! That makes total sense and really wanted to make sure we captured exactly what you meant before we work on this. I'll look into making this override soon....
Working on this one and it seems that somewhere where we serialize the JSON object to be sent to the Intercom servers, we are disregarding any changes to null. If...
Investigated this alongside @thewheat and this isn't a trivial fix as we will have to refactor how we create the JSON payload sent to the endpoints. Postponing a fix until...
Thank you for this, we are right now prioritising adding feature parity to our API and then we will be working to actually move to asynchronously requests which may solve...