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": "b634e07d-0856-4b52-aa8a-a014bf175dbb",
  "estimated_quantity": 2.0,
  "article_id": "caa471b4-d1c9-43bc-97ca-f34306a2126c",
  "article_code": "sample string 4",
  "article": {
    "id": "9892f855-2a2d-47a7-b249-0636389f3aff",
    "article_category_id": "dbf82646-0a3f-45bc-b381-e823efd4ae70",
    "article_category": {
      "id": "d31acedf-a216-4910-8ffa-26d449c0fd45",
      "parent_id": "17c9d5ac-f41f-48bc-a427-eca2878a24aa",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "4bec5bc0-bb34-4ae4-8fc8-e7608abd1c35",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "78e139c5-d4b1-4cdd-a4e9-0144576cb4c9",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "41e07e47-0d58-4d94-bbc7-29563f035c01",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "9c83020c-634d-4e8e-9d61-22ede3dd2bc2",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "d6d96ddb-f9a2-4ccd-95c3-62253c01ba64",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "c4a632e0-1fb9-4b3a-b77d-4251e9939cc5",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-11-10T04:31:08.1768393+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": "2025-11-10T04:31:08.1768393+00:00",
    "date_update": "2025-11-10T04:31:08.1768393+00:00",
    "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00",
    "article_color_id": "9212b459-c376-487b-afd3-d11741cdd52f",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "bbe90fd9-0f41-4cc5-b354-c23861b8fbc3",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "eebe464e-11c6-4b92-afab-52e42c4fbe7b",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "2955b0bd-1d9f-43b2-a97d-882b85d828a8",
    "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": "df6f409f-3d76-44f9-9560-bd8f73360a53",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "76fc6a9a-60f3-4351-a72d-992756c730b0",
    "_parent_id": "dc300ac2-2edc-485a-befc-8d9d795fe1c5",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "ea315be8-45d2-4822-b7d3-4250f2fc44a6",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "f81afa9c-34c7-4cc4-8ba1-2281f1ffb4de",
      "_parent_id": "04c3a5dd-8cd0-471e-8ea8-829161c54088",
      "root_parent_id": "d88d53a8-522a-4664-89ac-b86bb2d16a8e",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "bbaec0f1-8bd1-49b2-a1cf-ae7885e123f5",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "91f07ae9-2136-494d-b341-23cd58ee4537",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "92adfff9-e961-4e61-96c0-0ef11abf5cb7",
        "_parent_code": "sample string 6",
        "sales_organization_id": "11a5f04b-e94e-4ee3-9092-4b837ce1cf5d",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
          "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
          "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
          "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": "2025-11-10T04:31:08.1768393+00:00"
        },
        "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
      },
      "equipment_model_id": "1e9a147a-b2ae-413e-beab-901c4324b957",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "3bf145d3-7131-48c4-a274-cf23ebe9f5f7",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "9757285d-7da8-4429-ab75-e316e9483ee2",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "160c7cb4-c903-48e3-ae7d-2ec96328a4f1",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "c38abd26-5f73-4de2-b0c0-7580f23f472b",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
            "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
            "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
            "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": "2025-11-10T04:31:08.1768393+00:00"
          },
          "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
        },
        "equipment_family_id": "72e98900-2f56-4599-a8e8-accf341d3477",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "91f07ae9-2136-494d-b341-23cd58ee4537",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "92adfff9-e961-4e61-96c0-0ef11abf5cb7",
          "_parent_code": "sample string 6",
          "sales_organization_id": "11a5f04b-e94e-4ee3-9092-4b837ce1cf5d",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
            "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
            "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
            "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": "2025-11-10T04:31:08.1768393+00:00"
          },
          "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
        },
        "date_in_production_since": "2025-11-10T04:31:08.1768393+00:00",
        "date_out_of_production_since": "2025-11-10T04:31:08.1768393+00:00",
        "date_end_support": "2025-11-10T04:31:08.1768393+00:00",
        "sales_organization_id": "57d40b40-0585-4d9d-ad97-4409720e9d65",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
          "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
          "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
          "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": "2025-11-10T04:31:08.1768393+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": "2025-11-10T04:31:08.1768393+00:00"
      },
      "project_status_id": "a60d0371-9ba8-419f-b3fb-3c584e240689",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "6d2f61ac-ee0f-4d13-94f2-3d6ba74ef9d5",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "8a58f499-7b2b-4271-a919-1f9179eb2ecd",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
          "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
          "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
          "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": "2025-11-10T04:31:08.1768393+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00"
      },
      "company_id": "ffdefcbb-2eeb-47a8-a18c-b1cb93840712",
      "company_code": "sample string 12",
      "db_address_id": "abca2290-83de-40e4-95ab-8d8c00b12864",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "97da7732-f735-4182-ac33-7fdd6d4d0ddb",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "f8c16e80-3c1a-4f7a-ace8-3a8adeebf49b",
      "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": "2025-11-10T04:31:08.1768393+00:00",
      "date_create": "2025-11-10T04:31:08.1768393+00:00",
      "date_update": "2025-11-10T04:31:08.1768393+00:00",
      "updated_by_user_id": "828c6410-1563-41f5-8488-01c6dbcfb57a",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-11-10T04:31:08.1768393+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": "2025-11-10T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-11-10T04:31:08.1768393+00:00",
      "date_last_job": "2025-11-10T04:31:08.1768393+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-11-10T04:31:08.1768393+00:00",
      "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "efb935b1-fb15-41a9-af9f-bf33b83a8393",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "70da0da2-781f-450c-ab31-a5bdfcd7fd5e",
      "name": "sample string 2",
      "sales_organization_id": "bc114b4e-fe74-45a5-88a7-d3542f8f70b9",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-11-10T04:31:08.1768393+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "5736a9f5-59ba-43fc-8178-7bef6725e903",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "240f953f-1196-4684-b152-b364a7294b19",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "e01cf189-a80d-4871-a6bb-3ffa12dd038b",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
        "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
        "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
        "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": "2025-11-10T04:31:08.1768393+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-11-10T04:31:08.1924663+00:00"
    },
    "job_status_id": "4a43a8a5-3927-4d88-89d0-c844bde84dd2",
    "job_status_code": "sample string 11",
    "db_address_id": "80addc49-b15a-4384-a111-82702e3cfdea",
    "contact_id": "e5c8964f-b589-4a86-9ade-9feb4446a1e9",
    "requested_by_company_id": "05b53f8e-896e-495f-a471-15d1dcfca5d4",
    "requested_by_contact_id": "8a830802-a71a-4b9a-b9b6-09a3ecb8a978",
    "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": "2025-11-10T04:31:08.1924663+00:00",
    "due_date": "2025-11-10T04:31:08.1924663+00:00",
    "date_create": "2025-11-10T04:31:08.1924663+00:00",
    "date_update": "2025-11-10T04:31:08.1924663+00:00",
    "date_closed": "2025-11-10T04:31:08.1924663+00:00",
    "suggested_user_id": "588d0ccb-35ed-44d0-a74e-921d5750690c",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "fbabfdb9-3b27-4915-87f9-8dfe7c38b111",
      "db_language_id": "e715edff-974c-4545-8862-a56c069b35f5",
      "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": "2025-11-10T04:31:08.1924663+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "6e027916-b59d-49a9-b76f-58a0597ec3a4",
      "sales_organization": {
        "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
        "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
        "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
        "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": "2025-11-10T04:31:08.1768393+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "0fc08ef0-f7b0-4cb9-bf62-122dde306863",
      "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": "efa6eab1-334f-452d-ba3a-57b041e5c661",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-11-10T04:31:08.1924663+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "48d77df7-5551-45e3-ad72-b6521e673671"
    },
    "suggested_date_start": "2025-11-10T04:31:08.1924663+00:00",
    "skill_id": "e535a1bb-3767-44ed-bb5f-3f933b196f0b",
    "skill_code": "sample string 32",
    "skill": {
      "id": "99d27e50-b45e-4de6-9f17-5fb393d7f5ae",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "b778a615-b48e-41c2-af72-0e2cf4c896ac",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "36013538-8d06-4adc-b423-38cf72d8aff4",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "78fed805-6572-4b56-bbfa-bf03c8f8ffec",
        "db_currency_id": "288c0ade-1652-4ce6-9ec7-0137fa272ff6",
        "db_language_id": "ac14b720-b1ec-4e21-bd6d-402b5845eef9",
        "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": "2025-11-10T04:31:08.1768393+00:00"
      },
      "modified_dateutc": "2025-11-10T04:31:08.1924663+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "ced0a709-7474-4731-82d4-03b5d56d95a1",
    "date_reported_by_company": "2025-11-10T04:31:08.1924663+00:00",
    "id2": 36,
    "company_id": "06da84c0-c35b-4344-b51e-f3285343fcf3",
    "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": "4f6f1170-3348-4502-808d-bca868165216",
    "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": "2025-11-10T04:31:08.1924663+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-11-10T04:31:08.1924663+00:00"
}