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": "34a79bc3-987e-4674-be73-85e063ea238d",
"jobs_id": "588950de-dc1b-48fd-9018-ad80d1e58b0e",
"job_status_id": "c027c9e5-d488-498b-85a5-c20fdcf69e5d",
"is_daily_approval": true,
"contact_id": "d53c8e55-74a6-4b8e-a920-8a5be7ebfc9f",
"contact_name": "sample string 6",
"customer_remarks": "sample string 7",
"customer_signature": "QEA=",
"technician_signature": "QEA=",
"date_generated": "2026-06-16T22:35:46.9580821+00:00",
"rating": 9,
"db_file_ids": "sample string 10",
"email_notification_communication_id": "304d0f1e-69b3-4406-bd77-0d8463d11ef2",
"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": "e9bb63b5-8435-4041-bc86-9196e62bef43",
"db_payment_method_id": "dfb0ab33-7c14-4df9-a9f1-18d26512c586",
"ready_for_multi_approval": true,
"customer_date_signed": "2026-06-16T22:35:46.9580821+00:00",
"technican_date_signed": "2026-06-16T22:35:46.9580821+00:00",
"sys_selected_items": "sample string 22",
"pdf_template_id": "978f7628-72ce-4838-b301-bf508f9dc7f1",
"company_vat_id": "3c188a45-9a82-4cdd-8d78-fcb58c17fd45",
"sys_nb_job_approval_list": 25,
"db_language_id": "3cdd99b6-736c-4478-b02d-1a37556e9d5b",
"modified_dateutc": "2026-06-16T22:35:46.9580821+00:00",
"dateutc_generated": "2026-06-16T22:35:46.9580821+00:00"
}
application/xml, text/xml
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_vat_id>3c188a45-9a82-4cdd-8d78-fcb58c17fd45</company_vat_id> <contact_id>d53c8e55-74a6-4b8e-a920-8a5be7ebfc9f</contact_id> <contact_name>sample string 6</contact_name> <customer_date_signed>2026-06-16T22:35:46.958Z</customer_date_signed> <customer_remarks>sample string 7</customer_remarks> <customer_signature>QEA=</customer_signature> <date_generated>2026-06-16T22:35:46.958Z</date_generated> <dateutc_generated>2026-06-16T22:35:46.958Z</dateutc_generated> <db_file_ids>sample string 10</db_file_ids> <db_language_id>3cdd99b6-736c-4478-b02d-1a37556e9d5b</db_language_id> <db_payment_method_id>dfb0ab33-7c14-4df9-a9f1-18d26512c586</db_payment_method_id> <email_notification_communication_id>304d0f1e-69b3-4406-bd77-0d8463d11ef2</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>34a79bc3-987e-4674-be73-85e063ea238d</id> <is_daily_approval>true</is_daily_approval> <job_status_id>c027c9e5-d488-498b-85a5-c20fdcf69e5d</job_status_id> <jobs_id>588950de-dc1b-48fd-9018-ad80d1e58b0e</jobs_id> <modified_dateutc>2026-06-16T22:35:46.958Z</modified_dateutc> <pdf_template_id>978f7628-72ce-4838-b301-bf508f9dc7f1</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:35:46.958Z</technican_date_signed> <technician_signature>QEA=</technician_signature> <user_id>e9bb63b5-8435-4041-bc86-9196e62bef43</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": "aa0e6483-cf53-4009-beda-c22db297917b",
"jobs_id": "e2373303-1c19-402d-80e4-d23602f92f49",
"job_status_id": "2f8058d9-d075-43e9-b1ea-f30669d63e89",
"is_daily_approval": true,
"contact_id": "427680eb-e8f3-4ebb-90f7-f156032f9f19",
"contact_name": "sample string 6",
"customer_remarks": "sample string 7",
"customer_signature": "QEA=",
"technician_signature": "QEA=",
"date_generated": "2026-06-16T22:35:46.9695747+00:00",
"rating": 9,
"db_file_ids": "sample string 10",
"email_notification_communication_id": "ccb18108-69d2-4ff0-aabb-e6b20682d947",
"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": "e101bc2a-a6a8-4be8-9949-fc5da53cba13",
"db_payment_method_id": "49cf575d-edff-497e-a093-8d951fc3399e",
"ready_for_multi_approval": true,
"customer_date_signed": "2026-06-16T22:35:46.9695747+00:00",
"technican_date_signed": "2026-06-16T22:35:46.9695747+00:00",
"sys_selected_items": "sample string 22",
"pdf_template_id": "59ce6dda-5902-4724-aa94-d2e313a42df7",
"company_vat_id": "8ecf84af-3adc-4575-8f00-bea49afe39fa",
"sys_nb_job_approval_list": 25,
"db_language_id": "3e9abab9-3d57-42d2-8704-9139d34375e9",
"modified_dateutc": "2026-06-16T22:35:46.9695747+00:00",
"dateutc_generated": "2026-06-16T22:35:46.9695747+00:00"
}
application/xml, text/xml
<job_approval xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_vat_id>8ecf84af-3adc-4575-8f00-bea49afe39fa</company_vat_id> <contact_id>427680eb-e8f3-4ebb-90f7-f156032f9f19</contact_id> <contact_name>sample string 6</contact_name> <customer_date_signed>2026-06-16T22:35:46.969Z</customer_date_signed> <customer_remarks>sample string 7</customer_remarks> <customer_signature>QEA=</customer_signature> <date_generated>2026-06-16T22:35:46.969Z</date_generated> <dateutc_generated>2026-06-16T22:35:46.969Z</dateutc_generated> <db_file_ids>sample string 10</db_file_ids> <db_language_id>3e9abab9-3d57-42d2-8704-9139d34375e9</db_language_id> <db_payment_method_id>49cf575d-edff-497e-a093-8d951fc3399e</db_payment_method_id> <email_notification_communication_id>ccb18108-69d2-4ff0-aabb-e6b20682d947</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>aa0e6483-cf53-4009-beda-c22db297917b</id> <is_daily_approval>true</is_daily_approval> <job_status_id>2f8058d9-d075-43e9-b1ea-f30669d63e89</job_status_id> <jobs_id>e2373303-1c19-402d-80e4-d23602f92f49</jobs_id> <modified_dateutc>2026-06-16T22:35:46.969Z</modified_dateutc> <pdf_template_id>59ce6dda-5902-4724-aa94-d2e313a42df7</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:35:46.969Z</technican_date_signed> <technician_signature>QEA=</technician_signature> <user_id>e101bc2a-a6a8-4be8-9949-fc5da53cba13</user_id> </job_approval>