gvsandeep

Docon API Call

Jul 26th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.97 KB | None | 0 0
  1. {
  2.   "requestId": 4677389,
  3.   "pincode": 395001,
  4.   "customer": {
  5.     "name": "Mayansh Parchani",
  6.     "email": "",
  7.     "mobile": "9662045906"
  8.   },
  9.   "rx": [
  10.     {
  11.       "doctorName": "Sanjeev Rao",
  12.       "prescriptionDate": "2022-07-25T15:21:49Z",
  13.       "doctorDegree": "MBBS",
  14.       "doctorRegistrationNo": "G-10450",
  15.       "isSubstitutionAllowed": false,
  16.       "isDoctorSignaturePresent": false,
  17.       "patient": {
  18.         "name": "Mayansh Parchani",
  19.         "age": 2011,
  20.         "gender": 1,
  21.         "relationship": "Myself"
  22.       },
  23.       "pdfUrl": {
  24.         "pdfId": "v_doc13659_680455309402080",
  25.         "url": "https://s3.ap-south-1.amazonaws.com/docon.co.in.rxpdfs/v_doc13659_680455309402080.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220726T032745Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=AKIASYNDI74A7BSUERNL%2F20220726%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Signature=fdd76e1c427bccb530481733e681fca88d7a045b6bd315a8b42f2e7b211554ce"
  26.       },
  27.       "medicines": [
  28.         {
  29.           "medicineId": "26e52cf1-0317-4be3-a743-442bde56143c",
  30.           "medicineType": "heathivity",
  31.           "ucode": "031625",
  32.           "name": "Calcirol sachet 60000 IU",
  33.           "manufacturer": "",
  34.           "composition": "",
  35.           "rxType": 0,
  36.           "dosageInfo": {
  37.             "durationValue": 6,
  38.             "durationUnit": "day",
  39.             "morning": 0,
  40.             "afternoon": 0,
  41.             "evening": 0,
  42.             "frequency": "0"
  43.           }
  44.         },
  45.         {
  46.           "medicineId": "b1858967-24d4-42eb-8341-293319179389",
  47.           "medicineType": "heathivity",
  48.           "ucode": "I19580",
  49.           "name": "Muout",
  50.           "manufacturer": "Dr Reddys Labs",
  51.           "composition": "Polyethylene Glycol + Sodium Bicarbonate",
  52.           "rxType": 0,
  53.           "dosageInfo": {
  54.             "durationValue": 0,
  55.             "durationUnit": "day",
  56.             "morning": 0,
  57.             "afternoon": 0,
  58.             "evening": 0,
  59.             "frequency": "0"
  60.           }
  61.         },
  62.         {
  63.           "medicineId": "74462166-3a05-4000-8152-f56cfcea3188",
  64.           "medicineType": "heathivity",
  65.           "ucode": "193358",
  66.           "name": "Smuth",
  67.           "manufacturer": "Aristo Pharmaceuticals Pvt Ltd.",
  68.           "composition": "Lignocaine(3%) + Zinc(5%) + Calcium Dobesilate(0.25%) + Hydrocortisone(0.25%)",
  69.           "rxType": 0,
  70.           "dosageInfo": {
  71.             "durationValue": 0,
  72.             "durationUnit": "day",
  73.             "morning": 0,
  74.             "afternoon": 0,
  75.             "evening": 0,
  76.             "frequency": "0"
  77.           }
  78.         },
  79.         {
  80.           "medicineId": "f66772db-87fd-4770-8e5f-237dcddb95fd",
  81.           "medicineType": "heathivity",
  82.           "ucode": "050180",
  83.           "name": "Cyclopam",
  84.           "manufacturer": "Indoco Remedies Ltd",
  85.           "composition": "Simethicone(40 mg) + Dicyclomine (Dicycloverine)(10 mg)",
  86.           "rxType": 0,
  87.           "dosageInfo": {
  88.             "durationValue": 0,
  89.             "durationUnit": "day",
  90.             "morning": 0,
  91.             "afternoon": 0,
  92.             "evening": 0,
  93.             "frequency": "0"
  94.           }
  95.         }
  96.       ]
  97.     }
  98.   ],
  99.   "cartItems": [
  100.     {
  101.       "name": "Calcirol sachet 60000 IU",
  102.       "medicineType": "heathivity",
  103.       "ucode": "031625",
  104.       "quantity": 1,
  105.       "medicineId": "26e52cf1-0317-4be3-a743-442bde56143c"
  106.     },
  107.     {
  108.       "name": "Muout",
  109.       "medicineType": "heathivity",
  110.       "ucode": "I19580",
  111.       "quantity": 1,
  112.       "medicineId": "b1858967-24d4-42eb-8341-293319179389"
  113.     },
  114.     {
  115.       "name": "Smuth",
  116.       "medicineType": "heathivity",
  117.       "ucode": "193358",
  118.       "quantity": 1,
  119.       "medicineId": "74462166-3a05-4000-8152-f56cfcea3188"
  120.     },
  121.     {
  122.       "name": "Cyclopam",
  123.       "medicineType": "heathivity",
  124.       "ucode": "050180",
  125.       "quantity": 1,
  126.       "medicineId": "f66772db-87fd-4770-8e5f-237dcddb95fd"
  127.     }
  128.   ]
  129. }
Advertisement
Add Comment
Please, Sign In to add comment