| GET, POST | /Import/Ausgangsrechnung |
|---|
System.NotSupportedException: Unknown language 'mjs', Supported languages: csharp, typescript, dart, java, kotlin, python, swift, vbnet, fsharp bei ServiceStack.NativeTypes.LangGeneratorExtensions.GenerateSourceCode(MetadataTypes metadataTypes, MetadataTypesConfig typesConfig, String lang, IRequest req, Action`1 configure) bei ServiceStack.NativeTypes.LangGeneratorExtensions.GenerateSourceCode(List`1 metadataTypes, String lang, IRequest req, Action`1 configure) bei ServiceStack.Metadata.BaseMetadataHandler.d__12.MoveNext()
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Import/Ausgangsrechnung HTTP/1.1
Host: ws4.fibudata.net
Accept: application/json
Content-Type: application/json
Content-Length: length
{"Beschreibung":"String","Ausgangsrechnung":[{"datum_de":"String","betrag":0,"liefer_datum_de":"String","ust_id":"String","ust_satz":"String","ust_land_iso":"String","liefer_land_iso":"String","belegnummer":"String","auftragsnummer":"String","zahlart":"String","waehrung_iso":"String","kundennummer":"String","zahlungskondition":"String","belegempfaenger_name":"String","belegempfaenger_anschrift":"String","liefer_name":"String","liefer_anschrift":"String","zahlung_transaction_id":"String","gebuehren":0}],"zeitraum_von_de":"String","zeitraum_bis_de":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ok":false,"fehler":"String"}