Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. requirejs(['WS.Data/Source/SbisService'], function(blo){
  2.             new blo({
  3.                 endpoint: {
  4.                     contract: 'CallInformer',
  5.                     address: '/service/?x_version=3.18.710-509'
  6.                 }
  7.             }).call(
  8.             'AgentsCall',
  9.             {
  10.     "Фильтр": {
  11.         "d": [
  12.             "period",
  13.             "2018-12-11 00:00:00+05",
  14.             "2018-12-11 23:59:59.999+05",
  15.             [],
  16.             false
  17.         ],
  18.         "s": [
  19.             {
  20.                 "n": "by_date",
  21.                 "t": "Строка"
  22.             },
  23.             {
  24.                 "n": "datetime_begin",
  25.                 "t": "Строка"
  26.             },
  27.             {
  28.                 "n": "datetime_end",
  29.                 "t": "Строка"
  30.             },
  31.             {
  32.                 "n": "departments",
  33.                 "t": {
  34.                     "n": "Массив",
  35.                     "t": "Строка"
  36.                 }
  37.             },
  38.             {
  39.                 "n": "is_inner",
  40.                 "t": "Логическое"
  41.             }
  42.         ],
  43.         "_type": "record"
  44.     },
  45.     "Сортировка": null,
  46.     "Навигация": {
  47.         "d": [
  48.             true,
  49.             20,
  50.             0
  51.         ],
  52.         "s": [
  53.             {
  54.                 "n": "ЕстьЕще",
  55.                 "t": "Логическое"
  56.             },
  57.             {
  58.                 "n": "РазмерСтраницы",
  59.                 "t": "Число целое"
  60.             },
  61.             {
  62.                 "n": "Страница",
  63.                 "t": "Число целое"
  64.             }
  65.         ],
  66.         "_type": "record"
  67.     },
  68.     "ДопПоля": []
  69. })
  70.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement