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": "e1384364-e99e-4689-8162-a178bcb16e95",
  "estimated_quantity": 2.0,
  "article_id": "030ce63a-30d6-4029-9e95-8f7258a38bc7",
  "article_code": "sample string 4",
  "article": {
    "id": "ee0d143d-52b2-4042-9f2c-4ee04a0cfca9",
    "article_category_id": "92dd49b0-e952-4447-adb1-1b1caa289cfd",
    "article_category": {
      "id": "18f79987-d478-4047-89ca-9d3b9154f2a4",
      "parent_id": "688b6ce6-4c3e-4d5a-9510-d804c2db7909",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "196a25c8-c322-46d9-b8b6-15f3d31a30f1",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "c2309edd-5771-44b8-9d96-5e73e54dd958",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "e447740a-ee58-4c4b-a088-50ed338e0d95",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "7fed6da4-c962-4698-a4bc-c5064a770217",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "1ec5adb7-fb37-42a2-a6b0-80827d44c83a",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "e1494386-8e8e-47c4-84e0-da0b8b01abd4",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-08-20T18:30:13.5694452+00:00",
    "article_increment": 20,
    "min_article_quantity": 21,
    "entered_price": 22.0,
    "cost_price": 23.1,
    "no_stock": true,
    "archived": true,
    "is_travel_fee": true,
    "is_mileage_fee": true,
    "code": "sample string 28",
    "name": "sample string 29",
    "description_short": "sample string 30",
    "description_long": "sample string 31",
    "barcode": "sample string 32",
    "notes": "sample string 33",
    "date_create": "2026-08-20T18:30:13.5694452+00:00",
    "date_update": "2026-08-20T18:30:13.5694452+00:00",
    "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00",
    "article_color_id": "6297e739-ac70-4a12-8d8a-d4c507ac6441",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "61f865ef-cdbf-46a3-b7b9-4ea5ad0c0708",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "b5d737f1-b912-4312-8fcf-579aac7d34e1",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "9dd242f6-c9bc-40c3-86c4-b27c5fbdcbcf",
    "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": "1ccf67b6-eedc-4e14-8bc1-7d078656f9e8",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "e22d1838-ad83-447f-a33f-f2f302e73eac",
    "_parent_id": "f460c5ec-db70-401d-8de3-64d9a98f1740",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "9e40b908-6a89-44da-9855-8b2f458783bb",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "c2925294-647f-4cc8-ae4c-c4a1bd9af74a",
      "_parent_id": "17865bd6-d558-4252-a571-73e64674f68a",
      "root_parent_id": "7620ca82-8582-4654-a964-a19645f90d0a",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "70a25379-58fc-414e-8979-d5acfde953a3",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "e7adb758-dea7-4eaf-910c-c709b2d3bac8",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "a7f6ed5d-293f-4bca-9b64-b31598b8eecb",
        "_parent_code": "sample string 6",
        "sales_organization_id": "f259addf-2a9a-4c3e-a922-5d9bf8aa49bd",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
          "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
          "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
        },
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "equipment_model_id": "8fb79499-0be5-4e48-9761-05854f4584e4",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "6914a2e2-7060-40a8-9da0-0fd398395c5f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "0be2e839-a183-4fcc-9fe4-d2555e2d7abb",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "6ce889c3-427e-44d1-8494-42e67f690791",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "6bca5c80-d42d-480f-a012-5cdc348c0882",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
            "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
            "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
          },
          "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
        },
        "equipment_family_id": "4f0f816e-b414-464f-9c20-5d2985f8fb29",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "e7adb758-dea7-4eaf-910c-c709b2d3bac8",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "a7f6ed5d-293f-4bca-9b64-b31598b8eecb",
          "_parent_code": "sample string 6",
          "sales_organization_id": "f259addf-2a9a-4c3e-a922-5d9bf8aa49bd",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
            "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
            "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
          },
          "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
        },
        "date_in_production_since": "2026-08-20T18:30:13.5694452+00:00",
        "date_out_of_production_since": "2026-08-20T18:30:13.5694452+00:00",
        "date_end_support": "2026-08-20T18:30:13.5694452+00:00",
        "sales_organization_id": "4920b5d6-759e-4cc5-b496-153f59aa402e",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
          "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
          "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
        },
        "replacement_period_nb_months": 14,
        "warranty_period_nb_months": 15,
        "translations": [
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          },
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          }
        ],
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "project_status_id": "65c6c0f9-8cbf-4e75-8428-84b42a104287",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "8514de2b-3a30-4bc5-b686-6f41ac40db84",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "25510078-ba09-4920-9a23-6579abcc4e2c",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
          "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
          "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "company_id": "74710584-38a1-4705-9985-bfdd0ef1bcf8",
      "company_code": "sample string 12",
      "db_address_id": "732d9e56-b8f2-41e5-a9df-2c4536a9c6b0",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "1821d261-f24c-4add-933e-dccf290e4a17",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "2d2ad6ac-adf9-451e-93ce-b42aea5cd732",
      "name": "sample string 19",
      "description": "sample string 20",
      "reference_back_office": "sample string 21",
      "serial_number": "sample string 22",
      "barcode": "sample string 23",
      "date_start_production": "2026-08-20T18:30:13.5694452+00:00",
      "date_create": "2026-08-20T18:30:13.5694452+00:00",
      "date_update": "2026-08-20T18:30:13.5694452+00:00",
      "updated_by_user_id": "96d7b7fe-3c3f-4b0b-99de-62829274b503",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-08-20T18:30:13.5694452+00:00",
      "last_standard_result_score_1": "sample string 30",
      "last_standard_result_score_2": "sample string 31",
      "target_standard_result_score_1": "sample string 32",
      "target_standard_result_score_2": "sample string 33",
      "date_built": "2026-08-20T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-08-20T18:30:13.5694452+00:00",
      "date_last_job": "2026-08-20T18:30:13.5694452+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-08-20T18:30:13.5694452+00:00",
      "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "fda6d4d5-4098-48b9-b1be-979acb353642",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "4d31ced7-8ab5-44e9-a69d-d08bf7503b3c",
      "name": "sample string 2",
      "sales_organization_id": "83c3bec6-0263-4a33-86ae-e742de27c8d6",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "c60d6da2-b9ee-4848-845b-5e787517382c",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "e9e6e84b-8f15-461a-b3bc-539446a90a6e",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "2f154352-8da5-4881-9ad1-b45358bbe91c",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
        "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
        "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
    },
    "job_status_id": "59f06c5e-2e53-4909-a120-4d7e023f9ed2",
    "job_status_code": "sample string 11",
    "db_address_id": "531f726d-0a45-41f4-8656-9e9f9fdaf6c2",
    "contact_id": "8499c0d3-d00c-4a06-8a8a-4175708d1df2",
    "requested_by_company_id": "e8cce72f-0a4d-4164-b298-e8dbef5196b3",
    "requested_by_contact_id": "d3fbc53e-a49e-4885-bad2-89d7200d4903",
    "reference_back_office": "sample string 16",
    "name": "sample string 17",
    "description": "sample string 18",
    "working_sequence": 19,
    "internal_memo": "sample string 20",
    "prejob_information": "sample string 21",
    "estimated_time": 22,
    "earliest_date_plannable": "2026-08-20T18:30:13.5694452+00:00",
    "due_date": "2026-08-20T18:30:13.5694452+00:00",
    "date_create": "2026-08-20T18:30:13.5694452+00:00",
    "date_update": "2026-08-20T18:30:13.5694452+00:00",
    "date_closed": "2026-08-20T18:30:13.5694452+00:00",
    "suggested_user_id": "0297049a-e023-4780-9a07-52c8607f5d8d",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "c827f1aa-2832-4ecb-a595-9de58e179020",
      "db_language_id": "399fb265-e1a3-4f87-b9ca-c1d655374ed8",
      "username": "sample string 3",
      "firstname": "sample string 4",
      "lastname": "sample string 5",
      "code": "sample string 6",
      "archived": true,
      "disabled": true,
      "emergency_contact": "sample string 9",
      "bankaccount": "sample string 10",
      "social_security": "sample string 11",
      "place_of_birth": "sample string 12",
      "nationality": "sample string 13",
      "functions": "sample string 14",
      "birthdate": "2026-08-20T18:30:13.5850712+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "fa972c9e-a5a0-4f10-93d0-5625adf42c8b",
      "sales_organization": {
        "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
        "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
        "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "3c60159a-796a-42da-8c1c-398010c3db04",
      "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": "90f7e926-1fb9-45bf-b248-aa4a3167d165",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-08-20T18:30:13.5850712+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "6a676b41-80c1-4372-abae-6fb0ce7e5671"
    },
    "suggested_date_start": "2026-08-20T18:30:13.5850712+00:00",
    "skill_id": "372e1178-6042-46bd-be4c-38ccd124fe3b",
    "skill_code": "sample string 32",
    "skill": {
      "id": "988d361b-a0c2-4cb6-ac90-584d4c6853f7",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "6d9d980c-3e12-4a49-8ec1-dcc20a443270",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "4bf82de4-ae5f-4b43-8fb5-bf52f75707ff",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3a82d43a-67e6-4ab9-a4c8-1e5834b4087e",
        "db_currency_id": "283c0a55-cb97-4ae1-98a5-8574ec433840",
        "db_language_id": "aa610916-ce0f-43f0-9812-cd131429ce4d",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-08-20T18:30:13.5694452+00:00"
      },
      "modified_dateutc": "2026-08-20T18:30:13.5850712+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "7d2848d5-4a5e-4863-a310-c2c3bbbcb0b0",
    "date_reported_by_company": "2026-08-20T18:30:13.5850712+00:00",
    "id2": 36,
    "company_id": "5903241d-3818-4eba-afd6-f289956b06a9",
    "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": "da502b55-512b-4b4f-a3c1-542940f1c3b8",
    "db_address_db_country_code": "sample string 46",
    "db_address_phone": "sample string 47",
    "db_address_email": "sample string 48",
    "db_address_latitude_decimal": 49.0,
    "db_address_longitude_decimal": 50.0,
    "estimated_quantity_remark": "sample string 51",
    "modified_dateutc": "2026-08-20T18:30:13.5850712+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-08-20T18:30:13.5850712+00:00"
}