Retrieves all the work orders

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

jobs
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "46a93b61-626d-4f29-a91b-aa194b4a9452",
  "_parent_id": "ecb37934-d452-4600-b2ad-c6f784b27016",
  "_parent_jobs_reference_back_office": "sample string 3",
  "project_id": "5db7f70d-acc8-499b-8947-ba825cda29c7",
  "project_reference_back_office": "sample string 5",
  "project": {
    "id": "7b60331d-deec-4788-bbef-e29e1838947c",
    "_parent_id": "19f2e949-d847-4955-abb8-0ea7129d2c6d",
    "root_parent_id": "d2cc7585-3264-42a4-951d-133708652492",
    "_parent_reference_back_office": "sample string 4",
    "equipment_family_id": "ace77edd-a976-4dcf-987e-4b71f8c814f4",
    "equipment_family_code": "sample string 6",
    "equipment_family": {
      "id": "44c878e9-1033-4b50-a9a9-2e5eaa0b950c",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "_parent_id": "72ac735b-bc29-4eb1-8d8e-4a1f1263afa7",
      "_parent_code": "sample string 6",
      "sales_organization_id": "2cc32d66-af0b-4a96-af0c-1c864827994f",
      "sales_organization_code": "sample string 8",
      "sales_organization": {
        "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
        "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
        "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
        "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-04-03T19:18:00.108138+00:00"
      },
      "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
    },
    "equipment_model_id": "90b60b24-de9e-462d-8c07-d2c1105c6d95",
    "equipment_model_code": "sample string 8",
    "equipment_model": {
      "id": "16890b6b-3c1d-42b5-abb8-8465ff5117fe",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "equipment_brand_id": "44cbcb41-e3b6-4367-a95c-f1d26acdbb47",
      "equipment_brand_code": "sample string 6",
      "equipment_brand": {
        "id": "0324410d-c822-4f7f-b493-a7d744a26f95",
        "name": "sample string 2",
        "code": "sample string 3",
        "sales_organization_id": "0d7c7719-4b0d-4384-8b30-af2b9fd3e62a",
        "sales_organization_code": "sample string 5",
        "sales_organization": {
          "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
          "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
          "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
          "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-04-03T19:18:00.108138+00:00"
        },
        "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
      },
      "equipment_family_id": "779eef4e-7553-4f68-8f73-6896984024cd",
      "equipment_family_code": "sample string 8",
      "equipment_family": {
        "id": "44c878e9-1033-4b50-a9a9-2e5eaa0b950c",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "72ac735b-bc29-4eb1-8d8e-4a1f1263afa7",
        "_parent_code": "sample string 6",
        "sales_organization_id": "2cc32d66-af0b-4a96-af0c-1c864827994f",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
          "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
          "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
          "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-04-03T19:18:00.108138+00:00"
        },
        "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
      },
      "date_in_production_since": "2026-04-03T19:18:00.108138+00:00",
      "date_out_of_production_since": "2026-04-03T19:18:00.108138+00:00",
      "date_end_support": "2026-04-03T19:18:00.108138+00:00",
      "sales_organization_id": "e5ec5a7b-f8d2-4537-96a7-6290f439463e",
      "sales_organization_code": "sample string 13",
      "sales_organization": {
        "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
        "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
        "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
        "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-04-03T19:18:00.108138+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-04-03T19:18:00.108138+00:00"
    },
    "project_status_id": "c885fac6-f277-4dea-b599-cdadb48dfa63",
    "project_status_code": "sample string 10",
    "project_status": {
      "id": "16cc2790-8908-4d01-9617-3bb9e240d49b",
      "name": "sample string 2",
      "is_default": true,
      "is_closed": true,
      "sales_organization_id": "89080a77-7999-4000-930f-a585e5c69f4c",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
        "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
        "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
        "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-04-03T19:18:00.108138+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
    },
    "company_id": "ab76d3d9-6728-43e5-921d-e09a0724a9f4",
    "company_code": "sample string 12",
    "db_address_id": "e6f6f22c-6a09-40e3-b345-1019cc84f872",
    "db_address_code": "sample string 14",
    "location": "sample string 15",
    "contact_id": "ab051ddc-4d6e-49c4-a153-d41be6bd46b5",
    "contact_reference_back_office": "sample string 17",
    "owner_user_id": "d6cc1645-4bf8-46fc-9fee-30747ac4ee73",
    "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-04-03T19:18:00.108138+00:00",
    "date_create": "2026-04-03T19:18:00.108138+00:00",
    "date_update": "2026-04-03T19:18:00.108138+00:00",
    "updated_by_user_id": "d686049f-ecc0-444c-8235-282f549997f0",
    "customer_reference": "sample string 28",
    "warranty_date_until": "2026-04-03T19:18:00.108138+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-04-03T00:00:00+00:00",
    "shutdown_consequence": "sample string 35",
    "id2": 36,
    "nb_open_jobs": 37,
    "date_next_job": "2026-04-03T19:18:00.108138+00:00",
    "date_last_job": "2026-04-03T19:18:00.108138+00:00",
    "nb_jobs_planned": 40,
    "nb_jobs_tobeplanned": 41,
    "nb_jobs_waitingfurtheraction": 42,
    "back_office_timestamp": "2026-04-03T19:18:00.108138+00:00",
    "modified_dateutc": "2026-04-03T19:18:00.108138+00:00",
    "is_mobile_installation": true
  },
  "job_type_id": "6ed89dbe-f43c-463b-8239-be3148fcfba7",
  "job_type_code": "sample string 7",
  "job_type": {
    "id": "c67c5b2b-6839-4ac9-83df-e4276bfec0c9",
    "name": "sample string 2",
    "sales_organization_id": "5e3bf296-1175-418a-ba44-92844b3d4818",
    "description": "sample string 4",
    "is_default": true,
    "modified_dateutc": "2026-04-03T19:18:00.108138+00:00",
    "code": "sample string 7"
  },
  "job_priority_id": "b22c904d-4028-414c-bff7-b87909fca1ca",
  "job_priority_code": "sample string 9",
  "job_priority": {
    "id": "c8d7a3ce-6122-4e73-94b6-e9277104aacc",
    "name": "sample string 2",
    "is_default": true,
    "sequence": 4,
    "sales_organization_id": "1efd9d68-2ac2-41ec-a307-ffd734028af7",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
      "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
      "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
      "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-04-03T19:18:00.108138+00:00"
    },
    "code": "sample string 7",
    "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
  },
  "job_status_id": "b9a5713a-e1dc-472e-a667-24c95340f12c",
  "job_status_code": "sample string 11",
  "db_address_id": "6a05be01-25d0-469f-8eed-a01a1a020731",
  "contact_id": "749a62fb-75aa-4f96-a399-728fd67309f4",
  "requested_by_company_id": "cc63a779-4dde-40a0-8348-203ccd0af20d",
  "requested_by_contact_id": "7fb3a6aa-650e-4719-aa3c-59f13e3e0e99",
  "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-04-03T19:18:00.108138+00:00",
  "due_date": "2026-04-03T19:18:00.108138+00:00",
  "date_create": "2026-04-03T19:18:00.108138+00:00",
  "date_update": "2026-04-03T19:18:00.108138+00:00",
  "date_closed": "2026-04-03T19:18:00.108138+00:00",
  "suggested_user_id": "28f9e841-67c4-415e-baa1-126e97883a6d",
  "suggested_user_code": "sample string 29",
  "suggested_user": {
    "id": "ae395a1b-0c42-4e84-a1ff-894907052b52",
    "db_language_id": "c73e8597-23d8-43d1-ab73-c25d4d652ceb",
    "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-04-03T19:18:00.108138+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "f17e3ab9-babe-4cef-b6fd-96b06d5875b8",
    "sales_organization": {
      "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
      "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
      "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
      "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-04-03T19:18:00.108138+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "c4999942-50f6-4629-b7f4-437f02f58b04",
    "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": "ec00adaa-9df1-4345-bc4a-b227012f130b",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-04-03T19:18:00.108138+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "3637eeb8-a9a5-4d0c-b6bf-ecbb4466bd42"
  },
  "suggested_date_start": "2026-04-03T19:18:00.108138+00:00",
  "skill_id": "f477ebe2-a1d7-471f-97d6-c32e1aa689f3",
  "skill_code": "sample string 32",
  "skill": {
    "id": "6b7dc144-60fa-43de-ac2f-5718e3a4ee07",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "fdb7274d-976b-43d2-bd7f-dbb4e12f18cf",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "ae14ab89-d211-4362-a028-e1a3103ed60c",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "2c300486-3be7-42b4-be2f-134920f9d465",
      "db_currency_id": "8c245b9f-42af-49eb-87bc-4ead74c8ce08",
      "db_language_id": "9f6a4337-e0c1-40a2-bca3-f17a7db1e432",
      "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-04-03T19:18:00.108138+00:00"
    },
    "modified_dateutc": "2026-04-03T19:18:00.108138+00:00"
  },
  "customer_reference": "sample string 33",
  "approval_responsible_user_id": "a592c1ed-456b-4668-a393-e5487bff3d8e",
  "date_reported_by_company": "2026-04-03T19:18:00.108138+00:00",
  "id2": 36,
  "company_id": "252a1922-80d8-4625-a123-a09f4aea8996",
  "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": "e88108b9-89fb-433f-99a5-db61049420f1",
  "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-04-03T19:18:00.108138+00:00"
}