My Products
Help
Florian Haase
PARTNER

SupplierInvoice

by Florian Haase

Hi,

 

just one question: Was there any change on the SupplierInvoice endpoint / Model?

We are using the invoicedata to generate a printout form. And in this we always have used a condition if (documentType == 3), but I don't know exactly from when but about 2 weeks ago something changed and I have to check if (documentType == "Invoice")

We have not changed any code wether in the Model-class or in the part which is generating the form-generator input...

 

Florian

2 REPLIES 2
Yıldırım
VISMA

by Yıldırım (Updated ‎03-12-2021 12:33 by Yıldırım VISMA )

Hello, 

to our knowledge, there hasn't been any change to the "document Type" in the model.
model.jpg 

We'll check this out with the related team to make sure.

Florian Haase
PARTNER

by Florian Haase

I think you are right, but I don't find the change in our integration either. But we deserialize the json and serialize it again before we forward it. Maybe something in the JsonConverter has changed and it handles the enum in a different way...

FLorian