Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...