Advertisement
KoctrX

Untitled

Sep 9th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "success": true,
  3.     "data": {
  4.         "id": 40,
  5.         "lastEdited": [],
  6.         "instructorLocation": "",
  7.         "hotelLink": [
  8.             "https://google.com",
  9.             "https://facebook.com"
  10.         ],
  11.         "faq": [
  12.             {
  13.                 "answer": "Test answer on question1",
  14.                 "question": "Test question"
  15.             }
  16.         ],
  17.         "userId": 2,
  18.         "academyId": 2,
  19.         "createdBy": "academy",
  20.         "startAt": "2024-08-11T00:00:00.000Z",
  21.         "endAt": "2024-08-12T00:00:00.000Z",
  22.         "traningStyle": "gi_and_no-gi",
  23.         "maxGymCapacity": 50,
  24.         "specificBelt": "blue_belt",
  25.         "allowUnder18": 1,
  26.         "name": "test 123",
  27.         "teachingStyles": [
  28.             "arm_bar"
  29.         ],
  30.         "summary": "plancamp summary",
  31.         "status": "inactive",
  32.         "priceFrom": null,
  33.         "priceTo": null,
  34.         "user": {
  35.             "id": 2,
  36.             "role": "academy"
  37.         },
  38.         "photos": [
  39.             {
  40.                 "id": 77,
  41.                 "url": "/uploads/plancamp-files/062422ac-375a-4dd6-8307-29c5c1804d0a_1722849401659.jpeg",
  42.                 "isCover": false
  43.             }
  44.         ],
  45.         "videos": [
  46.             {
  47.                 "id": 50,
  48.                 "url": "/uploads/plancamp-files/29078bd8-43e0-4bbe-84ae-73025ac06ed2_1722603627587.mp4"
  49.             },
  50.             {
  51.                 "id": 78,
  52.                 "url": "/uploads/plancamp-files/60c0afa4-b673-409d-8197-94ecd095afd5_1722849401660.mp4"
  53.             }
  54.         ],
  55.         "schedules": [
  56.             [
  57.                 {
  58.                     "id": 121,
  59.                     "name": "Day 1 - Dinner",
  60.                     "date": "2024-08-11T00:00:00.000Z",
  61.                     "start": "08:00:00",
  62.                     "end": "08:00:00"
  63.                 },
  64.                 {
  65.                     "id": 122,
  66.                     "name": "Day 1 - Disco party",
  67.                     "date": "2024-08-11T00:00:00.000Z",
  68.                     "start": "09:00:00",
  69.                     "end": "09:00:00"
  70.                 }
  71.             ],
  72.             [
  73.                 {
  74.                     "id": 123,
  75.                     "name": "Day 2 - Pool party",
  76.                     "date": "2024-08-12T00:00:00.000Z",
  77.                     "start": "08:00:00",
  78.                     "end": "08:00:00"
  79.                 }
  80.             ]
  81.         ],
  82.         "what_included": [
  83.             {
  84.                 "id": 2,
  85.                 "name": "Parties",
  86.                 "description": null,
  87.                 "plancamp_to_includes": {
  88.                     "PlancampId": 40,
  89.                     "WhatIncludeId": 2
  90.                 }
  91.             },
  92.             {
  93.                 "id": 4,
  94.                 "name": "Family Friendly",
  95.                 "description": null,
  96.                 "plancamp_to_includes": {
  97.                     "PlancampId": 40,
  98.                     "WhatIncludeId": 4
  99.                 }
  100.             }
  101.         ]
  102.     }
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement