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": "6deca083-04ff-4aae-bd97-c2e11cc5ea7a",
  "estimated_quantity": 2.0,
  "article_id": "0c60f042-82cb-4375-b344-0325c008cd92",
  "article_code": "sample string 4",
  "article": {
    "id": "c09f9573-011b-4aa1-8e66-b8ea774cf434",
    "article_category_id": "a460eeca-2b98-49f5-b81f-bb7504b783e4",
    "article_category": {
      "id": "773e1b40-35be-4212-99a4-b42fab4a733a",
      "parent_id": "f4721792-e13d-4960-8ab7-87da1f40bb44",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "7b5aa2ae-184a-4014-970f-6c91f5ab82fb",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "d38896ed-0b57-43ed-a4fa-a4e748d48152",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "0b2e4ea0-5616-4371-92c4-610c71b621c4",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "8ffa86a2-c66c-4858-98d2-058703b7f9a7",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "b3f9b353-5de1-4639-9f4a-2d500557e278",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "b2342734-18a2-46dd-950b-7fb8cbf5fc8f",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-09-03T23:06:45.2356854+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-09-03T23:06:45.2356854+00:00",
    "date_update": "2026-09-03T23:06:45.2356854+00:00",
    "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00",
    "article_color_id": "40f02db3-24d8-4ebe-8f9f-fd70d1cbbea2",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "67c7f65f-6e9c-44d4-a837-17ee83d86267",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "0e12a852-b49d-4e60-a44b-a1b99502d4ab",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "3f310ae7-971c-4c15-900b-cbdbd6cf79df",
    "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": "61d4665d-c303-4c25-bba8-79baa95048cc",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "73f8a919-060e-46cb-b280-47523b60b512",
    "_parent_id": "79f4af43-0a71-477e-a2e8-40f01951713b",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "e20bfbc9-c8a4-4e1c-96a0-63b23a960250",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "bef18898-8adb-49af-a3c0-dbc646357463",
      "_parent_id": "561f7335-0bf1-439c-be9f-94f7999ea895",
      "root_parent_id": "da699871-014c-424d-b586-c45e5f61368e",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "dfa88103-2bd5-4094-8968-480bc7fecf56",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "aa7dbf07-b32b-4ad6-bf0f-c9e59ed8773e",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "795908c4-162e-41d6-ab37-9ce1480bf7f1",
        "_parent_code": "sample string 6",
        "sales_organization_id": "dcb1eb74-fb31-4943-8eff-ddd7296ec989",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
          "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
          "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
        },
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "equipment_model_id": "d872ddd0-9e2b-4034-9745-7363e61eba28",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "8fcc131e-6625-4956-8398-1b7549135bdd",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "f42c8061-84b9-4ec6-baf8-6dab7861d700",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "6f7f95fc-e0c1-4318-bb85-2e25d1fa793f",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "2bedf69e-b4f3-48cb-8603-6fca882159f7",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
            "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
            "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
          },
          "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
        },
        "equipment_family_id": "af5f74c9-b906-48b9-b06b-a29d383d315d",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "aa7dbf07-b32b-4ad6-bf0f-c9e59ed8773e",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "795908c4-162e-41d6-ab37-9ce1480bf7f1",
          "_parent_code": "sample string 6",
          "sales_organization_id": "dcb1eb74-fb31-4943-8eff-ddd7296ec989",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
            "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
            "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
          },
          "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
        },
        "date_in_production_since": "2026-09-03T23:06:45.2356854+00:00",
        "date_out_of_production_since": "2026-09-03T23:06:45.2356854+00:00",
        "date_end_support": "2026-09-03T23:06:45.2356854+00:00",
        "sales_organization_id": "76edf4e8-d404-4961-8968-88a28f39b51c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
          "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
          "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
        },
        "replacement_period_nb_months": 14,
        "warranty_period_nb_months": 15,
        "translations": [
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          },
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          }
        ],
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "project_status_id": "da0b7d39-e22e-43c9-8535-3a5cf21e5713",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "9de22924-964e-4d5c-b5d2-57bbe15a9563",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "fc529f3f-db68-443d-af78-3bbbec4b19b4",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
          "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
          "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "company_id": "428e9717-1788-4a86-98dd-bc998e307b25",
      "company_code": "sample string 12",
      "db_address_id": "a74fcb83-87ec-4c96-b8fb-9a740d713b68",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "31189660-b120-4449-b83e-71b8607e0a89",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "0578dd4d-4b41-42e2-9082-1bdb4376f711",
      "name": "sample string 19",
      "description": "sample string 20",
      "reference_back_office": "sample string 21",
      "serial_number": "sample string 22",
      "barcode": "sample string 23",
      "date_start_production": "2026-09-03T23:06:45.2356854+00:00",
      "date_create": "2026-09-03T23:06:45.2356854+00:00",
      "date_update": "2026-09-03T23:06:45.2356854+00:00",
      "updated_by_user_id": "e2804ac9-956a-414e-8675-aeaa3e2097db",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-09-03T23:06:45.2356854+00:00",
      "last_standard_result_score_1": "sample string 30",
      "last_standard_result_score_2": "sample string 31",
      "target_standard_result_score_1": "sample string 32",
      "target_standard_result_score_2": "sample string 33",
      "date_built": "2026-09-03T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-09-03T23:06:45.2356854+00:00",
      "date_last_job": "2026-09-03T23:06:45.2356854+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-09-03T23:06:45.2356854+00:00",
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "0678aa28-b032-4bf7-bbfb-97eb04879132",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "e3435cc6-a492-4cf4-aee4-3297a741290e",
      "name": "sample string 2",
      "sales_organization_id": "68b1ef3e-4d26-4168-a9b9-cc8bab392172",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "b3e44f7f-de37-414f-be0b-6d3b7b2d9864",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "f0f9df51-0c47-4986-9088-3f011bfd2823",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "d2e7acab-3fc8-4a17-98c7-18f9e04e51c4",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
        "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
        "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
    },
    "job_status_id": "682f6acd-a984-4706-b828-e3ec5340a9a3",
    "job_status_code": "sample string 11",
    "db_address_id": "b73b384d-3f50-4c81-9b7d-4e1174fd37c1",
    "contact_id": "d5001530-c653-40c8-a8b3-f0bb15b2435f",
    "requested_by_company_id": "37fbaa43-931e-4065-ac9c-ce9bd2cf8a58",
    "requested_by_contact_id": "7b08a5ff-a6a1-4f7c-b0c0-4a2056ca5a2a",
    "reference_back_office": "sample string 16",
    "name": "sample string 17",
    "description": "sample string 18",
    "working_sequence": 19,
    "internal_memo": "sample string 20",
    "prejob_information": "sample string 21",
    "estimated_time": 22,
    "earliest_date_plannable": "2026-09-03T23:06:45.2356854+00:00",
    "due_date": "2026-09-03T23:06:45.2356854+00:00",
    "date_create": "2026-09-03T23:06:45.2356854+00:00",
    "date_update": "2026-09-03T23:06:45.2356854+00:00",
    "date_closed": "2026-09-03T23:06:45.2356854+00:00",
    "suggested_user_id": "04d1df15-bc3b-46d1-a55f-4e3d74eda02f",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "b8b8b321-1598-4ae2-a89c-c68f1527a74c",
      "db_language_id": "75d38b60-949a-47a9-beb6-315b03fdc6a3",
      "username": "sample string 3",
      "firstname": "sample string 4",
      "lastname": "sample string 5",
      "code": "sample string 6",
      "archived": true,
      "disabled": true,
      "emergency_contact": "sample string 9",
      "bankaccount": "sample string 10",
      "social_security": "sample string 11",
      "place_of_birth": "sample string 12",
      "nationality": "sample string 13",
      "functions": "sample string 14",
      "birthdate": "2026-09-03T23:06:45.2356854+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "40c88a19-7657-400a-9dfd-35292b6fd73d",
      "sales_organization": {
        "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
        "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
        "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "037c34c1-076c-4935-a9e9-051b48879efb",
      "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": "f8b4a778-0972-48e1-a6a4-07849dd7aa02",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "d546cd42-d138-432e-a518-75a451c927d1"
    },
    "suggested_date_start": "2026-09-03T23:06:45.2356854+00:00",
    "skill_id": "eab690a9-37fa-49ae-929d-7c1b5fb12a84",
    "skill_code": "sample string 32",
    "skill": {
      "id": "cbf0d933-86e0-41ef-8534-f11b7f93f3a0",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "bf4862fb-9857-44ed-b8f8-5eede577373d",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "37ddc7a5-c455-4606-9fbb-c28fe0b949bc",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "598d3944-4118-4eee-ae19-7c1370190ba8",
        "db_currency_id": "99dccb57-138e-45c6-9fb7-1af0a82a753c",
        "db_language_id": "058676b2-6685-4c93-8332-a214b968a758",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
      },
      "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "ea3efc03-508f-4002-9d3e-e311473f8b78",
    "date_reported_by_company": "2026-09-03T23:06:45.2356854+00:00",
    "id2": 36,
    "company_id": "f5b0e4d3-7e72-4ec2-a89c-6abd044ecf94",
    "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": "fef0299d-8ddb-4307-b80a-9e52a5081dd0",
    "db_address_db_country_code": "sample string 46",
    "db_address_phone": "sample string 47",
    "db_address_email": "sample string 48",
    "db_address_latitude_decimal": 49.0,
    "db_address_longitude_decimal": 50.0,
    "estimated_quantity_remark": "sample string 51",
    "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-09-03T23:06:45.2356854+00:00"
}