...
Example payload with minimal information:
Code Block |
---|
{ "idx": 3, "desc": "Just a line without much info", "src": null, "trg": null, "task": null, "code": null, "pretrans": null, "pretransBoundary": 0, "serviceUnit": null, "serviceUnitCount": 0, "serviceUnitAmount": null, "count": null, "countIgnore": true, "reduction": 0.0000, "feeMode": null, "feePercent": null, "amount": 100.0000, "amountBase": 100.0000 } |
An line with a fee
. As you can see, most properties are not populated with fee-lines.
...