Add/update job_planning
Request Information
URI Parameters :
None.
Body Parameters :
job_planning| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| jobs_id |
FK to jobs.id |
globally unique identifier | |
| job_name |
jobs.name |
string | |
| date_from |
Date from |
date | |
| date_to |
Date to |
date | |
| job_status_id |
FK to job_status.id |
globally unique identifier | |
| sys_logical_delete | boolean | ||
| field_accept_date_max_timeout |
Date max time out for field accept |
date | |
| dateutc_in_progress |
Date utc when job is put in progress |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| user_id | globally unique identifier | ||
| travel_to |
travel_to |
integer | |
| travel_back |
travel_back |
integer |
Request Formats :
application/json, text/json
Sample:
{
"id": "1dcc1f8b-274c-4dc0-a5ec-79849a6847b2",
"jobs_id": "de4467d9-9408-471a-9260-19fc26b868c9",
"job_name": "sample string 3",
"date_from": "2026-03-07T13:15:53.089217+00:00",
"date_to": "2026-03-07T13:15:53.089217+00:00",
"job_status_id": "c6c15a62-279c-454b-b5a5-b13fc3de66f4",
"sys_logical_delete": true,
"field_accept_date_max_timeout": "2026-03-07T13:15:53.089217+00:00",
"dateutc_in_progress": "2026-03-07T13:15:53.089217+00:00",
"modified_dateutc": "2026-03-07T13:15:53.089217+00:00",
"user_id": "d55cae1f-d3cd-47d2-b0c0-f692f7124470",
"travel_to": 12,
"travel_back": 13
}
application/xml, text/xml
Sample:
<job_planning xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_from>2026-03-07T13:15:53.089Z</date_from> <date_to>2026-03-07T13:15:53.089Z</date_to> <dateutc_in_progress>2026-03-07T13:15:53.089Z</dateutc_in_progress> <field_accept_date_max_timeout>2026-03-07T13:15:53.089Z</field_accept_date_max_timeout> <id>1dcc1f8b-274c-4dc0-a5ec-79849a6847b2</id> <job_name>sample string 3</job_name> <job_status_id>c6c15a62-279c-454b-b5a5-b13fc3de66f4</job_status_id> <jobs_id>de4467d9-9408-471a-9260-19fc26b868c9</jobs_id> <modified_dateutc>2026-03-07T13:15:53.089Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <travel_back>13</travel_back> <travel_to>12</travel_to> <user_id>d55cae1f-d3cd-47d2-b0c0-f692f7124470</user_id> </job_planning>
Response Information
Resource Description :
job_planning| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| jobs_id |
FK to jobs.id |
globally unique identifier | |
| job_name |
jobs.name |
string | |
| date_from |
Date from |
date | |
| date_to |
Date to |
date | |
| job_status_id |
FK to job_status.id |
globally unique identifier | |
| sys_logical_delete | boolean | ||
| field_accept_date_max_timeout |
Date max time out for field accept |
date | |
| dateutc_in_progress |
Date utc when job is put in progress |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| user_id | globally unique identifier | ||
| travel_to |
travel_to |
integer | |
| travel_back |
travel_back |
integer |
Response Formats
application/json, text/json
Sample:
{
"id": "70f165c2-4540-4fb9-9fee-ffa90e9fe516",
"jobs_id": "fb4c940e-bd4d-448a-aa2b-8ee241f02727",
"job_name": "sample string 3",
"date_from": "2026-03-07T13:15:53.1165571+00:00",
"date_to": "2026-03-07T13:15:53.1165571+00:00",
"job_status_id": "8b32068b-4219-4913-a0dc-10db6943331e",
"sys_logical_delete": true,
"field_accept_date_max_timeout": "2026-03-07T13:15:53.1165571+00:00",
"dateutc_in_progress": "2026-03-07T13:15:53.1165571+00:00",
"modified_dateutc": "2026-03-07T13:15:53.1165571+00:00",
"user_id": "c3b8df79-ea72-4489-94c7-aa7575e1f53f",
"travel_to": 12,
"travel_back": 13
}
application/xml, text/xml
Sample:
<job_planning xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_from>2026-03-07T13:15:53.116Z</date_from> <date_to>2026-03-07T13:15:53.116Z</date_to> <dateutc_in_progress>2026-03-07T13:15:53.116Z</dateutc_in_progress> <field_accept_date_max_timeout>2026-03-07T13:15:53.116Z</field_accept_date_max_timeout> <id>70f165c2-4540-4fb9-9fee-ffa90e9fe516</id> <job_name>sample string 3</job_name> <job_status_id>8b32068b-4219-4913-a0dc-10db6943331e</job_status_id> <jobs_id>fb4c940e-bd4d-448a-aa2b-8ee241f02727</jobs_id> <modified_dateutc>2026-03-07T13:15:53.116Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <travel_back>13</travel_back> <travel_to>12</travel_to> <user_id>c3b8df79-ea72-4489-94c7-aa7575e1f53f</user_id> </job_planning>