You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Async method GetEInvoiceXmlAsync returns null string while getting an XML related to an issued e-invoice. If the call is made with method GetEInvoiceXmlWithHttpInfoAsync we get the XML as RawContent and the error "There is an error in XML document (1, 40)".
Env info
C# version: 12.0
C# SDK version: 2.1.1
To Reproduce
Please, share with us (if applicable):
Example code
`var companyId = 1234567; // example
var documentId = 123456; // example
Describe the bug
Async method GetEInvoiceXmlAsync returns null string while getting an XML related to an issued e-invoice. If the call is made with method GetEInvoiceXmlWithHttpInfoAsync we get the XML as RawContent and the error "There is an error in XML document (1, 40)".
Env info
To Reproduce
Please, share with us (if applicable):
`var companyId = 1234567; // example
var documentId = 123456; // example
IssuedEInvoicesApi issuedEInvoicesApi = new(config);
return await issuedEInvoicesApi.GetEInvoiceXmlAsync(companyId, documentId, true);`
Expected behavior
The method should return the XML.
Screenshots
The text was updated successfully, but these errors were encountered: