Add/update job_approval

Request Information

URI Parameters :

None.

Body Parameters :

job_approval
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

jobs_id

Foreign key of jobs

globally unique identifier

Required

job_status_id

Job Status that will be used to alter the jobs (WaitingFurtherAction,Completed)

globally unique identifier
is_daily_approval

Indicate if it's just a daily approval or a complete approval

boolean
contact_id

The contact that confirm the job is done

globally unique identifier
contact_name

The contact name

string
customer_remarks

Additionnal remarks from the customer

string

Max length: 4000

customer_signature

Collection of byte
technician_signature

Collection of byte
date_generated

Local datetime when it has been finished

date
rating

Rating (0,5) the quality of the jobs

integer
db_file_ids

List of file selected (checked) on the job approval

string
email_notification_communication_id

globally unique identifier
email_notification_email_to

Mail to

string
email_notification_email_cc

Mail cc

string
email_notification_email_bcc

Mail bcc

string
email_notification_email_subject

Mail subject

string

Max length: 255

email_notification_email_body

Mail body

string
user_id

globally unique identifier
db_payment_method_id

globally unique identifier
ready_for_multi_approval

Indicate if it's just a daily approval or a complete approval

boolean
customer_date_signed

Date signed of customer

date
technican_date_signed

Date signed of technican

date
sys_selected_items

string
pdf_template_id

globally unique identifier
company_vat_id

globally unique identifier
sys_nb_job_approval_list

integer
db_language_id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
dateutc_generated

UTC datetime when it has been finished

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "d7d22587-d0cf-4c27-a030-2a4d14d76f11",
  "jobs_id": "7be1ec3b-3ce2-41b9-9e0a-20c7689e9182",
  "job_status_id": "38fd5291-e441-416f-850b-0e8c29467657",
  "is_daily_approval": true,
  "contact_id": "8f8a3287-f598-4d23-804f-eb1c826d0b87",
  "contact_name": "sample string 6",
  "customer_remarks": "sample string 7",
  "customer_signature": "QEA=",
  "technician_signature": "QEA=",
  "date_generated": "2026-06-16T22:32:14.352863+00:00",
  "rating": 9,
  "db_file_ids": "sample string 10",
  "email_notification_communication_id": "a6a2c304-8957-4fc4-8d2e-0352f0b892d6",
  "email_notification_email_to": "sample string 12",
  "email_notification_email_cc": "sample string 13",
  "email_notification_email_bcc": "sample string 14",
  "email_notification_email_subject": "sample string 15",
  "email_notification_email_body": "sample string 16",
  "user_id": "9054f5ef-6d02-4067-9c53-03205fd0e7bb",
  "db_payment_method_id": "7d672c65-9331-4398-ab32-e1f8ddb6cc4c",
  "ready_for_multi_approval": true,
  "customer_date_signed": "2026-06-16T22:32:14.352863+00:00",
  "technican_date_signed": "2026-06-16T22:32:14.352863+00:00",
  "sys_selected_items": "sample string 22",
  "pdf_template_id": "3be99906-21a2-459c-8bbc-8dd8d5d9b934",
  "company_vat_id": "f1b191bc-8da1-469a-b4b5-aad66ace0a15",
  "sys_nb_job_approval_list": 25,
  "db_language_id": "646db910-6cf6-4f77-9c1b-7a82f6372b12",
  "modified_dateutc": "2026-06-16T22:32:14.352863+00:00",
  "dateutc_generated": "2026-06-16T22:32:14.352863+00:00"
}

application/xml, text/xml

Sample:
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_vat_id>f1b191bc-8da1-469a-b4b5-aad66ace0a15</company_vat_id>
  <contact_id>8f8a3287-f598-4d23-804f-eb1c826d0b87</contact_id>
  <contact_name>sample string 6</contact_name>
  <customer_date_signed>2026-06-16T22:32:14.352Z</customer_date_signed>
  <customer_remarks>sample string 7</customer_remarks>
  <customer_signature>QEA=</customer_signature>
  <date_generated>2026-06-16T22:32:14.352Z</date_generated>
  <dateutc_generated>2026-06-16T22:32:14.352Z</dateutc_generated>
  <db_file_ids>sample string 10</db_file_ids>
  <db_language_id>646db910-6cf6-4f77-9c1b-7a82f6372b12</db_language_id>
  <db_payment_method_id>7d672c65-9331-4398-ab32-e1f8ddb6cc4c</db_payment_method_id>
  <email_notification_communication_id>a6a2c304-8957-4fc4-8d2e-0352f0b892d6</email_notification_communication_id>
  <email_notification_email_bcc>sample string 14</email_notification_email_bcc>
  <email_notification_email_body>sample string 16</email_notification_email_body>
  <email_notification_email_cc>sample string 13</email_notification_email_cc>
  <email_notification_email_subject>sample string 15</email_notification_email_subject>
  <email_notification_email_to>sample string 12</email_notification_email_to>
  <id>d7d22587-d0cf-4c27-a030-2a4d14d76f11</id>
  <is_daily_approval>true</is_daily_approval>
  <job_status_id>38fd5291-e441-416f-850b-0e8c29467657</job_status_id>
  <jobs_id>7be1ec3b-3ce2-41b9-9e0a-20c7689e9182</jobs_id>
  <modified_dateutc>2026-06-16T22:32:14.352Z</modified_dateutc>
  <pdf_template_id>3be99906-21a2-459c-8bbc-8dd8d5d9b934</pdf_template_id>
  <rating>9</rating>
  <ready_for_multi_approval>true</ready_for_multi_approval>
  <sys_nb_job_approval_list>25</sys_nb_job_approval_list>
  <sys_selected_items>sample string 22</sys_selected_items>
  <technican_date_signed>2026-06-16T22:32:14.352Z</technican_date_signed>
  <technician_signature>QEA=</technician_signature>
  <user_id>9054f5ef-6d02-4067-9c53-03205fd0e7bb</user_id>
</job_approval>

Response Information

Resource Description :

job_approval
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

jobs_id

Foreign key of jobs

globally unique identifier

Required

job_status_id

Job Status that will be used to alter the jobs (WaitingFurtherAction,Completed)

globally unique identifier
is_daily_approval

Indicate if it's just a daily approval or a complete approval

boolean
contact_id

The contact that confirm the job is done

globally unique identifier
contact_name

The contact name

string
customer_remarks

Additionnal remarks from the customer

string

Max length: 4000

customer_signature

Collection of byte
technician_signature

Collection of byte
date_generated

Local datetime when it has been finished

date
rating

Rating (0,5) the quality of the jobs

integer
db_file_ids

List of file selected (checked) on the job approval

string
email_notification_communication_id

globally unique identifier
email_notification_email_to

Mail to

string
email_notification_email_cc

Mail cc

string
email_notification_email_bcc

Mail bcc

string
email_notification_email_subject

Mail subject

string

Max length: 255

email_notification_email_body

Mail body

string
user_id

globally unique identifier
db_payment_method_id

globally unique identifier
ready_for_multi_approval

Indicate if it's just a daily approval or a complete approval

boolean
customer_date_signed

Date signed of customer

date
technican_date_signed

Date signed of technican

date
sys_selected_items

string
pdf_template_id

globally unique identifier
company_vat_id

globally unique identifier
sys_nb_job_approval_list

integer
db_language_id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
dateutc_generated

UTC datetime when it has been finished

date

Response Formats

application/json, text/json

