Retrieves all the work orders
Request Information
URI Parameters :
None.
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": "a7535f79-adf1-4b83-ae41-89c44e26a37e",
"_parent_id": "9bfd69eb-6063-4dac-870a-dcac33b5426a",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "080113e5-b192-42fc-b82d-0d1fa4ef951c",
"project_reference_back_office": "sample string 5",
"project": {
"id": "671d2948-a9f9-4ceb-becb-92e2cac7d0c9",
"_parent_id": "06d8585c-a217-43b5-a8c6-516a9025c80a",
"root_parent_id": "d6572656-1900-43f3-9809-e7f8837d4c8e",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "71b5c12b-9b96-4e8c-b524-deb2d21ac861",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "9c69d848-47db-484e-8196-de431841d058",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9bde34a4-c96b-4c5c-88f7-8935dcf838c6",
"_parent_code": "sample string 6",
"sales_organization_id": "f9dc37d5-6218-4cd1-8ece-550ef1cb2ec5",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"equipment_model_id": "3b18acd3-de5d-4c73-bb5b-292b173348ad",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "14c6da5a-09a9-4176-8384-21602916a90b",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "36032b0a-f95f-4653-9ee9-117798a8ad97",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "9422ad33-4576-4e8e-a39d-2dd9f92e0e91",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "12f31171-94ba-4768-81b9-9da5f7013f3b",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"equipment_family_id": "ccb54f10-5099-4123-959a-715e43cf9a35",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "9c69d848-47db-484e-8196-de431841d058",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "9bde34a4-c96b-4c5c-88f7-8935dcf838c6",
"_parent_code": "sample string 6",
"sales_organization_id": "f9dc37d5-6218-4cd1-8ece-550ef1cb2ec5",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"date_in_production_since": "2025-11-10T19:59:54.5594079+00:00",
"date_out_of_production_since": "2025-11-10T19:59:54.5594079+00:00",
"date_end_support": "2025-11-10T19:59:54.5594079+00:00",
"sales_organization_id": "1d8d1c15-c246-4fff-ae17-d7ccb17d91d0",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+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": "2025-11-10T19:59:54.5594079+00:00"
},
"project_status_id": "c36130cb-84b6-4efe-a41b-ad67bb08b3d2",
"project_status_code": "sample string 10",
"project_status": {
"id": "c27b1c4b-bb7a-47a1-84a7-ed309e0adab5",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "d0246405-6c09-44e8-bb28-5ffd314a19a1",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"company_id": "f2eae665-f53c-4baa-9f56-7a1855433544",
"company_code": "sample string 12",
"db_address_id": "74ef485d-d471-4785-9367-8931d9e9aafb",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "eb7b05c2-a20b-45a7-b1be-3bff7afa48a1",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "8e81751b-b943-4d6a-b67f-459f4ee92b91",
"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": "2025-11-10T19:59:54.5594079+00:00",
"date_create": "2025-11-10T19:59:54.5594079+00:00",
"date_update": "2025-11-10T19:59:54.5594079+00:00",
"updated_by_user_id": "3ae6f46f-8707-4fa8-9339-6967ddd7031b",
"customer_reference": "sample string 28",
"warranty_date_until": "2025-11-10T19:59:54.5594079+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": "2025-11-10T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2025-11-10T19:59:54.5594079+00:00",
"date_last_job": "2025-11-10T19:59:54.5594079+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2025-11-10T19:59:54.5594079+00:00",
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00",
"is_mobile_installation": true
},
"job_type_id": "56c70335-29a9-4ac4-a817-10cc80279e8b",
"job_type_code": "sample string 7",
"job_type": {
"id": "e3f4cd73-e6bb-4eb5-bdfa-df3a386d70b0",
"name": "sample string 2",
"sales_organization_id": "a9c4c749-bf1d-41c0-82ec-0fb6bed8acd7",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00",
"code": "sample string 7"
},
"job_priority_id": "0dc09f5f-4dfe-42f6-9c1b-3d4dccfdbff3",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "fb489719-cb95-45f9-b9b3-7687a103c9c9",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "994407ae-08af-4609-960a-3e23297ea722",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"job_status_id": "9f367941-668e-4d6a-920b-6f0201f8f4a8",
"job_status_code": "sample string 11",
"db_address_id": "1f222b0d-48c4-4990-a37f-1d402a1d0440",
"contact_id": "1b759f83-2ae2-440a-9a76-5e749414537b",
"requested_by_company_id": "e9f8d692-b098-4863-93e5-e85fd274edf5",
"requested_by_contact_id": "8fc6afc9-34ec-48a2-b08c-26322fa9c361",
"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": "2025-11-10T19:59:54.5594079+00:00",
"due_date": "2025-11-10T19:59:54.5594079+00:00",
"date_create": "2025-11-10T19:59:54.5594079+00:00",
"date_update": "2025-11-10T19:59:54.5594079+00:00",
"date_closed": "2025-11-10T19:59:54.5594079+00:00",
"suggested_user_id": "0950cbdb-e1b9-4d04-8d34-017fd4da544b",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "4ec5ea48-b202-4a4c-a43f-dc28eccbcfb6",
"db_language_id": "6f327f62-cc1e-4dac-8f21-62b28fde58b6",
"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": "2025-11-10T19:59:54.5594079+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "1c3b3b4a-04f6-484d-9a21-9f02298978db",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "c16f0d49-4f9d-4a0f-89ca-6d9cf1f5995d",
"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": "b71c7872-2773-4a50-9df6-96c9adbcf5e8",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "3760b06b-dc8b-4a04-9d76-1cc9908d0819"
},
"suggested_date_start": "2025-11-10T19:59:54.5594079+00:00",
"skill_id": "bd185727-6851-4c6c-852b-ed9e85cee8cc",
"skill_code": "sample string 32",
"skill": {
"id": "7056f5e8-920f-4d22-b0a5-d6edf6c46ed1",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "b8c43f2f-2cce-411f-b755-e146be390510",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "82b834c7-b036-46ef-9c17-b470c9b24622",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "0f2b551b-08c4-43d3-abc5-71a86dde422f",
"db_currency_id": "e0650de5-4e9c-4cc5-9d52-5a860c197c6f",
"db_language_id": "6af96f70-0950-493e-bf8d-f56353f9d90a",
"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": "2025-11-10T19:59:54.5594079+00:00"
},
"modified_dateutc": "2025-11-10T19:59:54.5594079+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "35f9c1b0-97a3-40f5-9175-2a68d5794976",
"date_reported_by_company": "2025-11-10T19:59:54.5594079+00:00",
"id2": 36,
"company_id": "8e4c9eab-a3c5-4a76-9f84-e67bdbb09018",
"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": "9788e5e6-7946-411f-b725-c981d864e850",
"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": "2025-11-10T19:59:54.5594079+00:00"
}