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": "2e094c84-f518-47a8-9d30-b9d1c024ed14",
  "estimated_quantity": 2.0,
  "article_id": "fd4922bb-9c53-4feb-a3c1-6290a43b99ea",
  "article_code": "sample string 4",
  "article": {
    "id": "04b7e989-6b36-4807-8b31-f3d5a121307c",
    "article_category_id": "04080acf-e9ac-4b23-a5a8-7369ab265c15",
    "article_category": {
      "id": "3c65daf7-12da-474f-b951-00711e4f6d32",
      "parent_id": "87f09234-676d-481c-ae39-316319f80c2a",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-05-27T12:46:01.1361216+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "0c92548e-0a8d-424a-bb38-5bb6b2a1452a",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "d3cb239f-8a5a-417b-8136-17441416aeb5",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "ab7d726c-2e19-4df5-b5c4-5cb09c35be3c",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "8277ccf9-5334-47fc-a2c4-0aba390bed12",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "526fa49d-3832-43ac-b200-e6d25cbc7190",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "c9461296-44c4-4e54-9952-3f291d64a9a1",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-05-27T12:46:01.1361216+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-05-27T12:46:01.1516908+00:00",
    "date_update": "2026-05-27T12:46:01.1516908+00:00",
    "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00",
    "article_color_id": "88796456-dcf3-4833-9df0-69327bed2c0e",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "acff66f9-8ca6-4b7f-a301-8479eac5476a",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "775ad07e-57fc-470b-b5d7-02821935e102",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "eb0374d1-85dd-49cf-928d-3da675d61410",
    "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": "6e144354-adfe-4e0e-b8e3-7e7527aac508",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "3ef6c989-e56d-4fe1-8607-22e40bec958c",
    "_parent_id": "51735f15-1916-436e-98c5-caae2bf56b21",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "a0b45d11-03f6-4141-8996-a3bee0a1a160",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "706604f9-093b-4db4-8c2e-794118e816d5",
      "_parent_id": "27d4f20d-eb7c-49e9-87a0-ec71f119e879",
      "root_parent_id": "d59d4af3-fd17-48dd-b95a-48483ad7ff8d",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "44555c36-279e-4b79-b47a-ed8d42376584",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "ecafcc56-2bc0-415c-bdbb-0b8efbca4830",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "617fb97e-7eb8-40de-876e-a07f9d3a2da1",
        "_parent_code": "sample string 6",
        "sales_organization_id": "3164ccfa-3fc3-46cd-8e39-af9e61b65be5",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
          "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
          "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
          "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-05-27T12:46:01.1516908+00:00"
        },
        "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
      },
      "equipment_model_id": "71e89871-a1ba-4842-a368-64b6e70baecc",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "f4652525-7d0e-44f1-a71e-acbdcda283f6",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "fe8ca31c-8370-4c42-89f3-074e1c522958",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "163538b5-0cb4-4d18-ae79-0841d0bc607a",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "5d499f20-9d74-49bb-9978-4cf914f24953",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
            "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
            "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
            "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-05-27T12:46:01.1516908+00:00"
          },
          "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
        },
        "equipment_family_id": "4612363f-50cf-4071-a2c9-8ae03996db52",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "ecafcc56-2bc0-415c-bdbb-0b8efbca4830",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "617fb97e-7eb8-40de-876e-a07f9d3a2da1",
          "_parent_code": "sample string 6",
          "sales_organization_id": "3164ccfa-3fc3-46cd-8e39-af9e61b65be5",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
            "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
            "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
            "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-05-27T12:46:01.1516908+00:00"
          },
          "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
        },
        "date_in_production_since": "2026-05-27T12:46:01.1516908+00:00",
        "date_out_of_production_since": "2026-05-27T12:46:01.1516908+00:00",
        "date_end_support": "2026-05-27T12:46:01.1516908+00:00",
        "sales_organization_id": "6ba57cad-375e-413b-bde0-be0fb35ba64d",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
          "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
          "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
          "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-05-27T12:46:01.1516908+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-05-27T12:46:01.1516908+00:00"
      },
      "project_status_id": "a9e9834b-36dd-4e30-93f6-192707711a91",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "181a8ab7-684e-4081-b4ff-3936c0e08e7e",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "f94a60a3-3a6e-4bdc-806d-797dfbd23ed0",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
          "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
          "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
          "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-05-27T12:46:01.1516908+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
      },
      "company_id": "fd6064c3-93f9-41f7-97b6-ade72f0c1945",
      "company_code": "sample string 12",
      "db_address_id": "01dec2e1-463d-4c07-88b1-de10c6e5cc9a",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "8472e24e-11b0-459d-a1e5-44088fa3c982",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "f1ce1d5e-d501-4f89-b11e-7c9c69ab90b3",
      "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-05-27T12:46:01.1516908+00:00",
      "date_create": "2026-05-27T12:46:01.1516908+00:00",
      "date_update": "2026-05-27T12:46:01.1516908+00:00",
      "updated_by_user_id": "1e3cb923-3480-42dc-9a88-2944c852e7b1",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-05-27T12:46:01.1516908+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-05-27T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-05-27T12:46:01.1516908+00:00",
      "date_last_job": "2026-05-27T12:46:01.1516908+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-05-27T12:46:01.1516908+00:00",
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "54863c7b-0cc9-4799-b216-7cd04ac3151d",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "488f67cb-1da3-4abb-b99e-ec3ebb0599b1",
      "name": "sample string 2",
      "sales_organization_id": "95f615fd-340d-498a-8b0c-d236db449372",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "65251f97-2d88-4424-a69e-e803588e8801",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "07decdc6-8946-457e-9a88-99cbc972f0be",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "784a2d42-3b1c-4cdc-8ac6-85bc1f6a1462",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
        "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
        "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
        "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-05-27T12:46:01.1516908+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
    },
    "job_status_id": "7b2dfd80-3246-45c5-8b91-468399cf561b",
    "job_status_code": "sample string 11",
    "db_address_id": "98fa8f10-1341-4490-8916-2f8173552332",
    "contact_id": "2d87d058-cbb7-4cfc-9e63-26e3cf8372d3",
    "requested_by_company_id": "1934d9f9-d43e-4e42-ad86-63d55da6470a",
    "requested_by_contact_id": "f8a473a9-2a9c-470a-b246-11d348f3bf89",
    "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-05-27T12:46:01.1516908+00:00",
    "due_date": "2026-05-27T12:46:01.1516908+00:00",
    "date_create": "2026-05-27T12:46:01.1516908+00:00",
    "date_update": "2026-05-27T12:46:01.1516908+00:00",
    "date_closed": "2026-05-27T12:46:01.1516908+00:00",
    "suggested_user_id": "4e8efc01-ed88-4eec-bf4c-f9d7b66f3409",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "7a7b9f40-6765-4c6a-a237-3ed6d68b6609",
      "db_language_id": "685ae454-1e7d-427a-8632-8bbc2ed5b375",
      "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-05-27T12:46:01.1516908+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "829422ef-fe6a-4e7b-950b-6cfa57aa4304",
      "sales_organization": {
        "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
        "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
        "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
        "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-05-27T12:46:01.1516908+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "f213d39d-9325-4baf-be8b-c75fefe162b0",
      "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": "452c6e59-306f-4653-ad52-50f4eba12881",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "8c8f320b-9a38-4d78-bcb9-6eda7c6d13e8"
    },
    "suggested_date_start": "2026-05-27T12:46:01.1516908+00:00",
    "skill_id": "8bf00854-6271-48ff-82e8-9c1eb6db6b7b",
    "skill_code": "sample string 32",
    "skill": {
      "id": "8cd39734-718a-42fe-aa1c-2776631b2d6f",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "0cb5598c-04b2-4452-9a82-4eb309c91f4c",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "770aaee5-ead1-4958-b5ea-63f50f2ab5f1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "9357ec45-9b27-406b-bc27-b3f4214a9d39",
        "db_currency_id": "59f12bd1-d6a6-4a55-b671-a34a8b604422",
        "db_language_id": "ead17637-b353-447b-bb2a-736f3315f5a4",
        "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-05-27T12:46:01.1516908+00:00"
      },
      "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "c20120ed-8f3f-4d28-bb5d-c5cbc0410a29",
    "date_reported_by_company": "2026-05-27T12:46:01.1516908+00:00",
    "id2": 36,
    "company_id": "4d2d4f94-156a-4d2a-b921-cd1560c1fd37",
    "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": "06a59793-80a3-4a86-9e25-3f81020d48ef",
    "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-05-27T12:46:01.1516908+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-05-27T12:46:01.1516908+00:00"
}