Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT job_timesheet('create', '{
  2.            "weekId": 15,
  3.            "jobId": 438,
  4.            "userId": 1603,
  5.            "startDate": "2019-06-10T00:00:00+00:00",
  6.            "endDate": "2019-06-17T00:00:00+00:00",
  7.            "weeklyHours": 0,
  8.            "totalPrice": 0,
  9.            "weekDays": [
  10.                {
  11.                    "day_of_week": "Monday",
  12.                    "working_hours": 0,
  13.                    "description": "",
  14.                    "date": "2019-06-17T00:00:00+00:00"
  15.                },
  16.                {
  17.                    "day_of_week": "Tuesday",
  18.                    "working_hours": 0,
  19.                    "description": "",
  20.                    "date": "2019-06-18T00:00:00+00:00"
  21.                },
  22.                {
  23.                    "day_of_week": "Wednesday",
  24.                    "working_hours": 0,
  25.                    "description": "",
  26.                    "date": "2019-06-19T00:00:00+00:00"
  27.                },
  28.                {
  29.                    "day_of_week": "Thursday",
  30.                    "working_hours": 0,
  31.                    "description": "",
  32.                    "date": "2019-06-20T00:00:00+00:00"
  33.                },
  34.                {
  35.                    "day_of_week": "Friday",
  36.                    "working_hours": 0,
  37.                    "description": "",
  38.                    "date": "2019-06-21T00:00:00+00:00"
  39.                },
  40.                {
  41.                    "day_of_week": "Saturday",
  42.                    "working_hours": 0,
  43.                    "description": "",
  44.                    "date": "2019-06-22T00:00:00+00:00"
  45.                },
  46.                {
  47.                    "day_of_week": "Sunday",
  48.                    "working_hours": 0,
  49.                    "description": "",
  50.                    "date": "2019-06-23T00:00:00+00:00"
  51.                }
  52.            ]
  53.        }'::json);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement