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": "1f44a3dc-811b-4c5c-ab19-7079abf3ce82",
"_parent_id": "cab6f899-2a10-4e66-a7f4-45367df55d3f",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "24e3daa4-4809-4508-89a7-f3bfedcdb138",
"project_reference_back_office": "sample string 5",
"project": {
"id": "8fe3ea1d-5cec-4d28-a43f-b9f0783c5943",
"_parent_id": "028004a4-fbdc-4188-a22a-98a659c81201",
"root_parent_id": "415be0dd-4f2f-4d08-8f9d-1f0d6ade6a19",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "01c31e45-6fd6-4308-a21e-59dab50c445c",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "18a551e6-9695-46e8-88e4-3a2e65d59581",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "6aa1369e-e65f-44c1-a3c3-468a07642443",
"_parent_code": "sample string 6",
"sales_organization_id": "b09fdb51-98b5-4fdb-be0a-5272487dce41",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"equipment_model_id": "e55c7267-c91a-47f7-b79d-c83b27bdce51",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "7ac98ea0-fcbe-4bc6-a051-a42c3c311ded",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "74f2410d-264b-446f-83fc-1c5f8cc45ebf",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "a619580e-0b17-4238-a4d7-e2ea94376fef",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "bcfe9886-43e4-4298-976b-62f28eebaf10",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"equipment_family_id": "9252cd93-5ba9-46b0-9302-a9fec6bb3e59",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "18a551e6-9695-46e8-88e4-3a2e65d59581",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "6aa1369e-e65f-44c1-a3c3-468a07642443",
"_parent_code": "sample string 6",
"sales_organization_id": "b09fdb51-98b5-4fdb-be0a-5272487dce41",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"date_in_production_since": "2026-09-06T20:43:01.7500901+00:00",
"date_out_of_production_since": "2026-09-06T20:43:01.7500901+00:00",
"date_end_support": "2026-09-06T20:43:01.7500901+00:00",
"sales_organization_id": "510bcece-6b0a-404e-b814-91324153520f",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+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-09-06T20:43:01.7500901+00:00"
},
"project_status_id": "512c4b1b-794a-4eac-88c0-537f4ede42df",
"project_status_code": "sample string 10",
"project_status": {
"id": "ca9fb98c-9fc8-42c7-9a55-02ab0eadaab5",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "0c23d2a9-1e23-48a1-bdf3-15b503219892",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"company_id": "5e2910d4-82f8-43fb-ae82-98f5de47b227",
"company_code": "sample string 12",
"db_address_id": "80d21b90-374f-469e-bcc8-558cc94bc3ae",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "de1c94ea-920c-4f21-bbc6-7e73dede96a0",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "b114b11b-5402-4159-a0a0-25816c593b81",
"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-09-06T20:43:01.7500901+00:00",
"date_create": "2026-09-06T20:43:01.7500901+00:00",
"date_update": "2026-09-06T20:43:01.7500901+00:00",
"updated_by_user_id": "06f44387-9f86-4998-a38b-61c4fc16d7f6",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-09-06T20:43:01.7500901+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-09-06T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-09-06T20:43:01.7500901+00:00",
"date_last_job": "2026-09-06T20:43:01.7500901+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-09-06T20:43:01.7500901+00:00",
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00",
"is_mobile_installation": true
},
"job_type_id": "6fc14830-da77-4e28-8159-d079abebe60a",
"job_type_code": "sample string 7",
"job_type": {
"id": "db337ff8-4517-4881-a4c9-7135c5658b25",
"name": "sample string 2",
"sales_organization_id": "41b90176-b662-49aa-b2cb-905418283690",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00",
"code": "sample string 7"
},
"job_priority_id": "822a4ed5-76d9-4c31-9e09-13c6c6a315bb",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "bc2df951-4570-4aa2-9e0e-4b605fc6857b",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "4f3b2ba8-e9cb-4c69-bb53-5c932b52f46d",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"job_status_id": "a2383d6c-da63-420a-8cb7-543cc5dbd2e0",
"job_status_code": "sample string 11",
"db_address_id": "bac5afaf-b6c7-4803-971f-6db58fc89087",
"contact_id": "10d44f13-4f6d-4057-9982-fb269188e660",
"requested_by_company_id": "6a6a92c3-2a2a-468f-b0a7-920cd0547546",
"requested_by_contact_id": "0b556a74-fff2-4ba3-9a32-5ebe8720941e",
"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-09-06T20:43:01.7500901+00:00",
"due_date": "2026-09-06T20:43:01.7500901+00:00",
"date_create": "2026-09-06T20:43:01.7500901+00:00",
"date_update": "2026-09-06T20:43:01.7500901+00:00",
"date_closed": "2026-09-06T20:43:01.7500901+00:00",
"suggested_user_id": "36a5d22b-03d7-4345-bfd2-5209ca8b6281",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "0114960e-091e-4122-b94c-2379f084afe2",
"db_language_id": "c1f8b1c6-24e2-4b73-a368-d2427c3dce4f",
"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-09-06T20:43:01.7500901+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "04653dc5-b75a-4759-8b2a-006407b8a84a",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "173b5141-e025-455f-9807-606c165c0a00",
"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": "bd9a805e-52d2-44c2-8a6b-d69238903ca7",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "2ec52292-65d2-4c65-bdec-215db44b0e4c"
},
"suggested_date_start": "2026-09-06T20:43:01.7500901+00:00",
"skill_id": "fca613b2-3889-458c-9e37-3de5f71beed3",
"skill_code": "sample string 32",
"skill": {
"id": "c151ef18-8222-4de4-b6d5-c273f377890a",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "1628e0d7-7ba6-44ea-b398-cd9eeb44198d",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "49d0ee68-86b0-4fbb-8cb8-b2ad39e39764",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "c1e425c2-3753-4fd4-9b39-d5d8d090b6b0",
"db_currency_id": "0c3d9795-8f37-4d30-b29e-9252215e0c6b",
"db_language_id": "d4c0b152-684f-40b5-adc8-49e187974924",
"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-09-06T20:43:01.7500901+00:00"
},
"modified_dateutc": "2026-09-06T20:43:01.7500901+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "7763d77c-e3ff-4a83-b8ac-ea2080bf90f6",
"date_reported_by_company": "2026-09-06T20:43:01.7500901+00:00",
"id2": 36,
"company_id": "3b1cb19d-0724-4d8b-9321-e9bdc1dfd1d7",
"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": "90af1a43-473d-4d53-97e3-a630d022cb31",
"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-09-06T20:43:01.7500901+00:00"
}