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": "f8fb4e41-004c-4448-8be3-336f3880e208",
"_parent_id": "b1ae68a5-9ad2-49a9-ae71-64317fae31fd",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "4bf86cec-5756-4315-8f9e-086ca647360a",
"project_reference_back_office": "sample string 5",
"project": {
"id": "40f4613f-80d4-4da0-8915-2e9a18f79445",
"_parent_id": "e1b5f488-dc32-43f8-9308-e08a19840449",
"root_parent_id": "736e041a-2ef7-448b-86a5-d4df07292817",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "1965ba0e-708a-466b-8cea-cea3bac56832",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "c4c8f06f-dbd9-4d10-b7e2-3391957fbab6",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "e155a8b1-41bb-4e66-8b6a-c29d741ba6af",
"_parent_code": "sample string 6",
"sales_organization_id": "d9a771cb-b61a-4a13-9b18-39c9d2514901",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"equipment_model_id": "9b8da932-fd7e-4c19-a3ff-93fd92025039",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "4e9f7654-60d8-4ee7-af77-dea38997b52c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "98805be9-48a8-4875-a404-58d70a1cd703",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "c5ee32e2-10df-4826-bb3e-af3e69dfb264",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "3e53fe25-71cc-466f-ada3-1c620b6f815c",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"equipment_family_id": "db39796f-7ad8-4ce9-a700-043ec7c1f50c",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "c4c8f06f-dbd9-4d10-b7e2-3391957fbab6",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "e155a8b1-41bb-4e66-8b6a-c29d741ba6af",
"_parent_code": "sample string 6",
"sales_organization_id": "d9a771cb-b61a-4a13-9b18-39c9d2514901",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"date_in_production_since": "2026-08-06T19:59:52.2173258+00:00",
"date_out_of_production_since": "2026-08-06T19:59:52.2173258+00:00",
"date_end_support": "2026-08-06T19:59:52.2173258+00:00",
"sales_organization_id": "e3f16290-2eed-4ca4-93a7-ee03b317dd41",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+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-08-06T19:59:52.2173258+00:00"
},
"project_status_id": "508fa109-62e3-4131-af53-b18401818136",
"project_status_code": "sample string 10",
"project_status": {
"id": "49d41c4f-dac7-458d-867f-0faed998fe7c",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "1d1cfe56-b963-49d7-9bad-7a055048c34a",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"company_id": "c58324f6-b81f-4a76-ba03-856b55a917fa",
"company_code": "sample string 12",
"db_address_id": "fabc468d-ef75-4890-95d2-9cb66b5d8793",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "efecdefb-dc4d-4bbd-85c5-72663d46452b",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "ad6f93a5-7e1a-4cb3-8609-1650cf004ac8",
"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-08-06T19:59:52.2173258+00:00",
"date_create": "2026-08-06T19:59:52.2173258+00:00",
"date_update": "2026-08-06T19:59:52.2173258+00:00",
"updated_by_user_id": "1d0caba2-9ed7-438c-844f-9c75667841f1",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-08-06T19:59:52.2173258+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-08-06T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-08-06T19:59:52.2173258+00:00",
"date_last_job": "2026-08-06T19:59:52.2173258+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-08-06T19:59:52.2173258+00:00",
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00",
"is_mobile_installation": true
},
"job_type_id": "d754a132-f857-4803-b23d-176862220497",
"job_type_code": "sample string 7",
"job_type": {
"id": "d71c5d6a-7a6e-4c25-a859-cdc74b7f617e",
"name": "sample string 2",
"sales_organization_id": "8397663a-3281-41c5-8d32-d41df023cda1",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00",
"code": "sample string 7"
},
"job_priority_id": "25c55f7c-0ea5-42fa-bbf8-0fc21623719f",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "297220f0-ea1b-4ddd-b1bd-ba3012d3bbf1",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "d0b33def-c898-4988-b0c0-5d1518cac723",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"job_status_id": "56a94789-389f-4fac-8bb9-3b4e7413ceb5",
"job_status_code": "sample string 11",
"db_address_id": "2a2776da-c014-4082-ae25-f5e8fc820b83",
"contact_id": "a002a144-3d8e-4470-a52f-e584926d1dcc",
"requested_by_company_id": "d5b90701-1bec-4d70-bc9a-7f5c7f7cd018",
"requested_by_contact_id": "ede9224f-008d-4135-8483-2bd1a2dc075d",
"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-08-06T19:59:52.2173258+00:00",
"due_date": "2026-08-06T19:59:52.2173258+00:00",
"date_create": "2026-08-06T19:59:52.2173258+00:00",
"date_update": "2026-08-06T19:59:52.2173258+00:00",
"date_closed": "2026-08-06T19:59:52.2173258+00:00",
"suggested_user_id": "f3481c39-5642-43b4-8069-ff94fee0b12e",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "a59240e4-da14-4d4e-b5e2-043ebfff592c",
"db_language_id": "2f9a6a18-2933-49eb-87c6-1d245cb27655",
"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-08-06T19:59:52.2173258+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "79ec0174-5b7c-415d-809d-66035a92be1f",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "2b48673b-2cfa-4dfc-b7aa-6a7041301949",
"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": "9990aa8e-5429-41a3-9cf7-8ec383fe48dc",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "2b2cbd9a-c824-4a11-80ea-dbe01cc96d36"
},
"suggested_date_start": "2026-08-06T19:59:52.2173258+00:00",
"skill_id": "d613ad28-9c4f-4a5a-a22b-28e2bf73083e",
"skill_code": "sample string 32",
"skill": {
"id": "a4165cc1-1e0f-4c6a-8d42-4bd676e0c61e",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "cfefc0b7-9bc7-42ad-a575-3cb25305f51c",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "6b8fb988-8bf5-4de1-b5ca-390123c9bddc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c001063b-9e70-4553-90fe-ea79c01dccf6",
"db_currency_id": "31cf84dd-d366-4991-ba9a-872e19033d24",
"db_language_id": "c1c9a3ab-443c-44ad-98ed-8d9fba234bf4",
"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-08-06T19:59:52.2173258+00:00"
},
"modified_dateutc": "2026-08-06T19:59:52.2173258+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "be976a5a-5e60-416d-ba65-d59eea185a45",
"date_reported_by_company": "2026-08-06T19:59:52.2173258+00:00",
"id2": 36,
"company_id": "92a17ef7-296c-461f-ab51-3c60b67c37c6",
"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": "3f8a032f-a130-4d9e-827b-942b8cf17855",
"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-08-06T19:59:52.2173258+00:00"
}