We support the following JSON messages:

  1. Patient
    Add api/Patient/SendCust/ to the URL and POST a valid JSON object.
  2. Prescription
    Add api/Prescription/SendRx/ to the URL and POST a valid JSON object.
  3. Sales
    Add api/Sales/Last/ to the URL and POST a valid JSON object.

We support the following XML messages:

  1. Patient
    Add api/Patient/Patient/ to the URL and POST a valid message.
  2. Prescription
    Add api/Prescription/Rx/ to the URL and POST a valid message.
  3. Sales
    Add api/Sales/sale to the URL and POST a valid message.