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": "600c2c1b-8a14-42ba-913b-c7a619ca6bf6",
  "estimated_quantity": 2.0,
  "article_id": "7cb594fb-1ad9-4935-b826-27d51409a537",
  "article_code": "sample string 4",
  "article": {
    "id": "4d824667-e3f9-4d18-8497-566eca08c8a7",
    "article_category_id": "37b6dc11-0a6d-4b6b-acb0-fade9d0a1419",
    "article_category": {
      "id": "d8b803ea-a198-411c-9606-abec744bd4a3",
      "parent_id": "c63b0397-ef15-4dde-9f29-570e053db0cf",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "7720a6be-3cb0-41a5-b1b2-c41d1d4cb1ee",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "95410bbf-30a5-4675-b9ab-1fd809bf5d7d",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "780244bf-2293-46b0-93f6-47d00b7d6b91",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "323d01cf-b8b5-41a4-967d-2c0679125443",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "079ec391-17ce-4c97-af55-3bd6505b06ba",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "5830dcd5-706a-4be3-9771-e316aad897f8",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-12-20T16:38:48.5805852+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-12-20T16:38:48.5805852+00:00",
    "date_update": "2025-12-20T16:38:48.5805852+00:00",
    "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00",
    "article_color_id": "c5763687-905c-4b72-a660-f3030672d96a",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "5f672566-ae26-4d0f-9492-68e6c806d756",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "42007050-b450-4d14-b13e-43698eba77c4",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "f904dc48-99eb-463d-a6ce-a39cbbbc9ed7",
    "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": "bde7ae9f-48be-44c6-81f6-77756c016d70",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "ed70b828-9acc-42bc-b84e-cc9a4e5bf000",
    "_parent_id": "fb02ad70-5785-47f0-9e4e-0154c17818fb",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "3f0f402f-4b42-4472-95d2-6e88b5b8350b",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "8d87af70-d909-4e09-a34d-30a932e1555b",
      "_parent_id": "2510513e-af34-481e-a1d9-b0c9e2d95243",
      "root_parent_id": "6b0ffa33-3127-4948-846b-2b9fa1aba924",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "bff1f921-f41c-443a-bb5e-e252101f98bf",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "b2c7030f-d830-464d-9792-d879a1ecb6de",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "13966c65-ec42-47e3-a431-709da7e0ac12",
        "_parent_code": "sample string 6",
        "sales_organization_id": "a1bb8824-a0c3-4190-b307-35f51542394e",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
          "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
          "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
          "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-12-20T16:38:48.5805852+00:00"
        },
        "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
      },
      "equipment_model_id": "44715c07-ff37-4950-97c6-8aa1d6ab3b5c",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "06242e69-bdd6-4293-b6d1-b71a1bc7ddb1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "4cf4564e-5bf1-4880-8e45-f0d2d58005a8",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "47118e3f-d896-4282-8330-261f9b340fd5",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "526d86a3-1496-465f-b34f-85f9134d9262",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
            "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
            "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
            "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-12-20T16:38:48.5805852+00:00"
          },
          "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
        },
        "equipment_family_id": "751eb461-1ec0-4077-bd2a-2e9e0bd991ca",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "b2c7030f-d830-464d-9792-d879a1ecb6de",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "13966c65-ec42-47e3-a431-709da7e0ac12",
          "_parent_code": "sample string 6",
          "sales_organization_id": "a1bb8824-a0c3-4190-b307-35f51542394e",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
            "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
            "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
            "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-12-20T16:38:48.5805852+00:00"
          },
          "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
        },
        "date_in_production_since": "2025-12-20T16:38:48.5805852+00:00",
        "date_out_of_production_since": "2025-12-20T16:38:48.5805852+00:00",
        "date_end_support": "2025-12-20T16:38:48.5805852+00:00",
        "sales_organization_id": "ca5418f5-7328-4bab-b181-eaa10bef732e",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
          "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
          "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
          "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-12-20T16:38:48.5805852+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-12-20T16:38:48.5805852+00:00"
      },
      "project_status_id": "1d120cbb-f33d-4aa6-94f2-bd8453b110fd",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "19552fc2-47e8-4aa1-9ff5-4ee075479a52",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "a959fcc6-179a-401d-b63a-f7b0af191c76",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
          "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
          "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
          "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-12-20T16:38:48.5805852+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-12-20T16:38:48.5805852+00:00"
      },
      "company_id": "20b226c4-3a4c-4bc5-9f27-96f6f998874d",
      "company_code": "sample string 12",
      "db_address_id": "81b04ec6-6803-4b39-9854-a74e1724e4da",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "ae208f80-1480-43a3-b745-da2c31c825bd",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "dd9d4563-ee5c-4e01-9529-09d8be003525",
      "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-12-20T16:38:48.5962324+00:00",
      "date_create": "2025-12-20T16:38:48.5962324+00:00",
      "date_update": "2025-12-20T16:38:48.5962324+00:00",
      "updated_by_user_id": "e8cb6616-5c1c-44f8-addb-eb65bb82e9af",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-12-20T16:38:48.5962324+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-12-20T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-12-20T16:38:48.5962324+00:00",
      "date_last_job": "2025-12-20T16:38:48.5962324+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-12-20T16:38:48.5962324+00:00",
      "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5a7c9cb6-ec07-4ca6-be0c-ce0a2d091a90",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "147de6b6-9e6e-4773-8ea2-b0a18c19f8c8",
      "name": "sample string 2",
      "sales_organization_id": "5d3e55d6-0a4d-4027-9791-1af604a21276",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "e174dcfa-0866-4bc0-9b4f-5a70c3274199",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "a6416f13-9c22-4ced-99df-f97e68b95f2b",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "03517224-21ef-4f00-b2c5-7e866a72a4c9",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
        "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
        "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
        "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-12-20T16:38:48.5805852+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00"
    },
    "job_status_id": "6eccb83e-06a5-4222-a1e8-be2287f4c777",
    "job_status_code": "sample string 11",
    "db_address_id": "cb0aa497-7194-44de-91ba-1c2732c23d1d",
    "contact_id": "a909f484-bd2c-46c5-a0a8-75067c6c2985",
    "requested_by_company_id": "94c26e1f-bfad-4db9-b263-0e6b83c65ff5",
    "requested_by_contact_id": "d1427241-1304-4955-9996-30b39ae6fd37",
    "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-12-20T16:38:48.5962324+00:00",
    "due_date": "2025-12-20T16:38:48.5962324+00:00",
    "date_create": "2025-12-20T16:38:48.5962324+00:00",
    "date_update": "2025-12-20T16:38:48.5962324+00:00",
    "date_closed": "2025-12-20T16:38:48.5962324+00:00",
    "suggested_user_id": "507c28ee-4ab4-4b1e-a4f0-9cad1409354d",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "b7def4c1-e3cb-42d4-a908-2407df8003cc",
      "db_language_id": "5687937f-93fa-4b5f-b3ce-117451c5d60c",
      "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-12-20T16:38:48.5962324+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "3b17049e-036c-4c87-9959-ad416630f42c",
      "sales_organization": {
        "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
        "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
        "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
        "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-12-20T16:38:48.5805852+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "f7db1c2c-2715-4b3d-9033-c354e5fb2109",
      "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": "0b45dfd9-d545-483f-b5c4-9bff0309eefa",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "241a9c9f-d8ab-4cd5-ac76-b8765b01e345"
    },
    "suggested_date_start": "2025-12-20T16:38:48.5962324+00:00",
    "skill_id": "3a9a1dbd-d920-4fe6-9ff6-7fe4d8a75859",
    "skill_code": "sample string 32",
    "skill": {
      "id": "76d3cd9f-39d3-4f31-9baa-07287a9555e9",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "0616e413-c6bc-4093-a28f-d13267ddb5a3",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "68c25e4c-941c-44a3-8e32-2bff8fb26e24",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ad9c4e-48ff-4f98-81ec-44edfa3c1733",
        "db_currency_id": "66bdaa89-b20d-48e7-b834-6f27cb47eefd",
        "db_language_id": "1dd2bc3a-02f0-47e8-8093-f541d4cd415c",
        "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-12-20T16:38:48.5805852+00:00"
      },
      "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "e93aab41-1765-4ade-b6b3-4590b60efb4d",
    "date_reported_by_company": "2025-12-20T16:38:48.5962324+00:00",
    "id2": 36,
    "company_id": "d645b163-b549-4193-a3b6-ad29b1188ad9",
    "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": "f0357070-d92e-4129-8bbc-12bc8ea818e7",
    "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-12-20T16:38:48.5962324+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-12-20T16:38:48.5962324+00:00"
}