Advertisement
iko1133

Untitled

Aug 20th, 2024
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. {
  2.     "config": {
  3.         "adapter": ["xhr", "http"],
  4.         "baseURL": "https://api.benefits.ge/api/v1.0/",
  5.         "data": "{\"policyId\":537590,\"cityId\":\"18297\",\"scheduleDate\":\"2024-09-02T00:00:00.000Z\",\"doctorVisitTypeId\":1}",
  6.         "env": {
  7.             "Blob": [Function Blob],
  8.             "FormData": [Function FormData]
  9.         },
  10.         "headers": [Object],
  11.         "maxBodyLength": -1,
  12.         "maxContentLength": -1,
  13.         "method": "post",
  14.         "timeout": 0,
  15.         "transformRequest": [
  16.             [Function transformRequest]
  17.         ],
  18.         "transformResponse": [
  19.             [Function transformResponse]
  20.         ],
  21.         "transitional": {
  22.             "clarifyTimeoutError": false,
  23.             "forcedJSONParsing": true,
  24.             "silentJSONParsing": true
  25.         },
  26.         "url": "DoctorAppointment/GetDoctorSchedulesByPolicyId",
  27.         "validateStatus": [Function validateStatus],
  28.         "xsrfCookieName": "XSRF-TOKEN",
  29.         "xsrfHeaderName": "X-XSRF-TOKEN"
  30.     },
  31.     "data": {
  32.         "schedules": []
  33.     },
  34.     "duration": 112,
  35.     "headers": {
  36.         "api-supported-versions": "1.0",
  37.         "content-type": "application/json; charset=utf-8",
  38.         "date": "Tue, 20 Aug 2024 13:49:18 GMT",
  39.         "strict-transport-security": "max-age=2592000",
  40.         "transfer-encoding": "Identity"
  41.     },
  42.     "ok": true,
  43.     "originalError": null,
  44.     "problem": null,
  45.     "status": 200
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement