Følgende JSON-eksempel viser en forretningssituation med et forbrug uden for virksomheden. Betalingsbeløbet er nedsat med 10 % og betales af kunden kontant.
Eksemplet er baseret på den client, der er inkluderet i Fiscal Service Client Sample {c1062c55-57c4-4ed2-9c53-aff1762326a4} (vælg via rullemenuen).
Bemærk:
Følgende eksempel kan være oprettet med en ældre version af Fiscal Client. For at sikre, at dokumentet svarer til den aktuelle dokumentmodel, skal du bruge den opdaterede Fiscal Service Sample Client
i kombination med den nyeste version af Fiscal Service og generere JSON-eksemplet på denne måde!
{
"UniqueClientId": "c1062c55-57c4-4ed2-9c53-aff1762326a4",
"AdditionalFields": {},
"DocumentGuid": "cdcadf77-d05e-4bd2-bf9e-ba0fab460e5e",
"DocumentId": "20210428T0653334173567+0200",
"CreateDate": "2021-04-28T06:53:33.4173567+02:00",
"BookDate": "2021-04-28T06:53:33.4173567+02:00",
"ProcessStartDate": null,
"DocumentNumber": null,
"CancellationDocument": false,
"DocumentReference": null,
"IsTraining": false,
"DocumentType": 0,
"DocumentTypeCaption": null,
"User": {
"Id": "123",
"Caption": "TestUser"
},
"AllocationGroups": null,
"Partner": null,
"FiscalResponse": null,
"FiscalDocumentNumber": 0,
"FiscalDocumentRevision": 0,
"FiscalDocumentStartTime": null,
"Positions": [
{
"ItemCaption": "Wedding bouquet",
"ItemShortCaption": null,
"Discounts": [
{
"DiscountValue": 4.560,
"Caption": "Rabatt",
"DiscountOrder": 0,
"Type": 1,
"TypeValue": 10.0
}
],
"Type": 0,
"UseSubItemVatCalculation": true,
"SubItems": null,
"InHouse": false,
"Quantity": 2.0,
"QuantityUnit": null,
"ItemId": "001180",
"BaseNetValue": 38.32,
"BaseGrossValue": 45.60,
"BaseTaxValue": 7.28,
"GTIN": "8718274490558",
"BusinessTransactionType": 0,
"VatIdentification": 1,
"VatPercent": 19.0,
"NetValue": 34.49,
"GrossValue": 41.040,
"TaxValue": 6.550,
"AccountingIdentifier": null,
"PositionNumber": 0,
"PositionReference": null,
"CancellationPosition": false
}
],
"Payments": [
{
"Amount": 41.040,
"PaymentType": "cash",
"CurrencyIsoCode": "EUR",
"Caption": null,
"UniqueReadablePaymentIdentifier": null,
"ForeignAmount": 0.0,
"ForeignAmountExchangeRate": 0.0
}
]
}
Denne artikel er oversat automatisk.
Kommentarer
0 kommentarer
Log ind for at kommentere.