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
Versucht man, über die API eine Abschlagsrechnung auszulesen, kommt es zum Fehler.
HttpStatusCode 400 (BadRequest)
'Error calling V1SalesDocumentsGet: {"HsErrorId":"0x1cba","Message":"The input data is not correct (InvalidData).","MessageDetail":"invalid function call\r\nvoid __thiscall PositionToPropertyBagConverter::visit(const class Abschlag_Pos &)\r\nclass CxeInvalidCall\r\n"}'
Das geschieht sowohl beim Listen-Abruf mit "expand=all" per GET /v1/sales-documents?expand=all als auch beim Abruf eines Belegs per GET /v1/sales-documents/
Abhilfe:
Filterung auf DocumentType, so dass die Abschlagsrechnungen nicht in der Ergebnisliste sind.
Besser wäre sogar, dass es ein eigenes Model für Abschlagsrechnungspositionen gibt (bzw. eine Erweiterung des SalesDocuments).
The text was updated successfully, but these errors were encountered:
Versucht man, über die API eine Abschlagsrechnung auszulesen, kommt es zum Fehler.
HttpStatusCode 400 (BadRequest)
'Error calling V1SalesDocumentsGet: {"HsErrorId":"0x1cba","Message":"The input data is not correct (InvalidData).","MessageDetail":"invalid function call\r\nvoid __thiscall PositionToPropertyBagConverter::visit(const class Abschlag_Pos &)\r\nclass CxeInvalidCall\r\n"}'
Das geschieht sowohl beim Listen-Abruf mit "expand=all" per GET /v1/sales-documents?expand=all als auch beim Abruf eines Belegs per GET /v1/sales-documents/
Abhilfe:
Filterung auf DocumentType, so dass die Abschlagsrechnungen nicht in der Ergebnisliste sind.
Besser wäre sogar, dass es ein eigenes Model für Abschlagsrechnungspositionen gibt (bzw. eine Erweiterung des SalesDocuments).
The text was updated successfully, but these errors were encountered: