Versions Compared

Key

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

...

Sending Invoices to SmartAdvocate (Alternative Interface without RecordID)

https://sa.yourlawyer.com:4430/sasvcdev/sawebserviceSAWebService.svc/receiverRetrieval/RetrievalServiceMedicalRequests/Invoice/

JSON structure:

Code Block
[{
	"CaseNumber": "9000002",
	"Type": "Medical Records",
	"InvoiceNo": "123456P",
	"InvoiceDate": "2020-05-26T00:00:00",
	"Amount": 1235.99,
	"Comments": "test"
}]

...