Advertisement
Vanciel

/groupChannels [new]

Feb 21st, 2024
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.00 KB | None | 0 0
  1.  {
  2.     "status": true,
  3.     "code": "200",
  4.     "message": "OK",
  5.     "data": [
  6.         {
  7.             "_id": 2,
  8.             "group_id": 3,
  9.             "channel_id": 2,
  10.             "code": "GC02",
  11.             "waiting_time_unit": "i",
  12.             "waiting_time_value": 10,
  13.             "time_start": "2021-12-20 00:00:00",
  14.             "time_end": "2025-12-31 23:59:00",
  15.             "sort": 31,
  16.             "is_active_on_web": true,
  17.             "is_active_on_mob": true,
  18.             "created_by": "system",
  19.             "created_on": "2021-02-22 05:28:13",
  20.             "updated_by": "",
  21.             "updated_on": "",
  22.             "deleted_by": "",
  23.             "deleted_on": "",
  24.             "channel": {
  25.                 "_id": 2,
  26.                 "provider_id": 2,
  27.                 "type_id": 1,
  28.                 "code": "",
  29.                 "name_id": "Sinarmas",
  30.                 "name_en": "Sinarmas",
  31.                 "description_id": "Rekening virtual untuk memudahkan identifikasi proses pembayaran yang diberikan oleh nasabah Bank Sinarmas",
  32.                 "description_en": "Virtual account to facilitate identification of payment processes provided by Sinarmas Bank customers",
  33.                 "clause_id": "",
  34.                 "clause_en": "",
  35.                 "notes_id": "",
  36.                 "notes_en": "",
  37.                 "image_url": "https://res.cloudinary.com/kbru/image/upload/v1640276705/jagain/assets/payment_channel/sinarmas_100_swulnr.png",
  38.                 "http_request": "",
  39.                 "max_total_bill_amount": "0",
  40.                 "max_total_bill_amount_accepted": true,
  41.                 "max_total_bill_amount_message": "",
  42.                 "created_by": "system",
  43.                 "created_on": "2021-02-18 05:20:05",
  44.                 "updated_by": "",
  45.                 "updated_on": "",
  46.                 "deleted_by": "",
  47.                 "deleted_on": ""
  48.             }
  49.         }
  50.     ],
  51.     "page": 1,
  52.     "per_page": 100,
  53.     "total_page": 1,
  54.     "total": 4,
  55.     "new_token": ""
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement