Retrieves the work order with the specified key.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The work order id. |
globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult containing the work order, or 404 Not Found if it doesn't exist.
jobs| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| project_id |
Foreign key of project for this job |
globally unique identifier |
Optionally required : project_id, project_reference_back_office or project must be provided |
| job_priority_id |
Foreign key of job_priority for this job |
globally unique identifier | |
| job_type_id |
Foreign key of job type for this job |
globally unique identifier |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_status_id |
Foreign key of job status for this job |
globally unique identifier |
Optionally required : job_status_id or job_status_code must be provided |
| reference_back_office |
The Id/Ref of the back office for this job. Used by Embedded entity |
string |
Max length: 50 |
| name |
Name of the Job |
string |
Required Max length: 255 |
| description |
Description of the job |
string |
Max length: 4000 |
| internal_memo |
Internal field for communication between BackOffice/Planners/Technicians |
string |
Max length: 4000 |
| prejob_information |
Information usefull for the technician before start (Call the customer,...) |
string |
Max length: 4000 |
| id2 |
Internal ID (numeric). Will be used if reference_back_office is empty |
integer | |
| db_address_id |
Foreign key of the db_address (service location) where the job takes place. |
globally unique identifier | |
| db_address_name |
Name/label of the service address (denormalized copy of the address record). |
string |
Max length: 100 |
| db_address_street |
Street of the service address (denormalized copy of the address record). |
string |
Max length: 50 |
| db_address_street2 |
Bus |
string |
Max length: 100 |
| db_address_street_number |
Street/house number of the service address (denormalized copy of the address record). |
string |
Max length: 50 |
| db_address_db_country_id |
Foreign key of the country of the service address. |
globally unique identifier | |
| db_address_city |
City of the service address (denormalized copy of the address record). |
string |
Max length: 50 |
| db_address_zip |
Zip/postal code of the service address (denormalized copy of the address record). |
string |
Max length: 50 |
| db_address_phone |
Phone number at the service address (denormalized copy of the address record). |
string |
Max length: 50 |
| db_address_email |
Email address at the service address (denormalized copy of the address record). |
string |
Max length: 250 |
| dateutc_max_sla_hands_on_machine |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| dateutc_max_sla_resolution |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| dateutc_create |
Needed to know what is my actual percentage of time used |
date | |
| hands_on_machine_time |
Actual time spent by the technician with hands on the machine/equipment, in minutes. |
integer | |
| estimated_time |
Estimated total duration of the job, in minutes. |
integer | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| total_time_planned |
Total planned duration across all slots for this job, in minutes. |
integer | |
| customer_reference |
Customer's own reference/identifier for this job, truncated to 50 characters on assignment. |
string |
Max length: 50 |
| requested_by_company_id |
Foreign key of the company that requested this job. |
globally unique identifier | |
| requested_by_company_name |
Name of the requesting company (denormalized copy of the company record). |
string | |
| requested_by_company_street |
Street of the requesting company's address (denormalized copy of the company record). |
string | |
| requested_by_company_street2 |
Bus/second address line of the requesting company's address (denormalized copy of the company record). |
string | |
| requested_by_company_street_number |
Street/house number of the requesting company's address (denormalized copy of the company record). |
string | |
| requested_by_company_zip |
Zip/postal code of the requesting company's address (denormalized copy of the company record). |
string | |
| requested_by_company_city |
City of the requesting company's address (denormalized copy of the company record). |
string | |
| requested_by_company_phone |
Phone number of the requesting company (denormalized copy of the company record). |
string | |
| requested_by_company_email |
Email address of the requesting company (denormalized copy of the company record). |
string | |
| requested_by_company_country_id |
Foreign key of the country of the requesting company's address. |
globally unique identifier | |
| requested_by_contact_id |
Foreign key of the contact that requested this job. |
globally unique identifier | |
| requested_by_contact_firstname |
First name of the requesting contact (denormalized copy of the contact record). |
string | |
| requested_by_contact_lastname |
Last name of the requesting contact (denormalized copy of the contact record). |
string | |
| requested_by_contact_phone |
Phone number of the requesting contact (denormalized copy of the contact record). |
string | |
| requested_by_contact_mobile |
Mobile phone number of the requesting contact (denormalized copy of the contact record). |
string | |
| requested_by_contact_email |
Email address of the requesting contact (denormalized copy of the contact record). |
string | |
| approval_responsible_user_id |
Foreign key of the user responsible for approving this job. |
globally unique identifier | |
| contact_id |
Foreign key of the primary contact for this job (e.g. on-site contact). |
globally unique identifier | |
| company_id |
Foreign key of the company the job is performed for (customer). |
globally unique identifier | |
| company_code |
Back-office code of the company (denormalized copy of the company record). |
string |
Max length: 50 |
| company_name |
Name of the company (denormalized copy of the company record). |
string |
Max length: 255 |
| date_closed |
Local date and time the job was closed. |
date | |
| dateutc_closed |
Readonly system field: UTC date and time the job was closed. |
date | |
| source_db_table_id |
Identifier of the source database table this job was generated from, when created via integration/automation. |
globally unique identifier | |
| source_id_in_table |
Primary key of the source record (in the table identified by ) this job was generated from. |
globally unique identifier | |
| suggested_date_start |
The suggested date+time when creating a wo |
date | |
| agreed_time |
Time, in minute, agreed with the customer |
integer | |
| bill_to_party |
Used to know which party is the bill to. cf task.bill_to_party |
string |
Max length: 255 |
| db_address_latitude_decimal |
needed to have an optimized MyWoList , tab Route |
decimal number | |
| db_address_longitude_decimal |
needed to have an optimized MyWoList , tab Route |
decimal number | |
| estimated_quantity_remark |
Free-text remark explaining/qualifying the estimated quantities recorded on this job's lines. |
string |
Max length: 4000 |
| date_update |
Local date and time of the last update to this job. |
date | |
| _parent_id |
Foreign key in case of grouped WorkOrder |
globally unique identifier | |
| root_parent_id |
Foreign key of the top-most ancestor job in a grouped Work Order hierarchy (see ). |
globally unique identifier | |
| has_child |
Indicates whether this job has one or more child jobs grouped under it. |
boolean | |
| service_model_id |
Service model id |
globally unique identifier | |
| wo_service_type |
For short/detailed service on group wo |
string | |
| suggested_user_id |
Foreign key of the user suggested (e.g. by planning/dispatch logic) to perform this job. |
globally unique identifier | |
| created_by_user_id |
Foreign key of the user who created this job. |
globally unique identifier | |
| next_job_planning_id |
Foreign key of the next planned slot for this job. |
globally unique identifier | |
| dateutc_max_sla_contact |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| date_reported_by_company |
Local date and time the job was reported by the requesting company. |
date | |
| dateutc_in_progress |
Readonly system field: UTC date and time the job was put in progress. |
date | |
| updated_by_user_id |
Foreign key of the user who last updated this job. |
globally unique identifier | |
| earliest_date_plannable |
Earliest date for planning |
date | |
| due_date |
Due date for planning |
date | |
| sys_wi_generation_in_progress |
flag for checking WIs are generating or not |
boolean | |
| dateutc_reopened |
The last reopened job date |
date | |
| bill_to_company_id |
Foreign key of the company that should be billed for this job, when different from (see ). |
globally unique identifier | |
| udf1 |
Custom user-defined text field #1. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf2 |
Custom user-defined text field #2. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf3 |
Custom user-defined text field #3. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf4 |
Custom user-defined text field #4. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf5 |
Custom user-defined text field #5. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf6 |
Custom user-defined text field #6. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf7 |
Custom user-defined text field #7. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf8 |
Custom user-defined text field #8. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf9 |
Custom user-defined text field #9. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf10 |
Custom user-defined text field #10. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf11 |
Custom user-defined text field #11. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf12 |
Custom user-defined text field #12. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf13 |
Custom user-defined text field #13. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf14 |
Custom user-defined text field #14. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf15 |
Custom user-defined text field #15. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf16 |
Custom user-defined text field #16. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf17 |
Custom user-defined text field #17. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf18 |
Custom user-defined text field #18. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf19 |
Custom user-defined text field #19. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf20 |
Custom user-defined text field #20. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf21 |
Custom user-defined text field #21. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf22 |
Custom user-defined text field #22. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf23 |
Custom user-defined text field #23. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf24 |
Custom user-defined text field #24. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf25 |
Custom user-defined text field #25. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf26 |
Custom user-defined text field #26. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf27 |
Custom user-defined text field #27. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf28 |
Custom user-defined text field #28. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf29 |
Custom user-defined text field #29. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf30 |
Custom user-defined text field #30. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf31 |
Custom user-defined text field #31. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf32 |
Custom user-defined text field #32. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf33 |
Custom user-defined text field #33. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf34 |
Custom user-defined text field #34. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf35 |
Custom user-defined text field #35. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf36 |
Custom user-defined text field #36. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf37 |
Custom user-defined text field #37. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf38 |
Custom user-defined text field #38. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf39 |
Custom user-defined text field #39. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf40 |
Custom user-defined text field #40. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf41 |
Custom user-defined text field #41. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf42 |
Custom user-defined text field #42. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf43 |
Custom user-defined text field #43. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf44 |
Custom user-defined text field #44. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf45 |
Custom user-defined text field #45. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf46 |
Custom user-defined text field #46. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf47 |
Custom user-defined text field #47. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf48 |
Custom user-defined text field #48. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf49 |
Custom user-defined text field #49. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf50 |
Custom user-defined text field #50. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf51 |
Custom user-defined text field #51. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf52 |
Custom user-defined text field #52. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf53 |
Custom user-defined text field #53. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf54 |
Custom user-defined text field #54. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf55 |
Custom user-defined text field #55. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf56 |
Custom user-defined text field #56. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf57 |
Custom user-defined text field #57. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf58 |
Custom user-defined text field #58. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf59 |
Custom user-defined text field #59. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf60 |
Custom user-defined text field #60. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf61 |
Custom user-defined text field #61. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf62 |
Custom user-defined text field #62. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf63 |
Custom user-defined text field #63. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf64 |
Custom user-defined text field #64. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf65 |
Custom user-defined text field #65. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf66 |
Custom user-defined text field #66. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf67 |
Custom user-defined text field #67. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf68 |
Custom user-defined text field #68. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf69 |
Custom user-defined text field #69. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf70 |
Custom user-defined text field #70. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf71 |
Custom user-defined text field #71. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf72 |
Custom user-defined text field #72. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf73 |
Custom user-defined text field #73. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf74 |
Custom user-defined text field #74. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf75 |
Custom user-defined text field #75. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf76 |
Custom user-defined text field #76. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf77 |
Custom user-defined text field #77. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf78 |
Custom user-defined text field #78. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf79 |
Custom user-defined text field #79. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf80 |
Custom user-defined text field #80. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf81 |
Custom user-defined text field #81. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf82 |
Custom user-defined text field #82. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf83 |
Custom user-defined text field #83. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf84 |
Custom user-defined text field #84. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf85 |
Custom user-defined text field #85. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf86 |
Custom user-defined text field #86. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf87 |
Custom user-defined text field #87. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf88 |
Custom user-defined text field #88. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf89 |
Custom user-defined text field #89. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf90 |
Custom user-defined text field #90. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf91 |
Custom user-defined text field #91. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf92 |
Custom user-defined text field #92. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf93 |
Custom user-defined text field #93. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf94 |
Custom user-defined text field #94. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf95 |
Custom user-defined text field #95. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf96 |
Custom user-defined text field #96. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf97 |
Custom user-defined text field #97. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf98 |
Custom user-defined text field #98. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf99 |
Custom user-defined text field #99. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
| udf100 |
Custom user-defined text field #100. Meaning and usage are configured per implementation/organization and are not fixed by the platform. |
string |
Max length: 4000 |
Response Formats
application/json, text/json
{
"id": "72bd1b2c-c4d7-420d-b794-2c573a08e495",
"project_id": "d9bafde6-add6-45ec-819b-61a7919245e4",
"job_priority_id": "edddcd4c-c460-4af7-a9f2-4b7bd114b29d",
"job_type_id": "1a5b77a1-1b6f-47a8-8232-38ad0d4a68ec",
"job_status_id": "81eb49b7-6def-47fa-9640-215b78545d2b",
"reference_back_office": "sample string 6",
"name": "sample string 7",
"description": "sample string 8",
"internal_memo": "sample string 9",
"prejob_information": "sample string 10",
"id2": 11,
"db_address_id": "7325dc28-7f8f-495a-8c6b-1e8f1285aa30",
"db_address_name": "sample string 13",
"db_address_street": "sample string 14",
"db_address_street2": "sample string 15",
"db_address_street_number": "sample string 16",
"db_address_db_country_id": "9c2cfe41-fccc-4cca-a94a-80b1bd8d529e",
"db_address_city": "sample string 18",
"db_address_zip": "sample string 19",
"db_address_phone": "sample string 20",
"db_address_email": "sample string 21",
"dateutc_max_sla_hands_on_machine": "2026-09-16T09:24:37.2585555+00:00",
"dateutc_max_sla_resolution": "2026-09-16T09:24:37.2585555+00:00",
"dateutc_create": "2026-09-16T09:24:37.2585555+00:00",
"hands_on_machine_time": 25,
"estimated_time": 26,
"modified_dateutc": "2026-09-16T09:24:37.2585555+00:00",
"total_time_planned": 28,
"customer_reference": "sample string 29",
"requested_by_company_id": "4596e366-f458-400a-a75a-646e8629746d",
"requested_by_company_name": "sample string 31",
"requested_by_company_street": "sample string 32",
"requested_by_company_street2": "sample string 33",
"requested_by_company_street_number": "sample string 34",
"requested_by_company_zip": "sample string 35",
"requested_by_company_city": "sample string 36",
"requested_by_company_phone": "sample string 37",
"requested_by_company_email": "sample string 38",
"requested_by_company_country_id": "8fac135a-bf07-4b21-a70e-0bb531a42ff5",
"requested_by_contact_id": "396b137a-7523-4c23-84ae-f890f20e29f1",
"requested_by_contact_firstname": "sample string 41",
"requested_by_contact_lastname": "sample string 42",
"requested_by_contact_phone": "sample string 43",
"requested_by_contact_mobile": "sample string 44",
"requested_by_contact_email": "sample string 45",
"approval_responsible_user_id": "795489ca-02a0-4895-86ad-70236ff399e9",
"contact_id": "f06c61d6-9ca0-4c22-864d-5e0ea0e9ccc5",
"company_id": "fc161609-4ca8-4102-ac73-66925b4aac3d",
"company_code": "sample string 49",
"company_name": "sample string 50",
"date_closed": "2026-09-16T09:24:37.2703927+00:00",
"dateutc_closed": "2026-09-16T09:24:37.2703927+00:00",
"source_db_table_id": "8b300a54-ec8f-4772-ae5c-acb424974409",
"source_id_in_table": "ecc05a7e-dd34-4022-b481-6a81c7055000",
"suggested_date_start": "2026-09-16T09:24:37.2703927+00:00",
"agreed_time": 56,
"bill_to_party": "sample string 57",
"db_address_latitude_decimal": 58.0,
"db_address_longitude_decimal": 59.0,
"estimated_quantity_remark": "sample string 60",
"date_update": "2026-09-16T09:24:37.2703927+00:00",
"_parent_id": "4071cd95-af02-4840-bedb-73a2972f27b4",
"root_parent_id": "0a1310f2-a5d6-40b0-b940-eb8ebdc09263",
"has_child": true,
"service_model_id": "eca5d8ba-5070-4b6d-8f00-7d7be10cb81a",
"wo_service_type": "sample string 66",
"suggested_user_id": "cf95fe0b-671c-4588-8584-9d726d6012f4",
"created_by_user_id": "c1b6c798-2ee5-4ae2-ba44-d351f3e18c0e",
"next_job_planning_id": "51f24f06-17d4-410e-b66c-56c1f3500cab",
"dateutc_max_sla_contact": "2026-09-16T09:24:37.2703927+00:00",
"date_reported_by_company": "2026-09-16T09:24:37.2703927+00:00",
"dateutc_in_progress": "2026-09-16T09:24:37.2703927+00:00",
"updated_by_user_id": "c48e0023-d0da-42ac-be51-8df6c566d4d0",
"earliest_date_plannable": "2026-09-16T09:24:37.2703927+00:00",
"due_date": "2026-09-16T09:24:37.2703927+00:00",
"sys_wi_generation_in_progress": true,
"dateutc_reopened": "2026-09-16T09:24:37.2703927+00:00",
"bill_to_company_id": "20d55981-9f42-45bc-aaf7-276124831281",
"udf1": "sample string 79",
"udf2": "sample string 80",
"udf3": "sample string 81",
"udf4": "sample string 82",
"udf5": "sample string 83",
"udf6": "sample string 84",
"udf7": "sample string 85",
"udf8": "sample string 86",
"udf9": "sample string 87",
"udf10": "sample string 88",
"udf11": "sample string 89",
"udf12": "sample string 90",
"udf13": "sample string 91",
"udf14": "sample string 92",
"udf15": "sample string 93",
"udf16": "sample string 94",
"udf17": "sample string 95",
"udf18": "sample string 96",
"udf19": "sample string 97",
"udf20": "sample string 98",
"udf21": "sample string 99",
"udf22": "sample string 100",
"udf23": "sample string 101",
"udf24": "sample string 102",
"udf25": "sample string 103",
"udf26": "sample string 104",
"udf27": "sample string 105",
"udf28": "sample string 106",
"udf29": "sample string 107",
"udf30": "sample string 108",
"udf31": "sample string 109",
"udf32": "sample string 110",
"udf33": "sample string 111",
"udf34": "sample string 112",
"udf35": "sample string 113",
"udf36": "sample string 114",
"udf37": "sample string 115",
"udf38": "sample string 116",
"udf39": "sample string 117",
"udf40": "sample string 118",
"udf41": "sample string 119",
"udf42": "sample string 120",
"udf43": "sample string 121",
"udf44": "sample string 122",
"udf45": "sample string 123",
"udf46": "sample string 124",
"udf47": "sample string 125",
"udf48": "sample string 126",
"udf49": "sample string 127",
"udf50": "sample string 128",
"udf51": "sample string 129",
"udf52": "sample string 130",
"udf53": "sample string 131",
"udf54": "sample string 132",
"udf55": "sample string 133",
"udf56": "sample string 134",
"udf57": "sample string 135",
"udf58": "sample string 136",
"udf59": "sample string 137",
"udf60": "sample string 138",
"udf61": "sample string 139",
"udf62": "sample string 140",
"udf63": "sample string 141",
"udf64": "sample string 142",
"udf65": "sample string 143",
"udf66": "sample string 144",
"udf67": "sample string 145",
"udf68": "sample string 146",
"udf69": "sample string 147",
"udf70": "sample string 148",
"udf71": "sample string 149",
"udf72": "sample string 150",
"udf73": "sample string 151",
"udf74": "sample string 152",
"udf75": "sample string 153",
"udf76": "sample string 154",
"udf77": "sample string 155",
"udf78": "sample string 156",
"udf79": "sample string 157",
"udf80": "sample string 158",
"udf81": "sample string 159",
"udf82": "sample string 160",
"udf83": "sample string 161",
"udf84": "sample string 162",
"udf85": "sample string 163",
"udf86": "sample string 164",
"udf87": "sample string 165",
"udf88": "sample string 166",
"udf89": "sample string 167",
"udf90": "sample string 168",
"udf91": "sample string 169",
"udf92": "sample string 170",
"udf93": "sample string 171",
"udf94": "sample string 172",
"udf95": "sample string 173",
"udf96": "sample string 174",
"udf97": "sample string 175",
"udf98": "sample string 176",
"udf99": "sample string 177",
"udf100": "sample string 178"
}
application/xml, text/xml
<jobs xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <_parent_id>4071cd95-af02-4840-bedb-73a2972f27b4</_parent_id> <agreed_time>56</agreed_time> <approval_responsible_user_id>795489ca-02a0-4895-86ad-70236ff399e9</approval_responsible_user_id> <bill_to_company_id>20d55981-9f42-45bc-aaf7-276124831281</bill_to_company_id> <bill_to_party>sample string 57</bill_to_party> <company_code>sample string 49</company_code> <company_id>fc161609-4ca8-4102-ac73-66925b4aac3d</company_id> <company_name>sample string 50</company_name> <contact_id>f06c61d6-9ca0-4c22-864d-5e0ea0e9ccc5</contact_id> <created_by_user_id>c1b6c798-2ee5-4ae2-ba44-d351f3e18c0e</created_by_user_id> <customer_reference>sample string 29</customer_reference> <date_closed>2026-09-16T09:24:37.270Z</date_closed> <date_reported_by_company>2026-09-16T09:24:37.270Z</date_reported_by_company> <date_update>2026-09-16T09:24:37.270Z</date_update> <dateutc_closed>2026-09-16T09:24:37.270Z</dateutc_closed> <dateutc_create>2026-09-16T09:24:37.258Z</dateutc_create> <dateutc_in_progress>2026-09-16T09:24:37.270Z</dateutc_in_progress> <dateutc_max_sla_contact>2026-09-16T09:24:37.270Z</dateutc_max_sla_contact> <dateutc_max_sla_hands_on_machine>2026-09-16T09:24:37.258Z</dateutc_max_sla_hands_on_machine> <dateutc_max_sla_resolution>2026-09-16T09:24:37.258Z</dateutc_max_sla_resolution> <dateutc_reopened>2026-09-16T09:24:37.270Z</dateutc_reopened> <db_address_city>sample string 18</db_address_city> <db_address_db_country_id>9c2cfe41-fccc-4cca-a94a-80b1bd8d529e</db_address_db_country_id> <db_address_email>sample string 21</db_address_email> <db_address_id>7325dc28-7f8f-495a-8c6b-1e8f1285aa30</db_address_id> <db_address_latitude_decimal>58</db_address_latitude_decimal> <db_address_longitude_decimal>59</db_address_longitude_decimal> <db_address_name>sample string 13</db_address_name> <db_address_phone>sample string 20</db_address_phone> <db_address_street>sample string 14</db_address_street> <db_address_street2>sample string 15</db_address_street2> <db_address_street_number>sample string 16</db_address_street_number> <db_address_zip>sample string 19</db_address_zip> <description>sample string 8</description> <due_date>2026-09-16T09:24:37.270Z</due_date> <earliest_date_plannable>2026-09-16T09:24:37.270Z</earliest_date_plannable> <estimated_quantity_remark>sample string 60</estimated_quantity_remark> <estimated_time>26</estimated_time> <hands_on_machine_time>25</hands_on_machine_time> <has_child>true</has_child> <id>72bd1b2c-c4d7-420d-b794-2c573a08e495</id> <id2>11</id2> <internal_memo>sample string 9</internal_memo> <job_priority_id>edddcd4c-c460-4af7-a9f2-4b7bd114b29d</job_priority_id> <job_status_id>81eb49b7-6def-47fa-9640-215b78545d2b</job_status_id> <job_type_id>1a5b77a1-1b6f-47a8-8232-38ad0d4a68ec</job_type_id> <modified_dateutc>2026-09-16T09:24:37.258Z</modified_dateutc> <name>sample string 7</name> <next_job_planning_id>51f24f06-17d4-410e-b66c-56c1f3500cab</next_job_planning_id> <prejob_information>sample string 10</prejob_information> <project_id>d9bafde6-add6-45ec-819b-61a7919245e4</project_id> <reference_back_office>sample string 6</reference_back_office> <requested_by_company_city>sample string 36</requested_by_company_city> <requested_by_company_country_id>8fac135a-bf07-4b21-a70e-0bb531a42ff5</requested_by_company_country_id> <requested_by_company_email>sample string 38</requested_by_company_email> <requested_by_company_id>4596e366-f458-400a-a75a-646e8629746d</requested_by_company_id> <requested_by_company_name>sample string 31</requested_by_company_name> <requested_by_company_phone>sample string 37</requested_by_company_phone> <requested_by_company_street>sample string 32</requested_by_company_street> <requested_by_company_street2>sample string 33</requested_by_company_street2> <requested_by_company_street_number>sample string 34</requested_by_company_street_number> <requested_by_company_zip>sample string 35</requested_by_company_zip> <requested_by_contact_email>sample string 45</requested_by_contact_email> <requested_by_contact_firstname>sample string 41</requested_by_contact_firstname> <requested_by_contact_id>396b137a-7523-4c23-84ae-f890f20e29f1</requested_by_contact_id> <requested_by_contact_lastname>sample string 42</requested_by_contact_lastname> <requested_by_contact_mobile>sample string 44</requested_by_contact_mobile> <requested_by_contact_phone>sample string 43</requested_by_contact_phone> <root_parent_id>0a1310f2-a5d6-40b0-b940-eb8ebdc09263</root_parent_id> <service_model_id>eca5d8ba-5070-4b6d-8f00-7d7be10cb81a</service_model_id> <source_db_table_id>8b300a54-ec8f-4772-ae5c-acb424974409</source_db_table_id> <source_id_in_table>ecc05a7e-dd34-4022-b481-6a81c7055000</source_id_in_table> <suggested_date_start>2026-09-16T09:24:37.270Z</suggested_date_start> <suggested_user_id>cf95fe0b-671c-4588-8584-9d726d6012f4</suggested_user_id> <sys_wi_generation_in_progress>true</sys_wi_generation_in_progress> <total_time_planned>28</total_time_planned> <udf1>sample string 79</udf1> <udf10>sample string 88</udf10> <udf100>sample string 178</udf100> <udf11>sample string 89</udf11> <udf12>sample string 90</udf12> <udf13>sample string 91</udf13> <udf14>sample string 92</udf14> <udf15>sample string 93</udf15> <udf16>sample string 94</udf16> <udf17>sample string 95</udf17> <udf18>sample string 96</udf18> <udf19>sample string 97</udf19> <udf2>sample string 80</udf2> <udf20>sample string 98</udf20> <udf21>sample string 99</udf21> <udf22>sample string 100</udf22> <udf23>sample string 101</udf23> <udf24>sample string 102</udf24> <udf25>sample string 103</udf25> <udf26>sample string 104</udf26> <udf27>sample string 105</udf27> <udf28>sample string 106</udf28> <udf29>sample string 107</udf29> <udf3>sample string 81</udf3> <udf30>sample string 108</udf30> <udf31>sample string 109</udf31> <udf32>sample string 110</udf32> <udf33>sample string 111</udf33> <udf34>sample string 112</udf34> <udf35>sample string 113</udf35> <udf36>sample string 114</udf36> <udf37>sample string 115</udf37> <udf38>sample string 116</udf38> <udf39>sample string 117</udf39> <udf4>sample string 82</udf4> <udf40>sample string 118</udf40> <udf41>sample string 119</udf41> <udf42>sample string 120</udf42> <udf43>sample string 121</udf43> <udf44>sample string 122</udf44> <udf45>sample string 123</udf45> <udf46>sample string 124</udf46> <udf47>sample string 125</udf47> <udf48>sample string 126</udf48> <udf49>sample string 127</udf49> <udf5>sample string 83</udf5> <udf50>sample string 128</udf50> <udf51>sample string 129</udf51> <udf52>sample string 130</udf52> <udf53>sample string 131</udf53> <udf54>sample string 132</udf54> <udf55>sample string 133</udf55> <udf56>sample string 134</udf56> <udf57>sample string 135</udf57> <udf58>sample string 136</udf58> <udf59>sample string 137</udf59> <udf6>sample string 84</udf6> <udf60>sample string 138</udf60> <udf61>sample string 139</udf61> <udf62>sample string 140</udf62> <udf63>sample string 141</udf63> <udf64>sample string 142</udf64> <udf65>sample string 143</udf65> <udf66>sample string 144</udf66> <udf67>sample string 145</udf67> <udf68>sample string 146</udf68> <udf69>sample string 147</udf69> <udf7>sample string 85</udf7> <udf70>sample string 148</udf70> <udf71>sample string 149</udf71> <udf72>sample string 150</udf72> <udf73>sample string 151</udf73> <udf74>sample string 152</udf74> <udf75>sample string 153</udf75> <udf76>sample string 154</udf76> <udf77>sample string 155</udf77> <udf78>sample string 156</udf78> <udf79>sample string 157</udf79> <udf8>sample string 86</udf8> <udf80>sample string 158</udf80> <udf81>sample string 159</udf81> <udf82>sample string 160</udf82> <udf83>sample string 161</udf83> <udf84>sample string 162</udf84> <udf85>sample string 163</udf85> <udf86>sample string 164</udf86> <udf87>sample string 165</udf87> <udf88>sample string 166</udf88> <udf89>sample string 167</udf89> <udf9>sample string 87</udf9> <udf90>sample string 168</udf90> <udf91>sample string 169</udf91> <udf92>sample string 170</udf92> <udf93>sample string 171</udf93> <udf94>sample string 172</udf94> <udf95>sample string 173</udf95> <udf96>sample string 174</udf96> <udf97>sample string 175</udf97> <udf98>sample string 176</udf98> <udf99>sample string 177</udf99> <updated_by_user_id>c48e0023-d0da-42ac-be51-8df6c566d4d0</updated_by_user_id> <wo_service_type>sample string 66</wo_service_type> </jobs>