Advertisement
Gustone

sample_object

May 27th, 2022
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.     "defaultObj": {
  3.         "appointment_consultation": "Appointment Consultation",
  4.         "price": "4000",
  5.         "quantity": 1,
  6.         "amount": "4000"
  7.     },
  8.     "dynamicObj": {
  9.         "first_row": {
  10.             "description": "Registration",
  11.             "price": "500",
  12.             "quantity": "1",
  13.             "amount": "500"
  14.         },
  15.         "second_row": {
  16.             "description": "Serving Fees",
  17.             "price": "400",
  18.             "quantity": "2",
  19.             "amount": "800"
  20.         }
  21.     },
  22.     "billTo": {
  23.         "insurance_company": "APA",
  24.         "scheme": "Individual",
  25.         "reference_number": "FR456666",
  26.         "insurance_number": "Re334/54/663",
  27.         "insurance_exp_date": "2023-05-28",
  28.         "patient_name": "Guitsone  Alu"
  29.     },
  30.     "dataToSend": {
  31.         "receptionist_id": "f0aa2530-7bd3-4222-bf0b-91f888ebdcee",
  32.         "appointment_id": "6b1e7640-e387-4e20-8b83-1fbc6f72d0b8",
  33.         "payment_type": "insurance",
  34.         "amount": "4000"
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement