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": "6c685b2a-02f1-45e8-afd0-839a825bc037",
  "estimated_quantity": 2.0,
  "article_id": "444206a4-c8af-4a73-bbf5-0f618f84ea97",
  "article_code": "sample string 4",
  "article": {
    "id": "d5bf15cd-641c-4da1-9d14-2f879255564d",
    "article_category_id": "3ca11a88-256a-4c19-8d64-3b5d2ec35856",
    "article_category": {
      "id": "b65d57e3-3d76-41a6-995a-c19da076c25a",
      "parent_id": "90e6bd49-996e-401b-9a82-06d5c5fe2fd9",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "52ecbeea-1e1a-4656-826e-21b8c97e2cb4",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "ae9f526e-2ce7-48d4-852e-3b7a3e5fb79c",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "381d4d6c-90b3-4b00-a5d3-e5b715dea1ca",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "17a617e4-bf6a-4575-bbcc-f8c0d47e5e06",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "1830e0f9-e416-4569-b978-a0549fca6027",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "06dd177e-899e-49ef-9860-60a60303bb74",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-06-08T08:33:07.7525922+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-06-08T08:33:07.7525922+00:00",
    "date_update": "2026-06-08T08:33:07.7525922+00:00",
    "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00",
    "article_color_id": "7bcddef5-db40-4721-a0ae-8083beed033c",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "40e29506-fb4b-483b-8b05-ac527fd72bd7",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "bed3f967-30e4-4746-8579-5d0f18e94beb",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "5434381f-0a19-4d65-9847-1749420171a9",
    "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": "d6102a59-9839-4891-890e-1d07cf4fb5e7",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "cca33c05-c239-4771-aa69-7ba78e60ed8d",
    "_parent_id": "603be729-cf8f-472f-81fa-cc24a905f6b7",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "499ec048-2109-40a1-b471-6ef46b9899e6",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "d40b6b06-7e51-46c7-a221-56b1458aefb5",
      "_parent_id": "16fe2ec0-743c-44b5-a054-335042958d1b",
      "root_parent_id": "beb04778-b707-4c86-8a55-9599ac53617b",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "213c2a27-e40c-4d58-b1d4-24d52b903f68",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "c2b9f01b-d2a2-4e62-8225-f4449ffecc1b",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "d7981ec5-b982-4454-8b42-097bef289da1",
        "_parent_code": "sample string 6",
        "sales_organization_id": "4ad494ca-61bd-44e0-a4f0-cbb1b218d130",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
          "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
          "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
          "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-06-08T08:33:07.7525922+00:00"
        },
        "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
      },
      "equipment_model_id": "6ceb86e0-1ad5-4a96-a94a-9384d47c507c",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "ce4f1e22-cb62-4ebf-b5d1-8f60d5e9827d",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "0f1154e6-66bf-4b76-9582-17fc15541b2b",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "2e8ff613-40c8-4484-8811-d58d6265781c",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "b89b34f4-7000-4b36-b727-6aa8b3ccbfbf",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
            "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
            "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
            "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-06-08T08:33:07.7525922+00:00"
          },
          "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
        },
        "equipment_family_id": "1dcb076d-1e74-4950-8407-d75f9e0d0300",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "c2b9f01b-d2a2-4e62-8225-f4449ffecc1b",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "d7981ec5-b982-4454-8b42-097bef289da1",
          "_parent_code": "sample string 6",
          "sales_organization_id": "4ad494ca-61bd-44e0-a4f0-cbb1b218d130",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
            "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
            "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
            "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-06-08T08:33:07.7525922+00:00"
          },
          "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
        },
        "date_in_production_since": "2026-06-08T08:33:07.7525922+00:00",
        "date_out_of_production_since": "2026-06-08T08:33:07.7525922+00:00",
        "date_end_support": "2026-06-08T08:33:07.7525922+00:00",
        "sales_organization_id": "db33cebb-4184-418d-ab8c-6ebbaeaffba5",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
          "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
          "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
          "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-06-08T08:33:07.7525922+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-06-08T08:33:07.7525922+00:00"
      },
      "project_status_id": "90b5d2db-acd0-4e28-ad3c-1fe5ab1c252d",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "9dd2c17d-80d3-4252-867f-21f1d5256eb0",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "a4bd855d-2bbc-4323-b0cd-9f8b572eceba",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
          "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
          "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
          "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-06-08T08:33:07.7525922+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-06-08T08:33:07.7525922+00:00"
      },
      "company_id": "1898750a-144f-47ef-a67d-3ec64f70609f",
      "company_code": "sample string 12",
      "db_address_id": "6f5fb197-c5a8-4b01-8c7f-7986a2409f3f",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "626ca43e-23de-4dd5-b1b5-bf93646f6847",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "ba04e9ca-3f23-4d71-9d5e-1d9baa794175",
      "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-06-08T08:33:07.7525922+00:00",
      "date_create": "2026-06-08T08:33:07.7525922+00:00",
      "date_update": "2026-06-08T08:33:07.7525922+00:00",
      "updated_by_user_id": "969f4950-7167-47a4-a85d-1e94b0b3d153",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-06-08T08:33:07.7525922+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-06-08T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-06-08T08:33:07.7525922+00:00",
      "date_last_job": "2026-06-08T08:33:07.7525922+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-06-08T08:33:07.7525922+00:00",
      "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "2926416d-a284-4c95-be2f-4af274564856",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "91580b09-98a0-4ee3-a669-f760ed85bbd2",
      "name": "sample string 2",
      "sales_organization_id": "a7c17ea4-867b-42f7-b655-bf2c9c65e954",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "a3222ef9-c765-43ff-809e-ce5d4bae5aa7",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "072b2b34-5e68-42bf-9edc-40c73c24ec41",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "6d053573-191b-4888-8440-9e10f4049206",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
        "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
        "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
        "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-06-08T08:33:07.7525922+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00"
    },
    "job_status_id": "409046df-51c3-42a3-b1c7-7794a282d2f2",
    "job_status_code": "sample string 11",
    "db_address_id": "9a634f43-36e4-4d37-9c29-e6c3ab9958b1",
    "contact_id": "8dc28e41-bf26-4db4-ad19-a5648ed36e0d",
    "requested_by_company_id": "bf227237-14f9-483b-89e3-38271dd62a0f",
    "requested_by_contact_id": "1a0e2df0-0041-4345-bbf2-7bc47584cc9a",
    "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-06-08T08:33:07.7682176+00:00",
    "due_date": "2026-06-08T08:33:07.7682176+00:00",
    "date_create": "2026-06-08T08:33:07.7682176+00:00",
    "date_update": "2026-06-08T08:33:07.7682176+00:00",
    "date_closed": "2026-06-08T08:33:07.7682176+00:00",
    "suggested_user_id": "3149219c-308c-473d-b288-b7727fdd0a94",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "41cecfdc-75cc-41e5-9065-e056682decb4",
      "db_language_id": "d72a48ef-983a-4524-8ccf-9f08bf4e35c1",
      "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-06-08T08:33:07.7682176+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "ba72802d-8fa6-4679-855e-c2c944a9c6f7",
      "sales_organization": {
        "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
        "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
        "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
        "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-06-08T08:33:07.7525922+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "c7e30131-d7d9-400c-8edd-93ca7cb58cfd",
      "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": "51516dab-3991-4063-8c30-41c559e46907",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "d12b2888-b0aa-47fd-80ac-e0efb7dfc3a8"
    },
    "suggested_date_start": "2026-06-08T08:33:07.7682176+00:00",
    "skill_id": "e03a5b2d-3a14-4b15-a13b-9ab7a41c5cc5",
    "skill_code": "sample string 32",
    "skill": {
      "id": "cfb60df8-a9b5-4775-b5cb-27246eff68fd",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "50808834-d49b-44db-9168-ecd6dc24d0fe",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "ce164b06-6920-430a-bdaf-3021a4c84318",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "490013a1-10ba-4fc0-9eea-1bfc890f527c",
        "db_currency_id": "6c5e937e-d782-4987-a768-a0e284ad5e67",
        "db_language_id": "d1dd49ff-a47b-451b-a8b8-49dbbff48816",
        "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-06-08T08:33:07.7525922+00:00"
      },
      "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "f4ca1a55-d5ee-4560-abe0-96a2b679b3e0",
    "date_reported_by_company": "2026-06-08T08:33:07.7682176+00:00",
    "id2": 36,
    "company_id": "139c80f7-1a51-4a8c-b3a9-060d12762797",
    "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": "fdad9465-d1c9-4e2c-aae1-6b8503d7e944",
    "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-06-08T08:33:07.7682176+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-08T08:33:07.7682176+00:00"
}