Advertisement
DavudHaji

brautoprofile branch post json example

Dec 8th, 2022
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.45 KB | Software | 0 0
  1. {
  2.     "id": 2,
  3.     "enable": false,
  4.     "orc_id": 1,
  5.     "low_max_waiting": 5,
  6.     "other_max_waiting": 10,
  7.     "template_id": 4,
  8.     "template_name": "davud1911",
  9.     "group_profiles": [
  10.         {
  11.             "unv_prof_id":1,
  12.             "middle_prof_id":2,
  13.             "other_prof_id":3,
  14.             "fast_prof_id":4,
  15.             "low_prof_id":5
  16.         }
  17.  
  18.     ],
  19.     "queues_with_profile": [],
  20.    
  21.     "allowed_profiles": [1,2,3]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement