Retrieves the job_estimated_quantity with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "6f50e101-5b32-4f81-a2e3-d5c84d9a9b2c",
  "estimated_quantity": 2.0,
  "article_id": "96b54735-9945-49a5-ba4c-bbe273914b32",
  "article_code": "sample string 4",
  "article": {
    "id": "7cf1b0d1-7beb-4f40-b570-2f918e1150cd",
    "article_category_id": "aa9d8c4f-66b3-45c1-906c-9f556822accf",
    "article_category": {
      "id": "bf3fa6bf-ceaf-4f79-8f71-43f0d91fb456",
      "parent_id": "44c7f983-c301-44c7-8485-0afdee9b2d71",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "b0ffff3a-15ce-465d-bf2f-2b641e4fda3b",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "2d3b541e-8f6f-42f4-a01b-407ce5e4f619",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "3bbb8f31-82bc-4b52-91cb-8f14ef4ac4fd",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "8d96706e-5d97-419b-bfd9-ace6cc2d995e",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "020392cf-49a6-4d32-b529-0034f4a1aaef",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "2851d8fd-86f3-4b2e-a4ea-dc1bef13aec1",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-01-31T23:24:22.6988219+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-01-31T23:24:22.6988219+00:00",
    "date_update": "2026-01-31T23:24:22.6988219+00:00",
    "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00",
    "article_color_id": "2b05c904-3797-4916-a379-90e8ebb053a1",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "553dabc8-84cc-4096-b57c-88f2ff449931",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "5d6d8444-3a7f-43a7-a04c-6009da409ec5",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "a151ab16-4c84-4928-82c9-b1c39e774838",
    "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": "b72e476c-f7c6-40c7-9f98-130fbc9ff3af",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "906da663-f1d4-4517-b402-7edf977ef8dc",
    "_parent_id": "ce00af58-d9e6-49e2-992d-9b08d5232172",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "460c840e-e68a-4a51-8fa3-668c187c116a",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "3792ca6d-8cc6-4e10-988f-9388df953d51",
      "_parent_id": "2d42f796-1cb3-43c6-9837-1fcbe3fb908b",
      "root_parent_id": "104b91c6-e3f1-4a95-9150-f03677592bda",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "06e40908-f8eb-49ae-9688-1fab283d28b5",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "529cacdc-be83-4c80-abd7-567d38958b60",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "2e2d88c7-345f-47ea-8e32-d37db120016b",
        "_parent_code": "sample string 6",
        "sales_organization_id": "d258af69-2f98-42dd-a50a-b5c41210bc30",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
          "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
          "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
          "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-01-31T23:24:22.6988219+00:00"
        },
        "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
      },
      "equipment_model_id": "afb1bed0-93e9-4907-ba0d-d3f6a49fc268",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "d105532a-360f-4270-b968-8f8ff7fb8edf",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "224cd4f4-d55c-4f58-84f7-7349fd3d4844",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "1b7766fc-1e32-4599-b52c-368b1f5ea15a",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "1c9a978d-585c-4223-ac27-a4dd976f7746",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
            "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
            "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
            "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-01-31T23:24:22.6988219+00:00"
          },
          "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
        },
        "equipment_family_id": "0ed1ea85-e65f-4b56-af69-21af024123a0",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "529cacdc-be83-4c80-abd7-567d38958b60",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "2e2d88c7-345f-47ea-8e32-d37db120016b",
          "_parent_code": "sample string 6",
          "sales_organization_id": "d258af69-2f98-42dd-a50a-b5c41210bc30",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
            "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
            "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
            "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-01-31T23:24:22.6988219+00:00"
          },
          "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
        },
        "date_in_production_since": "2026-01-31T23:24:22.6988219+00:00",
        "date_out_of_production_since": "2026-01-31T23:24:22.6988219+00:00",
        "date_end_support": "2026-01-31T23:24:22.6988219+00:00",
        "sales_organization_id": "d3f4c821-63fa-4ffe-8837-6d25693e1f9f",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
          "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
          "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
          "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-01-31T23:24:22.6988219+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-01-31T23:24:22.6988219+00:00"
      },
      "project_status_id": "f3c3d21d-6220-4e7f-b1cf-4a85546ed8d4",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "bac91c3f-a7b0-4b98-be9b-d32494cd93a1",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "28ef8c0f-ce4c-4b4e-975e-c86849719f3c",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
          "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
          "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
          "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-01-31T23:24:22.6988219+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
      },
      "company_id": "614fdc66-0658-4335-9054-a5882e3f452e",
      "company_code": "sample string 12",
      "db_address_id": "ed1a6b72-2af6-415a-b4d4-c6d9d975c042",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "71d6339a-0a7f-43f7-8750-cd785274eaba",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "71d420d4-f9c9-4e5d-89bb-9f78590e877f",
      "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-01-31T23:24:22.6988219+00:00",
      "date_create": "2026-01-31T23:24:22.6988219+00:00",
      "date_update": "2026-01-31T23:24:22.6988219+00:00",
      "updated_by_user_id": "bbb86f7c-23fe-40b4-a9a2-580eb6596a12",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-01-31T23:24:22.6988219+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-01-31T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-01-31T23:24:22.6988219+00:00",
      "date_last_job": "2026-01-31T23:24:22.6988219+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-01-31T23:24:22.6988219+00:00",
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5f0fac1f-d484-42d7-baff-57eb4495b431",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "2268962e-42b4-4a27-9fd6-016234ff090c",
      "name": "sample string 2",
      "sales_organization_id": "3965cac2-c727-441e-b098-8c19b927fcb6",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "dbc8492d-2c62-4e10-aa7a-5b62b6b9c5e4",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "ab349320-6ef4-43d0-93c1-f86b3b15aa4a",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "3da7766f-9d27-478e-8416-e12c9f5c0ae1",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
        "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
        "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
        "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-01-31T23:24:22.6988219+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
    },
    "job_status_id": "6fc33f91-33df-484f-bacd-50683168f0ff",
    "job_status_code": "sample string 11",
    "db_address_id": "9f2daec1-64e9-406b-926e-5bd822005291",
    "contact_id": "8d1116db-3143-4464-b011-7306e5800daf",
    "requested_by_company_id": "284215b9-2a99-4777-a476-49fc311b96aa",
    "requested_by_contact_id": "5b7b5e26-41bf-43b4-95c0-efc666df4ce3",
    "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-01-31T23:24:22.6988219+00:00",
    "due_date": "2026-01-31T23:24:22.6988219+00:00",
    "date_create": "2026-01-31T23:24:22.6988219+00:00",
    "date_update": "2026-01-31T23:24:22.6988219+00:00",
    "date_closed": "2026-01-31T23:24:22.6988219+00:00",
    "suggested_user_id": "1ebf4073-5478-4645-ac36-b6ed81584054",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "110ea98d-d084-4554-82e0-c5aa71b92296",
      "db_language_id": "2fb58a14-3e7a-44c9-8ecf-9882bcf0f12a",
      "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-01-31T23:24:22.6988219+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "e32cbae1-ed44-416a-80c1-738295f30e93",
      "sales_organization": {
        "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
        "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
        "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
        "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-01-31T23:24:22.6988219+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "d5f875a0-520a-48f8-b975-6b2c8965ecad",
      "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": "2cb425a5-b990-42b7-b37e-a38850439d72",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "913e967e-c95c-49b2-9120-c3599f07b6b3"
    },
    "suggested_date_start": "2026-01-31T23:24:22.6988219+00:00",
    "skill_id": "6ae23489-ad99-4da3-9a4e-00d168dce91a",
    "skill_code": "sample string 32",
    "skill": {
      "id": "01617ea6-9fbe-4ccc-97a1-020051d4fbaf",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "9d88893c-d57b-4fbb-ae8e-1d8195f56d84",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "362e2ca6-5beb-4a1b-9cfa-2eb8ce43e1fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "7a11f30d-1922-4f11-8047-919a5c8091c0",
        "db_currency_id": "7eae45f7-dece-41a8-96cc-4e2172f8c9c9",
        "db_language_id": "ee563136-8a45-462e-864b-4cf7bd99658e",
        "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-01-31T23:24:22.6988219+00:00"
      },
      "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "ae3779af-1843-4e4b-836f-de490c2a9d9b",
    "date_reported_by_company": "2026-01-31T23:24:22.6988219+00:00",
    "id2": 36,
    "company_id": "893d9eb8-5cd1-4159-9bd4-d5a30e667142",
    "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": "a8e5caae-e1a4-46eb-9e1a-047aa8ca8b04",
    "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-01-31T23:24:22.6988219+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-01-31T23:24:22.6988219+00:00"
}