Retrieves the work order with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
jobs| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| _parent_id |
Reference to a parent job (in case of Multi Job) |
globally unique identifier | |
| _parent_job |
Embedded entity "job" for parent (multi job level) when adding/updating job |
jobs | |
| _parent_jobs_reference_back_office |
Embedded entity "job" for parent (multi job level) using ERP PK when adding/updating job |
string | |
| 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 |
| project_reference_back_office |
Embedded entity "project" using ERP PK when adding/updating job |
string |
Optionally required : project_id, project_reference_back_office or project must be provided |
| project |
Embedded entity "project" when adding/updating job |
project |
Optionally required : project_id, project_reference_back_office or project must be provided |
| 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_type_code |
Embedded entity "job_type" using ERP PK when adding/updating job |
string |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_type |
Embedded entity "job_type" when adding/updating job |
job_type |
Optionally required : job_type_id, job_type_code or job_type must be provided |
| job_priority_id |
Foreign key of job priority for this job |
globally unique identifier | |
| job_priority_code |
Foreign key of job status for this job. If you don't know the GUID, use job_type_code |
string | |
| job_priority |
Embedded entity "job_priority" when adding/updating job |
job_priority | |
| 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 |
| job_status_code |
Foreign key of job status using code. Use "Canceled,ToBePlanned, Waiting, Pooling, Suggested, Activated or Open" If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
string |
Optionally required : job_status_id or job_status_code must be provided |
| db_address_id |
Foreign key of db_address if job is not on a mobile equipment.Must be the address_id of the location or the equipment |
globally unique identifier | |
| contact_id |
Foreign key of contact if the main contact of the job is different than the one of the project |
globally unique identifier | |
| requested_by_company_id |
Foreign key of company if a specific company makes the request for this job |
globally unique identifier | |
| requested_by_contact_id |
Foreign key of contact to specify why contact of the requested_company_id makes the request |
globally unique identifier | |
| 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 |
| working_sequence |
In case of mutli job, they will be ordered by this sequence |
integer | |
| internal_memo |
Internal field for communication between BackOffice/Planners/Technicians |
string | |
| prejob_information |
Information usefull for the technician before start (Call the customer,...) |
string | |
| estimated_time |
Estimation of the time needed (in minute). Will be used for planning and statistic |
integer | |
| earliest_date_plannable |
Use this field if there is a minimum date for the planning (Not Before) |
date | |
| due_date |
Deadline of Max date for the planning (Not After) |
date | |
| date_create |
Creation date+time |
date | |
| date_update |
Update date+time |
date | |
| date_closed |
Date+time job goes to completed |
date | |
| suggested_user_id |
Foreign key of user if there is a suggested user (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
globally unique identifier | |
| suggested_user_code |
Embedded entity "suggested user" using ERP PK when adding/updating job |
string | |
| suggested_user |
Embedded entity "sugessted user" when adding/updating job |
user | |
| suggested_date_start |
Suggested date+time start (used for planning) If Status=Suggested AND suggested_user filled AND suggested_date_start filled THEN a job_planning will be added |
date | |
| skill_id |
Foreign key of skill if the job requires a specific skill (used for planning) |
globally unique identifier | |
| skill_code |
Embedded entity "skill" using ERP PK when adding/updating job |
string | |
| skill |
Embedded entity "skill" when adding/updating job |
skill | |
| customer_reference |
Reference of this job for the customer |
string |
Max length: 50 |
| approval_responsible_user_id |
In case of multi user job, foreign key of user that is the "WO Leader" |
globally unique identifier | |
| date_reported_by_company |
Date+time when company reported the problem |
date | |
| id2 |
Internal ID (numeric). Will be used if reference_back_office is empty |
integer | |
| company_id |
This field will be filled automatically based on the project_id |
globally unique identifier | |
| company_code |
This field will be filled automatically based on the project_id |
string | |
| db_address_name |
When mobile equipment, the address to use |
string |
Max length: 100 |
| db_address_street |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_street2 |
It is sub street |
string |
Max length: 50 |
| db_address_street_number |
When mobile equipment, the address to use |
string |
Max length: 50 |
| db_address_city |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_zip |
When mobile equipment, the address to use and this field is mandatory |
string |
Max length: 50 |
| db_address_db_country_id |
When mobile equipment, the address to use |
globally unique identifier | |
| db_address_db_country_code |
When mobile equipment, the address to use |
string | |
| db_address_phone |
When mobile equipment, the address to use |
string |
Max length: 50 |
| db_address_email |
When mobile equipment, the address to use |
string |
Max length: 250 |
| db_address_latitude_decimal |
Latitude |
decimal number | |
| db_address_longitude_decimal |
Latitude |
decimal number | |
| estimated_quantity_remark |
Description of the parts your technician should use or pick up |
string |
Max length: 4000 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "69973cc6-78f1-4616-b8f5-61f6c87012e8",
"_parent_id": "780016df-965f-427e-b4e2-4a02ff83688e",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "68732dbd-5a76-4425-81fe-51e3f6b27374",
"project_reference_back_office": "sample string 5",
"project": {
"id": "a07ab7ed-a7b7-4ba1-9454-9197e4078fe4",
"_parent_id": "e1756344-d4ca-4811-bf23-845c43e40d0b",
"root_parent_id": "f115d5b5-8326-4549-8801-85d5484b9d6a",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "69467489-d106-4090-a2de-555e14940df7",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "64a418c3-f0d2-40a4-a5e2-62e480d4a52c",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "6fd29d8d-ca2f-49d9-8a26-8cd2c1b43ae8",
"_parent_code": "sample string 6",
"sales_organization_id": "9aebf214-7683-49dd-b096-c0875f08c4bd",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"equipment_model_id": "c3779abe-17da-4690-8b46-c00b7abcec15",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "c9c67f52-523d-4be7-b36a-1bd585f1e17d",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "a469c0ac-65b7-4d5c-9cfb-d22236d66647",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "68023f5d-799e-40d8-920d-a1e77681969f",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "2314ab06-db99-4261-b19e-04c17a184770",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"equipment_family_id": "860322ed-92fd-46d4-8070-e32bb2a41b10",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "64a418c3-f0d2-40a4-a5e2-62e480d4a52c",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "6fd29d8d-ca2f-49d9-8a26-8cd2c1b43ae8",
"_parent_code": "sample string 6",
"sales_organization_id": "9aebf214-7683-49dd-b096-c0875f08c4bd",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"date_in_production_since": "2026-07-12T06:24:27.6446468+00:00",
"date_out_of_production_since": "2026-07-12T06:24:27.6446468+00:00",
"date_end_support": "2026-07-12T06:24:27.6446468+00:00",
"sales_organization_id": "fe8df61a-bf18-4ead-9eb0-5809fab5860c",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00"
},
"project_status_id": "6b480969-ce8a-45d1-b51b-649a81ad3f7f",
"project_status_code": "sample string 10",
"project_status": {
"id": "c6ea2279-7fcb-48aa-9ad2-0d99859bd2dc",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "0d8b3c53-adf5-464a-9004-2a72f88430e3",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00"
},
"company_id": "20655549-4d6b-4821-a89b-d90284590a14",
"company_code": "sample string 12",
"db_address_id": "943e11ed-914a-4372-98c8-0cedbe7d8fb1",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "350f17c8-faf8-42c6-bfcd-0d39f41b3649",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "3062b801-a332-496e-9157-30ab71edc9f0",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2026-07-12T06:24:27.6602655+00:00",
"date_create": "2026-07-12T06:24:27.6602655+00:00",
"date_update": "2026-07-12T06:24:27.6602655+00:00",
"updated_by_user_id": "4b59d3ee-c842-4fb1-98a8-e6558e553f7a",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-07-12T06:24:27.6602655+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2026-07-12T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-07-12T06:24:27.6602655+00:00",
"date_last_job": "2026-07-12T06:24:27.6602655+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-07-12T06:24:27.6602655+00:00",
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00",
"is_mobile_installation": true
},
"job_type_id": "70aa0e1d-cf89-4c0b-ada3-303535cf11bf",
"job_type_code": "sample string 7",
"job_type": {
"id": "cf4da4e1-6638-49fb-aa09-b585ffb48c1f",
"name": "sample string 2",
"sales_organization_id": "b35b190f-8148-42b2-82de-67ff345dbb2f",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00",
"code": "sample string 7"
},
"job_priority_id": "d164d94d-2f2c-4010-813d-c66c32a4faba",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "433e212b-7df0-4d8b-ad4c-f1f70aaa1852",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "79945e77-e1f0-4dc3-afba-f7a834fe5e41",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00"
},
"job_status_id": "8ae1a1ee-29f9-4547-af90-86fd24f52daf",
"job_status_code": "sample string 11",
"db_address_id": "99474e65-d3d6-441a-b277-7fb60c380c15",
"contact_id": "b95a2dba-4e48-40a9-890a-eca2cfdb8fc0",
"requested_by_company_id": "5482c5fd-2118-4691-adc0-2fdf81567b2a",
"requested_by_contact_id": "97cf6d05-327d-458c-8ccf-8b8bbfb6a789",
"reference_back_office": "sample string 16",
"name": "sample string 17",
"description": "sample string 18",
"working_sequence": 19,
"internal_memo": "sample string 20",
"prejob_information": "sample string 21",
"estimated_time": 22,
"earliest_date_plannable": "2026-07-12T06:24:27.6602655+00:00",
"due_date": "2026-07-12T06:24:27.6602655+00:00",
"date_create": "2026-07-12T06:24:27.6602655+00:00",
"date_update": "2026-07-12T06:24:27.6602655+00:00",
"date_closed": "2026-07-12T06:24:27.6602655+00:00",
"suggested_user_id": "d7d67f40-704b-4c06-9110-082ca3d82e02",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "8cbbe5c0-92e5-4f34-9156-6a568ea62fa2",
"db_language_id": "d78451d2-896d-4817-95b2-e90078c3cedf",
"username": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"code": "sample string 6",
"archived": true,
"disabled": true,
"emergency_contact": "sample string 9",
"bankaccount": "sample string 10",
"social_security": "sample string 11",
"place_of_birth": "sample string 12",
"nationality": "sample string 13",
"functions": "sample string 14",
"birthdate": "2026-07-12T06:24:27.6602655+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "a40cc267-7f42-44d8-9acc-43009207047e",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "15f08af2-26bf-4641-8a9e-f91c119381e2",
"email": "sample string 22",
"phone": "sample string 23",
"fax": "sample string 24",
"mobile": "sample string 25",
"private_email": "sample string 26",
"private_phone": "sample string 27",
"private_fax": "sample string 28",
"private_mobile": "sample string 29",
"private_street": "sample string 30",
"private_street_number": "sample string 31",
"private_city": "sample string 32",
"private_zip": "sample string 33",
"private_db_country_id": "391c83c4-9808-4d58-a371-129f309a55d0",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "f101980c-a22e-4fa7-90db-9fd7ececd428"
},
"suggested_date_start": "2026-07-12T06:24:27.6602655+00:00",
"skill_id": "84b9b7bf-ee53-45d7-90e5-b7258c2f6e6c",
"skill_code": "sample string 32",
"skill": {
"id": "a13627de-e1c4-4077-8a24-f24b2cc45a6d",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "4d6a4c63-bd8d-400d-ac54-59763cea3bec",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "57618557-45d1-428a-bbf5-de0459a08dc7",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "659af196-58a5-47c1-ad32-3f31183d38e0",
"db_currency_id": "25bd50f2-bfa4-4c02-a184-04af51812a4a",
"db_language_id": "5a80ddcb-b477-4e8c-8f84-de53756fb296",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-07-12T06:24:27.6446468+00:00"
},
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "748bc371-7f37-4ea2-a75e-ba2bc9adc899",
"date_reported_by_company": "2026-07-12T06:24:27.6602655+00:00",
"id2": 36,
"company_id": "646c4365-c48f-410d-924a-21c4460e668f",
"company_code": "sample string 38",
"db_address_name": "sample string 39",
"db_address_street": "sample string 40",
"db_address_street2": "sample string 41",
"db_address_street_number": "sample string 42",
"db_address_city": "sample string 43",
"db_address_zip": "sample string 44",
"db_address_db_country_id": "3d94ddc4-f969-4da0-b4f2-8d16fbb0594c",
"db_address_db_country_code": "sample string 46",
"db_address_phone": "sample string 47",
"db_address_email": "sample string 48",
"db_address_latitude_decimal": 49.0,
"db_address_longitude_decimal": 50.0,
"estimated_quantity_remark": "sample string 51",
"modified_dateutc": "2026-07-12T06:24:27.6602655+00:00"
}