Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "type": "item",
  4.     "data": {
  5.         "item": {
  6.             "Column": {
  7.                 "id": 25,
  8.                 "state": false,
  9.                 "new_patiente_alllowed": true,
  10.                 "existing_patients_allowed": true
  11.             },
  12.             "Provider": {
  13.                 "id": 1,
  14.                 "name": "nm",
  15.                 "sname": "snm"
  16.             },
  17.             "Operatory": {
  18.                 "id": 1,
  19.                 "title": "myOP1"
  20.             },
  21.             "services": [
  22.                 {
  23.                     "Service": {
  24.                         "id": 25,
  25.                         "name": "MY SRV",
  26.                         "description": "wer"
  27.                     }
  28.                 },
  29.                 {
  30.                     "Service": {
  31.                         "id": 26,
  32.                         "name": "srv2",
  33.                         "description": "sdfsdf"
  34.                     }
  35.                 }
  36.             ]
  37.         }
  38.     },
  39.     "error": null
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement