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": "2f0c5cff-b24a-4bbb-82ef-209ca5b3dfe1",
  "jobs_id": "3fa37b3d-53b7-4ad3-b37f-c3c98168bc87",
  "job_status_id": "227f9920-c532-4b40-a1a4-e3279a46f256",
  "is_daily_approval": true,
  "contact_id": "3113c679-c646-44ed-80fc-3c6cb862fa10",
  "contact_name": "sample string 6",
  "customer_remarks": "sample string 7",
  "customer_signature": "QEA=",
  "technician_signature": "QEA=",
  "date_generated": "2026-03-07T13:16:50.3600559+00:00",
  "rating": 9,
  "db_file_ids": "sample string 10",
  "email_notification_communication_id": "08a898f9-b493-4cf5-840b-8a6736a3e6eb",
  "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": "e3bba9e5-4ba3-4e8b-ba6d-0cc94f3ffed6",
  "db_payment_method_id": "5913ceca-68fa-45c8-812e-15b52717406c",
  "ready_for_multi_approval": true,
  "customer_date_signed": "2026-03-07T13:16:50.3600559+00:00",
  "technican_date_signed": "2026-03-07T13:16:50.3600559+00:00",
  "sys_selected_items": "sample string 22",
  "pdf_template_id": "6b5260c8-9a56-4672-96d2-1454daac60e4",
  "company_vat_id": "981411cb-f373-4426-be9f-02867139fa21",
  "sys_nb_job_approval_list": 25,
  "db_language_id": "1f0279cf-28cc-48b5-8acc-0077b56a56bd",
  "modified_dateutc": "2026-03-07T13:16:50.3600559+00:00",
  "dateutc_generated": "2026-03-07T13:16:50.3600559+00:00"
}

application/xml, text/xml

Sample:
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_vat_id>981411cb-f373-4426-be9f-02867139fa21</company_vat_id>
  <contact_id>3113c679-c646-44ed-80fc-3c6cb862fa10</contact_id>
  <contact_name>sample string 6</contact_name>
  <customer_date_signed>2026-03-07T13:16:50.360Z</customer_date_signed>
  <customer_remarks>sample string 7</customer_remarks>
  <customer_signature>QEA=</customer_signature>
  <date_generated>2026-03-07T13:16:50.360Z</date_generated>
  <dateutc_generated>2026-03-07T13:16:50.360Z</dateutc_generated>
  <db_file_ids>sample string 10</db_file_ids>
  <db_language_id>1f0279cf-28cc-48b5-8acc-0077b56a56bd</db_language_id>
  <db_payment_method_id>5913ceca-68fa-45c8-812e-15b52717406c</db_payment_method_id>
  <email_notification_communication_id>08a898f9-b493-4cf5-840b-8a6736a3e6eb</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>2f0c5cff-b24a-4bbb-82ef-209ca5b3dfe1</id>
  <is_daily_approval>true</is_daily_approval>
  <job_status_id>227f9920-c532-4b40-a1a4-e3279a46f256</job_status_id>
  <jobs_id>3fa37b3d-53b7-4ad3-b37f-c3c98168bc87</jobs_id>
  <modified_dateutc>2026-03-07T13:16:50.360Z</modified_dateutc>
  <pdf_template_id>6b5260c8-9a56-4672-96d2-1454daac60e4</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-03-07T13:16:50.360Z</technican_date_signed>
  <technician_signature>QEA=</technician_signature>
  <user_id>e3bba9e5-4ba3-4e8b-ba6d-0cc94f3ffed6</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": "e716255d-e0e8-42bf-85a5-5622e1a2c617",
  "jobs_id": "23120804-58da-4d70-bd71-83295140e78a",
  "job_status_id": "f7dde2bd-ccf4-4d01-92c6-729e772482bd",
  "is_daily_approval": true,
  "contact_id": "d564f7c3-3314-49d3-93f6-8ea48ff6cb42",
  "contact_name": "sample string 6",
  "customer_remarks": "sample string 7",
  "customer_signature": "QEA=",
  "technician_signature": "QEA=",
  "date_generated": "2026-03-07T13:16:50.4081637+00:00",
  "rating": 9,
  "db_file_ids": "sample string 10",
  "email_notification_communication_id": "42e849be-42fa-4fd7-b13d-34b59a743f07",
  "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": "a8925ca3-fdd9-40a5-a464-a925a9d2372f",
  "db_payment_method_id": "619d5a8e-a787-47b6-b08c-0ed6eb3b9962",
  "ready_for_multi_approval": true,
  "customer_date_signed": "2026-03-07T13:16:50.4081637+00:00",
  "technican_date_signed": "2026-03-07T13:16:50.4081637+00:00",
  "sys_selected_items": "sample string 22",
  "pdf_template_id": "97560268-e9a3-4339-b550-d47fbf203957",
  "company_vat_id": "f80e2ae2-9e23-4f99-aed8-e5a4879670a2",
  "sys_nb_job_approval_list": 25,
  "db_language_id": "7619a33d-85ea-48bf-913b-dca5667479e1",
  "modified_dateutc": "2026-03-07T13:16:50.4081637+00:00",
  "dateutc_generated": "2026-03-07T13:16:50.4081637+00:00"
}

application/xml, text/xml

Sample:
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_vat_id>f80e2ae2-9e23-4f99-aed8-e5a4879670a2</company_vat_id>
  <contact_id>d564f7c3-3314-49d3-93f6-8ea48ff6cb42</contact_id>
  <contact_name>sample string 6</contact_name>
  <customer_date_signed>2026-03-07T13:16:50.408Z</customer_date_signed>
  <customer_remarks>sample string 7</customer_remarks>
  <customer_signature>QEA=</customer_signature>
  <date_generated>2026-03-07T13:16:50.408Z</date_generated>
  <dateutc_generated>2026-03-07T13:16:50.408Z</dateutc_generated>
  <db_file_ids>sample string 10</db_file_ids>
  <db_language_id>7619a33d-85ea-48bf-913b-dca5667479e1</db_language_id>
  <db_payment_method_id>619d5a8e-a787-47b6-b08c-0ed6eb3b9962</db_payment_method_id>
  <email_notification_communication_id>42e849be-42fa-4fd7-b13d-34b59a743f07</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>e716255d-e0e8-42bf-85a5-5622e1a2c617</id>
  <is_daily_approval>true</is_daily_approval>
  <job_status_id>f7dde2bd-ccf4-4d01-92c6-729e772482bd</job_status_id>
  <jobs_id>23120804-58da-4d70-bd71-83295140e78a</jobs_id>
  <modified_dateutc>2026-03-07T13:16:50.408Z</modified_dateutc>
  <pdf_template_id>97560268-e9a3-4339-b550-d47fbf203957</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-03-07T13:16:50.408Z</technican_date_signed>
  <technician_signature>QEA=</technician_signature>
  <user_id>a8925ca3-fdd9-40a5-a464-a925a9d2372f</user_id>
</job_approval>