Tomato scenario payload example

Back to invoice submission scenarios

{
    "pmsSoftwareName": "ACC Test PMS",
    "pmsSoftwareVersion": "1.1",
     "comment": "",
     "contractId": "80",
     "declaration": {
         "declarationDate": "2018-03-02"
     },
     "lines": [
         {
             "claimId": "QQ00018",
             "lineDetails": {
                 "billing": {
                     "billingMethod": "units",
                     "hoursClaimed": "",
                     "minutesClaimed": "",
                     "travelClaimed": "",
                     "unitsClaimed": 1
                 },
                 "purchaseOrderNumber": "",
                 "serviceCodes": [
                     "GP1"
                 ],
                 "serviceDate": "2100-01-01",
                 "invoiceComment": "Test invoice for Tomato submission",
                 "invoiceAmount": 31.53
             },
             "patient": {
                 "dateOfBirth": "1945-03-27",
                 "firstName": "Andrew",
                 "middleName": "",
                 "nhi": "",
                 "surname": "Apple"
             },
             "provider": {
                 "firstName": "ACC",
                 "middleName": "",
                 "providerId": "PPP###",
                 "surname": "TEST PROVIDER",
                 "facilityId": ""
             },
             "accidentDate": "2017-11-20"
         }
     ],
     "vendor": {
         "vendorGST": "000000000",
         "vendorID": "ZZZ###",
         "vendorName": "TEST VENDOR",
         "vendorPhone": ""
     }
 }