Retrieves all the job_estimated_quantity objects

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_estimated_quantity
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

estimated_quantity

Estimated quantity

decimal number

Required

Range: inclusive between 0.1 and 1.79769313486232E+308

article_id

Foreign key of the article

globally unique identifier

Optionally required : article_id, article_code or article must be provided

article_code

Embedded entity "article" using ERP PK when adding/updating

string

Optionally required : article_id, article_code or article must be provided

article

Embedded entity "article" when adding/updating

article

Optionally required : article_id, article_code or article must be provided

jobs_id

Foreign key of the jobs

globally unique identifier

Optionally required : jobs_id, jobs_reference_back_office or jobs must be provided

jobs_reference_back_office

Embedded entity "jobs" using ERP PK when adding/updating

string

Optionally required : jobs_id, jobs_reference_back_office or jobs must be provided

jobs

Embedded entity "jobs" when adding/updating

jobs

Optionally required : jobs_id, jobs_reference_back_office or jobs must be provided

reference_back_office

The Id/Ref of the back office for this job. Used by Embedded entity

string

Max length: 50

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "e72b077c-4864-4cc9-9e88-7756909fe1ef",
  "estimated_quantity": 2.0,
  "article_id": "99f39566-38c4-4630-98c3-f130a5ab8075",
  "article_code": "sample string 4",
  "article": {
    "id": "7f81da14-64be-4ef8-b775-b4571b812515",
    "article_category_id": "feb79754-11f5-4f54-a6ec-c380813f0690",
    "article_category": {
      "id": "7c0fc0ca-39b6-433b-b6d7-ca1efe4f1daf",
      "parent_id": "622aaa95-3514-4742-9211-682acdfcd046",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "38d69c44-d369-4db9-98c7-f5e78b2724de",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "70bbd764-ff85-424b-a744-81db98ba207f",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "484b7e99-5856-4892-b0cc-017959e4a4a1",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "7f2350ba-4220-40fb-88a5-fa6c182e9b3c",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "0aeacf1e-b73c-490e-a3f8-998da388a410",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "27c54e11-7203-4f02-a18b-d42dbdcedde9",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-08-07T04:55:49.1258646+00:00",
    "article_increment": 20,
    "min_article_quantity": 21,
    "entered_price": 22.0,
    "cost_price": 23.1,
    "no_stock": true,
    "archived": true,
    "is_travel_fee": true,
    "is_mileage_fee": true,
    "code": "sample string 28",
    "name": "sample string 29",
    "description_short": "sample string 30",
    "description_long": "sample string 31",
    "barcode": "sample string 32",
    "notes": "sample string 33",
    "date_create": "2026-08-07T04:55:49.1258646+00:00",
    "date_update": "2026-08-07T04:55:49.1258646+00:00",
    "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00",
    "article_color_id": "078f6cf3-0395-42d1-86d3-34418343603e",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "6bf1ff9d-df65-4211-a974-b30bede948d6",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "e08cde9e-ac5f-49a6-9ae5-995b118f77f5",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "1f11a005-f7fc-4ab6-94d7-9eaf8efe3d35",
    "db_unit_of_measure_code_selling": "sample string 44",
    "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"
      }
    ]
  },
  "jobs_id": "3e138afe-16f1-4648-bcd2-371c21a466bd",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "b20981bd-52d9-47ce-a47f-e90f4dae1ac9",
    "_parent_id": "c272f8c9-f84b-4528-bbf0-2634040e8b62",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "963051a8-a9f8-4bf0-b359-8aae985d8b6c",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "148dc96a-d20b-4b42-a583-842488af73b3",
      "_parent_id": "d27224aa-7614-4b27-9b79-0cf4c4437056",
      "root_parent_id": "86fa1ffa-a139-4130-8b14-c8aa95dae060",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "06a851d4-5a07-44f6-b549-8f4897dfc1f4",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "309289db-acce-4a05-9316-382cd1a0d98a",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "94107e55-ac30-42c8-92b2-34a9a847a506",
        "_parent_code": "sample string 6",
        "sales_organization_id": "cae2d17c-5c68-4187-adfb-04c640e06700",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
          "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
          "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
          "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-07T04:55:49.1258646+00:00"
        },
        "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
      },
      "equipment_model_id": "78709b52-2d8b-4a53-807d-dc50b2ade405",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "c71228be-97c2-4cdb-9703-24b22d01e461",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "0d56a844-33a8-43d6-aa06-76d6d04927e1",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "74481508-1973-4706-9754-5c13d4aea25d",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "75720aae-e131-4948-b64a-2df52d4c3ea3",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
            "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
            "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
            "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-07T04:55:49.1258646+00:00"
          },
          "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
        },
        "equipment_family_id": "a3a2cca6-ad51-4dae-85bd-cd995426c241",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "309289db-acce-4a05-9316-382cd1a0d98a",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "94107e55-ac30-42c8-92b2-34a9a847a506",
          "_parent_code": "sample string 6",
          "sales_organization_id": "cae2d17c-5c68-4187-adfb-04c640e06700",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
            "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
            "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
            "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-07T04:55:49.1258646+00:00"
          },
          "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
        },
        "date_in_production_since": "2026-08-07T04:55:49.1258646+00:00",
        "date_out_of_production_since": "2026-08-07T04:55:49.1258646+00:00",
        "date_end_support": "2026-08-07T04:55:49.1258646+00:00",
        "sales_organization_id": "a38d0daa-4fcf-4b01-8189-f01dbcef5c39",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
          "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
          "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
          "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-07T04:55:49.1258646+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-07T04:55:49.1258646+00:00"
      },
      "project_status_id": "69a3a08e-a79b-49e9-9cf8-e33559621471",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "5ed18ee7-db8d-48d5-8a53-1059ef608482",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "47cfe027-5675-4642-a6fe-0f43b8d3ad75",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
          "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
          "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
          "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-07T04:55:49.1258646+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
      },
      "company_id": "3ef22006-80bb-4155-8156-b385f9b79d66",
      "company_code": "sample string 12",
      "db_address_id": "ea59f791-1e37-4c68-9340-bad68dfb836a",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "32d285d8-81b8-4d93-94ec-185920ed4793",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "3c018fb5-56d6-4581-afe5-6063bf657c76",
      "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-07T04:55:49.1258646+00:00",
      "date_create": "2026-08-07T04:55:49.1258646+00:00",
      "date_update": "2026-08-07T04:55:49.1258646+00:00",
      "updated_by_user_id": "e5312643-8208-4d60-98be-f8e1e89c681f",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-08-07T04:55:49.1258646+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-07T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-08-07T04:55:49.1258646+00:00",
      "date_last_job": "2026-08-07T04:55:49.1258646+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-08-07T04:55:49.1258646+00:00",
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5ddf9f2b-c812-402d-9a8e-8943dd1ca65f",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "0cc8db67-749a-4d53-80b5-b10d108c71cb",
      "name": "sample string 2",
      "sales_organization_id": "9da1a87f-d2d5-4e62-928b-2efcb91cb06d",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "ec38e2f2-db4b-4e25-b8b1-0fff5d2e7bbc",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "3a1b59ff-70e1-4835-b2a4-44927777b130",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "c281501c-83b9-4e05-9109-b6a97de6f6db",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
        "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
        "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
        "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-07T04:55:49.1258646+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
    },
    "job_status_id": "ea13d423-c254-47cf-bfce-f3e05e6cae9f",
    "job_status_code": "sample string 11",
    "db_address_id": "f9e01a09-0862-497b-81ce-6c7cadcc55a8",
    "contact_id": "9e3b2443-6afa-4d5b-b549-ec85bd096be8",
    "requested_by_company_id": "40441fd2-df4d-475d-a5d9-860a998e9a98",
    "requested_by_contact_id": "9a61ba2e-77ad-4cd2-85f1-f5d5e78b9d35",
    "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-07T04:55:49.1258646+00:00",
    "due_date": "2026-08-07T04:55:49.1258646+00:00",
    "date_create": "2026-08-07T04:55:49.1258646+00:00",
    "date_update": "2026-08-07T04:55:49.1258646+00:00",
    "date_closed": "2026-08-07T04:55:49.1258646+00:00",
    "suggested_user_id": "43148379-0d1a-4c5a-ac09-123b6d4c7973",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "6fa9c1ee-4d19-4e8d-9d46-562031cf65c8",
      "db_language_id": "1413ecbb-f06d-4fa4-bd3f-a81827ffa639",
      "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-07T04:55:49.1258646+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "543c13db-8ebe-4d65-bee7-9320fb7e1139",
      "sales_organization": {
        "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
        "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
        "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
        "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-07T04:55:49.1258646+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "fa1fdc93-6683-44e2-b7f4-272c5ee577c5",
      "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": "f8dca2cf-f1e5-47bd-aa2f-14980b4a744c",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "ae40a28e-9e96-4252-afc8-471b58d9d2d3"
    },
    "suggested_date_start": "2026-08-07T04:55:49.1258646+00:00",
    "skill_id": "55a64f6a-4c30-4bdc-a98b-d99b47a854cd",
    "skill_code": "sample string 32",
    "skill": {
      "id": "0a9070bf-5e88-44e1-8881-5d6d57033d87",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "0913e5a9-b169-427f-ae30-00ace2145489",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "de677a8f-8163-4da6-af35-89a54f7d7f2d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "8d6f83f4-7f22-4e34-9d4d-2af82e49ad48",
        "db_currency_id": "dd8e270b-f1e2-4d39-8485-5acc623ea30d",
        "db_language_id": "8f98c323-1604-4862-968d-547f76c0e08a",
        "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-07T04:55:49.1258646+00:00"
      },
      "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "236762f8-f414-47de-88e6-d0700883e933",
    "date_reported_by_company": "2026-08-07T04:55:49.1258646+00:00",
    "id2": 36,
    "company_id": "f8eeeced-4954-4c64-a22f-3caea5da0a3a",
    "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": "1b994d95-a8f9-47bd-9558-0c04c882fc1e",
    "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-07T04:55:49.1258646+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-08-07T04:55:49.1258646+00:00"
}