bitternut

Untitled

Oct 2nd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.51 KB | None | 0 0
  1. {
  2.   "id": 1,
  3.   "name": "A",
  4.   "tenants":
  5.   [    
  6.     {
  7.       "hall_id": 1,
  8.       "booth_position_index": 1,
  9.       "booth_prefab_index": 2,
  10.       "booth_level": 1,
  11.       "company_name": "PT. Uvwxyz",
  12.       "company_description": "Ini deskripsi dari PT. Uvwxyz",
  13.       "company_profile_file_url": "http://lp3.unej.ac.id/wp-content/uploads/2017/02/Company-Profile-PJB.pdf",
  14.       "company_pamphlet_file_url": "http://lp3.unej.ac.id/wp-content/uploads/2017/02/Company-Profile-PJB.pdf",
  15.       "company_logo_url": "https://scoreboard.rasyidtechnologies.com/storage/images/pjb-logo.png",
  16.       "company_video_url": "https://www.youtube.com/watch?v=kM4uMVBOCEA",
  17.       "company_npc_texture_url": "https://scoreboard.rasyidtechnologies.com/storage/images/pjb-logo.png",
  18.       "company_npc_index": 1,
  19.       "company_npc_clothes_color": "#ffffff",
  20.       "company_npc_pants_color": "#ffffff",
  21.       "booth_color": "#ffffff",
  22.       "email": "tenant1@gmail.com",
  23.       "booth_textures":
  24.       [        
  25.         {
  26.           "tenant_id": 1,
  27.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/texture1.jpg",
  28.           "position_index": 1
  29.         },        
  30.         {
  31.           "tenant_id": 1,
  32.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/texture2.jpg",
  33.           "position_index": 2
  34.         }
  35.       ],
  36.       "company_card_names":
  37.       [        
  38.         {
  39.           "id": 1,
  40.           "tenant_id": 3,
  41.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/pjb-logo.png"
  42.         },        
  43.         {
  44.           "id": 2,
  45.           "tenant_id": 3,
  46.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/pjb-logo.png"
  47.         }
  48.       ],
  49.       "booth_faqs":
  50.       [        
  51.         {
  52.           "id": 1,
  53.           "tenant_id": 3,
  54.           "question": "Ini question",
  55.           "answer": "Ini answer"
  56.         },        
  57.         {
  58.           "id": 2,
  59.           "tenant_id": 3,
  60.           "question": "Ini question2",
  61.           "answer": "Ini answer2"
  62.         }
  63.       ],
  64.       "image_galleries":
  65.       [        
  66.         {
  67.           "id": 1,
  68.           "tenant_id": 3,
  69.           "name": "Deskripsi image",
  70.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/texture1.jpg"
  71.         },        
  72.         {
  73.           "id": 2,
  74.           "tenant_id": 3,
  75.           "name": "Deskripsi image2",
  76.           "url": "https://scoreboard.rasyidtechnologies.com/storage/images/texture2.jpg"
  77.         }
  78.       ]
  79.     }
  80.   ]
  81. }
Add Comment
Please, Sign In to add comment