Add/Update job_approval and its job_approval_list
Request Information
URI Parameters :
None.
Body Parameters :
job_approval| Name | Description | Type | Additional 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
{
"id": "e59c3685-1cf6-400a-8e41-93fa905c8255",
"jobs_id": "fc6ac7ab-3ff9-4a03-9dbc-178437b5c5e7",
"job_status_id": "9e2a5721-64ec-4167-8a11-14d960cee324",
"is_daily_approval": true,
"contact_id": "bb46eb30-dfc0-46cb-aefb-d855b8acf2e6",
"contact_name": "sample string 6",
"customer_remarks": "sample string 7",
"customer_signature": "QEA=",
"technician_signature": "QEA=",
"date_generated": "2026-03-07T14:54:50.7695229+00:00",
"rating": 9,
"db_file_ids": "sample string 10",
"email_notification_communication_id": "883a47c7-661f-45e2-9607-d34627c6299a",
"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": "25d827ec-442d-400b-8d9f-de722d5f16de",
"db_payment_method_id": "c7942135-9a45-4081-964f-b0aa5b83ee03",
"ready_for_multi_approval": true,
"customer_date_signed": "2026-03-07T14:54:50.7695229+00:00",
"technican_date_signed": "2026-03-07T14:54:50.7695229+00:00",
"sys_selected_items": "sample string 22",
"pdf_template_id": "f4815ee3-3665-46f4-a5c1-af99841cd068",
"company_vat_id": "445e5b1b-2254-4a06-9212-4c1cf48c1379",
"sys_nb_job_approval_list": 25,
"db_language_id": "eb7f19c4-ded3-4881-912f-fc513ce51906",
"modified_dateutc": "2026-03-07T14:54:50.7695229+00:00",
"dateutc_generated": "2026-03-07T14:54:50.7695229+00:00"
}
application/xml, text/xml
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_vat_id>445e5b1b-2254-4a06-9212-4c1cf48c1379</company_vat_id> <contact_id>bb46eb30-dfc0-46cb-aefb-d855b8acf2e6</contact_id> <contact_name>sample string 6</contact_name> <customer_date_signed>2026-03-07T14:54:50.769Z</customer_date_signed> <customer_remarks>sample string 7</customer_remarks> <customer_signature>QEA=</customer_signature> <date_generated>2026-03-07T14:54:50.769Z</date_generated> <dateutc_generated>2026-03-07T14:54:50.769Z</dateutc_generated> <db_file_ids>sample string 10</db_file_ids> <db_language_id>eb7f19c4-ded3-4881-912f-fc513ce51906</db_language_id> <db_payment_method_id>c7942135-9a45-4081-964f-b0aa5b83ee03</db_payment_method_id> <email_notification_communication_id>883a47c7-661f-45e2-9607-d34627c6299a</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>e59c3685-1cf6-400a-8e41-93fa905c8255</id> <is_daily_approval>true</is_daily_approval> <job_status_id>9e2a5721-64ec-4167-8a11-14d960cee324</job_status_id> <jobs_id>fc6ac7ab-3ff9-4a03-9dbc-178437b5c5e7</jobs_id> <modified_dateutc>2026-03-07T14:54:50.769Z</modified_dateutc> <pdf_template_id>f4815ee3-3665-46f4-a5c1-af99841cd068</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-07T14:54:50.769Z</technican_date_signed> <technician_signature>QEA=</technician_signature> <user_id>25d827ec-442d-400b-8d9f-de722d5f16de</user_id> </job_approval>
Response Information
Resource Description :
IHttpActionResult
job_approval| Name | Description | Type | Additional 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
{
"id": "2d71f3b1-d433-43c4-8644-f0059f908b7b",
"jobs_id": "702818b9-7ee8-4836-a678-d809c2800c85",
"job_status_id": "017bbf53-6f9e-4d35-b897-e51b25f4db2a",
"is_daily_approval": true,
"contact_id": "1bcd3a4a-a9b6-4f75-ac2c-9d54f07af1de",
"contact_name": "sample string 6",
"customer_remarks": "sample string 7",
"customer_signature": "QEA=",
"technician_signature": "QEA=",
"date_generated": "2026-03-07T14:54:50.7695229+00:00",
"rating": 9,
"db_file_ids": "sample string 10",
"email_notification_communication_id": "2cb500f4-2aaf-44ea-8d54-8a5dc276f609",
"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": "12714c61-b033-44b5-8fda-d38c9dd6fb2b",
"db_payment_method_id": "10c6032e-e23b-4f54-bea9-a85c9edc1cbf",
"ready_for_multi_approval": true,
"customer_date_signed": "2026-03-07T14:54:50.7695229+00:00",
"technican_date_signed": "2026-03-07T14:54:50.7695229+00:00",
"sys_selected_items": "sample string 22",
"pdf_template_id": "ad163df6-e0a3-4303-be3c-a17a3e33bdd0",
"company_vat_id": "ad2da081-796f-404c-903a-2701f24475db",
"sys_nb_job_approval_list": 25,
"db_language_id": "fb71d398-e1ff-4043-805e-65ac831210d4",
"modified_dateutc": "2026-03-07T14:54:50.7695229+00:00",
"dateutc_generated": "2026-03-07T14:54:50.7695229+00:00"
}
application/xml, text/xml
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_vat_id>ad2da081-796f-404c-903a-2701f24475db</company_vat_id> <contact_id>1bcd3a4a-a9b6-4f75-ac2c-9d54f07af1de</contact_id> <contact_name>sample string 6</contact_name> <customer_date_signed>2026-03-07T14:54:50.769Z</customer_date_signed> <customer_remarks>sample string 7</customer_remarks> <customer_signature>QEA=</customer_signature> <date_generated>2026-03-07T14:54:50.769Z</date_generated> <dateutc_generated>2026-03-07T14:54:50.769Z</dateutc_generated> <db_file_ids>sample string 10</db_file_ids> <db_language_id>fb71d398-e1ff-4043-805e-65ac831210d4</db_language_id> <db_payment_method_id>10c6032e-e23b-4f54-bea9-a85c9edc1cbf</db_payment_method_id> <email_notification_communication_id>2cb500f4-2aaf-44ea-8d54-8a5dc276f609</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>2d71f3b1-d433-43c4-8644-f0059f908b7b</id> <is_daily_approval>true</is_daily_approval> <job_status_id>017bbf53-6f9e-4d35-b897-e51b25f4db2a</job_status_id> <jobs_id>702818b9-7ee8-4836-a678-d809c2800c85</jobs_id> <modified_dateutc>2026-03-07T14:54:50.769Z</modified_dateutc> <pdf_template_id>ad163df6-e0a3-4303-be3c-a17a3e33bdd0</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-07T14:54:50.769Z</technican_date_signed> <technician_signature>QEA=</technician_signature> <user_id>12714c61-b033-44b5-8fda-d38c9dd6fb2b</user_id> </job_approval>