Sample:
{
  "id": "80e89bcb-7ff4-4dcb-9c2d-a21d576218f4",
  "jobs_id": "5fa435c7-90c9-42b5-bb74-cb96ed6a9d01",
  "job_status_id": "202b6c57-0508-481d-858c-b76c616561e9",
  "is_daily_approval": true,
  "contact_id": "c2b3ebcd-2942-4d70-b7f9-ed7b205ab4a6",
  "contact_name": "sample string 6",
  "customer_remarks": "sample string 7",
  "customer_signature": "QEA=",
  "technician_signature": "QEA=",
  "date_generated": "2026-06-16T22:32:14.4131232+00:00",
  "rating": 9,
  "db_file_ids": "sample string 10",
  "email_notification_communication_id": "4bd3ad00-0fc7-4fbf-8660-19e5b59b534f",
  "email_notification_email_to": "sample string 12",
  "email_notification_email_cc": "sample string 13",
  "email_notification_email_bcc": "sample string 14",
  "email_notification_email_subject": "sample string 15",
  "email_notification_email_body": "sample string 16",
  "user_id": "9c7d61ae-1f6a-4a2e-b16c-49786e47eb0d",
  "db_payment_method_id": "dc2301e9-9687-4587-9005-26849dfc103d",
  "ready_for_multi_approval": true,
  "customer_date_signed": "2026-06-16T22:32:14.4131232+00:00",
  "technican_date_signed": "2026-06-16T22:32:14.4131232+00:00",
  "sys_selected_items": "sample string 22",
  "pdf_template_id": "376521de-642c-4509-95db-7b0acd09df17",
  "company_vat_id": "8e916c98-26d5-4909-bb45-1be7392ad746",
  "sys_nb_job_approval_list": 25,
  "db_language_id": "526577f5-0cfd-4a7a-a844-71db62ecffac",
  "modified_dateutc": "2026-06-16T22:32:14.4131232+00:00",
  "dateutc_generated": "2026-06-16T22:32:14.4131232+00:00"
}

application/xml, text/xml

Sample:
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_vat_id>8e916c98-26d5-4909-bb45-1be7392ad746</company_vat_id>
  <contact_id>c2b3ebcd-2942-4d70-b7f9-ed7b205ab4a6</contact_id>
  <contact_name>sample string 6</contact_name>
  <customer_date_signed>2026-06-16T22:32:14.413Z</customer_date_signed>
  <customer_remarks>sample string 7</customer_remarks>
  <customer_signature>QEA=</customer_signature>
  <date_generated>2026-06-16T22:32:14.413Z</date_generated>
  <dateutc_generated>2026-06-16T22:32:14.413Z</dateutc_generated>
  <db_file_ids>sample string 10</db_file_ids>
  <db_language_id>526577f5-0cfd-4a7a-a844-71db62ecffac</db_language_id>
  <db_payment_method_id>dc2301e9-9687-4587-9005-26849dfc103d</db_payment_method_id>
  <email_notification_communication_id>4bd3ad00-0fc7-4fbf-8660-19e5b59b534f</email_notification_communication_id>
  <email_notification_email_bcc>sample string 14</email_notification_email_bcc>
  <email_notification_email_body>sample string 16</email_notification_email_body>
  <email_notification_email_cc>sample string 13</email_notification_email_cc>
  <email_notification_email_subject>sample string 15</email_notification_email_subject>
  <email_notification_email_to>sample string 12</email_notification_email_to>
  <id>80e89bcb-7ff4-4dcb-9c2d-a21d576218f4</id>
  <is_daily_approval>true</is_daily_approval>
  <job_status_id>202b6c57-0508-481d-858c-b76c616561e9</job_status_id>
  <jobs_id>5fa435c7-90c9-42b5-bb74-cb96ed6a9d01</jobs_id>
  <modified_dateutc>2026-06-16T22:32:14.413Z</modified_dateutc>
  <pdf_template_id>376521de-642c-4509-95db-7b0acd09df17</pdf_template_id>
  <rating>9</rating>
  <ready_for_multi_approval>true</ready_for_multi_approval>
  <sys_nb_job_approval_list>25</sys_nb_job_approval_list>
  <sys_selected_items>sample string 22</sys_selected_items>
  <technican_date_signed>2026-06-16T22:32:14.413Z</technican_date_signed>
  <technician_signature>QEA=</technician_signature>
  <user_id>9c7d61ae-1f6a-4a2e-b16c-49786e47eb0d</user_id>
</job_approval>