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": "9f06abaf-3a68-4df4-ab53-9d7a8bac310a",
  "estimated_quantity": 2.0,
  "article_id": "dc3e0618-5cf8-43e6-9ab9-c0206c04efc5",
  "article_code": "sample string 4",
  "article": {
    "id": "4f07858d-af52-4506-a568-2583e224890d",
    "article_category_id": "7f846f19-c0a7-4880-978c-7907f3646018",
    "article_category": {
      "id": "03e6cccd-0a01-4b71-a609-6a0bfe8e9ddd",
      "parent_id": "91944b01-280f-4064-807f-1ab0526228de",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-07-12T02:14:13.5817229+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "7642a52c-896c-436b-b197-7d90fabb4a6f",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "b7fd9419-60eb-4ef8-8a2b-c5a9611734de",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "0d46f8ec-8f93-46b2-97aa-368c44f05beb",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "b1af6819-2153-4efc-a9d6-514b490358bb",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "ee8c28f1-d3a1-407e-9816-309ba6b2171c",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "b54541ed-1940-4e40-981d-91af2debb457",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-07-12T02:14:13.5817229+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-07-12T02:14:13.5817229+00:00",
    "date_update": "2025-07-12T02:14:13.5817229+00:00",
    "modified_dateutc": "2025-07-12T02:14:13.5817229+00:00",
    "article_color_id": "ebd89e3c-8a2c-4da2-920a-028ea14bf484",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "17b995a1-f241-427b-b89c-bde4aadf2b39",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-07-12T02:14:13.5817229+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "94116035-098e-42d3-824f-f091fe16dcaf",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "02a5402c-3fbf-4584-826d-3ed83f5d061a",
    "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": "d9405abc-d179-4427-85dd-4c275bf7f9a0",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "14864010-d06d-4d92-969b-3f186127b463",
    "_parent_id": "9bd42070-4f3f-4393-89d8-3aee6b1ceb19",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "f3d494ee-c97b-468b-86c6-5a79248d3f66",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "087e8be8-1812-4776-a89d-0792c88c5e5c",
      "_parent_id": "d07fec41-ecda-4ddb-ab98-970a18f8e5d3",
      "root_parent_id": "538ed375-ea67-4ef2-8b3e-c326cf11f692",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "a36b1249-23f0-44e4-b5dc-86fb69333c33",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "80206dbd-7ebb-4065-a57f-627a79a19580",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "2c34fe70-49c9-4177-90e7-6f391eeb5cdf",
        "_parent_code": "sample string 6",
        "sales_organization_id": "daafa846-2964-4086-b5d6-6f3964c75c0b",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
          "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
          "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
          "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-07-12T02:14:13.5973509+00:00"
        },
        "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
      },
      "equipment_model_id": "ab1f08d4-fe89-412b-afd8-3a74632ba4bd",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "94ba7bef-9157-45ce-8d33-0f7677ab5dd3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "007837e8-9cc7-41ef-a6ec-1fc1b3a9b3ff",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "965d9a5a-f95e-48d2-8f14-78c558312a59",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "b2c9e4ae-e80e-4521-822a-6d7435dbce9d",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
            "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
            "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
            "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-07-12T02:14:13.5973509+00:00"
          },
          "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
        },
        "equipment_family_id": "6a9e4f86-9bbc-4495-9b5d-02258f3b319c",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "80206dbd-7ebb-4065-a57f-627a79a19580",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "2c34fe70-49c9-4177-90e7-6f391eeb5cdf",
          "_parent_code": "sample string 6",
          "sales_organization_id": "daafa846-2964-4086-b5d6-6f3964c75c0b",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
            "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
            "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
            "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-07-12T02:14:13.5973509+00:00"
          },
          "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
        },
        "date_in_production_since": "2025-07-12T02:14:13.5973509+00:00",
        "date_out_of_production_since": "2025-07-12T02:14:13.5973509+00:00",
        "date_end_support": "2025-07-12T02:14:13.5973509+00:00",
        "sales_organization_id": "87bfcb69-40c0-4618-98ec-837119113f3b",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
          "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
          "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
          "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-07-12T02:14:13.5973509+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-07-12T02:14:13.5973509+00:00"
      },
      "project_status_id": "fe9fec7a-9403-49eb-82f5-88b37a54d878",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "f178c066-e335-4862-9fc0-04cc842a39a7",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "9f369f57-841d-4c7e-88d6-d51055bcaaeb",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
          "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
          "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
          "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-07-12T02:14:13.5973509+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
      },
      "company_id": "86321500-4cae-4fd5-b0fe-8e45008a1479",
      "company_code": "sample string 12",
      "db_address_id": "2c3e69a8-0934-47cd-a1f1-5de844577840",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "bbb709c0-89aa-4daf-9ea0-7bc346fcf3ed",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "699c383d-4a49-4942-b161-56dc45766fd2",
      "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-07-12T02:14:13.5973509+00:00",
      "date_create": "2025-07-12T02:14:13.5973509+00:00",
      "date_update": "2025-07-12T02:14:13.5973509+00:00",
      "updated_by_user_id": "17624a2c-e78d-432e-9b71-03ce88d0b37b",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-07-12T02:14:13.5973509+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-07-12T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-07-12T02:14:13.5973509+00:00",
      "date_last_job": "2025-07-12T02:14:13.5973509+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-07-12T02:14:13.5973509+00:00",
      "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "4a14d32b-0393-4ba5-9912-c67aca1c2cf7",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "991fc405-3ca9-4ca1-853b-3b9a9728a4af",
      "name": "sample string 2",
      "sales_organization_id": "974c0aab-a363-4deb-858c-ceaad6f56a0a",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "ef6f171e-a54c-42e9-b7bd-c46317d69337",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "e55aa692-a613-4afc-bd6b-7f14b61a3ce2",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "f291c6b8-86fd-4804-9ea6-3f4d7ec16ebf",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
        "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
        "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
        "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-07-12T02:14:13.5973509+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
    },
    "job_status_id": "cffa66c7-7a7a-4b13-acb2-033a04d7f16f",
    "job_status_code": "sample string 11",
    "db_address_id": "fb1ab248-480b-4b63-a26f-68feceb42cc5",
    "contact_id": "7e900cc4-de8b-43d4-a3ef-592deec9aeb6",
    "requested_by_company_id": "f022eaa6-dddc-41d0-8a5d-938727bb0323",
    "requested_by_contact_id": "8ab0b504-8a62-469a-92c9-9e65c92371ac",
    "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-07-12T02:14:13.5973509+00:00",
    "due_date": "2025-07-12T02:14:13.5973509+00:00",
    "date_create": "2025-07-12T02:14:13.5973509+00:00",
    "date_update": "2025-07-12T02:14:13.5973509+00:00",
    "date_closed": "2025-07-12T02:14:13.5973509+00:00",
    "suggested_user_id": "cbebf4f8-bf0a-459f-ab02-f70fa522a40e",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "d681f360-bdcc-4bca-9c16-75c0cecb226b",
      "db_language_id": "c9ad9270-20d2-4a10-bf5b-1094f91aeee5",
      "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-07-12T02:14:13.5973509+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "978288a9-ac19-4f58-8422-cd44b973c7d4",
      "sales_organization": {
        "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
        "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
        "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
        "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-07-12T02:14:13.5973509+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "022ef811-85a9-4ece-a060-aef23badce49",
      "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": "303ae459-19b0-419c-bca5-72f5b2f75a9c",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "4377d23e-e9ba-403b-aeea-a3cbcc1d42f3"
    },
    "suggested_date_start": "2025-07-12T02:14:13.5973509+00:00",
    "skill_id": "bbc14ea3-f2c2-492a-8641-0fcaa78462de",
    "skill_code": "sample string 32",
    "skill": {
      "id": "f95a0806-f5cb-4b8f-a930-ef9778eac48e",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "55a69bee-e235-43b8-a061-3af0f828084e",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "19b3dcbf-bad2-428b-9a90-9e65164de91e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0ecb18b1-5ec4-4a02-8689-d9419fb9c282",
        "db_currency_id": "0f831ff5-b6d5-4e62-8171-00b3cfb05087",
        "db_language_id": "63ad93ee-e285-4aaa-850b-c3bc3d52125d",
        "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-07-12T02:14:13.5973509+00:00"
      },
      "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "6e8d1569-0d7a-4dfd-a980-41a22067bfc1",
    "date_reported_by_company": "2025-07-12T02:14:13.5973509+00:00",
    "id2": 36,
    "company_id": "b7f5e468-0fe4-4b10-8116-5b8fa5b8d690",
    "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": "3d4d399a-492c-4b0c-9abb-df474251fbfb",
    "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-07-12T02:14:13.5973509+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-07-12T02:14:13.5973509+00:00"
}