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": "3b92c5db-a296-4c88-a0c9-6c01aaea140e",
  "estimated_quantity": 2.0,
  "article_id": "1edf148a-d370-417d-b517-f966cdd100a9",
  "article_code": "sample string 4",
  "article": {
    "id": "bffcfb92-5a94-42c6-aead-c1608c09bb80",
    "article_category_id": "674c589f-4c88-4ed5-8078-81a330dafd68",
    "article_category": {
      "id": "fc085c0a-0fe1-4e01-b90c-b3796e0a1247",
      "parent_id": "228f43cd-9e6e-4d32-9f00-06309c1706c2",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-04-04T03:36:33.0245875+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "0c6d3def-875a-4aa0-b498-58fe513fbe6d",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "bfe108f4-e31c-4ce7-85b1-c93556e78e7b",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "63a90d21-e273-44b5-8710-67ae47a237ec",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "12b34409-61f3-47cd-991b-1053595b90af",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "0662a7b9-8815-4a30-a12b-52caea63d09c",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "279b5e96-de91-4ef2-a342-5fae787ec893",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-04-04T03:36:33.0245875+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-04-04T03:36:33.0245875+00:00",
    "date_update": "2026-04-04T03:36:33.0245875+00:00",
    "modified_dateutc": "2026-04-04T03:36:33.0245875+00:00",
    "article_color_id": "2fb246fd-2b9a-493d-ab8b-f8a34e3f711d",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "452cff18-f917-4a61-a8c4-d4e6f7682951",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-04-04T03:36:33.0245875+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "f67949b9-17d4-4807-a676-e0e2960303d2",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "78eba925-069b-475d-95df-8988f4667c5e",
    "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": "4d9e7405-ddea-4014-987e-ebbaafaccc17",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "34853d2e-5147-469b-8ab4-4830ed105c89",
    "_parent_id": "b48799b4-1da5-4678-98ee-9cf5286758a7",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "f8b7d764-844c-4816-9010-20553fe9431b",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "8d9becbd-a32f-4a4a-9969-d3539cc2c1da",
      "_parent_id": "e25816c9-e70b-43d5-a571-f8fb6517d003",
      "root_parent_id": "ac3a280a-2962-43a2-a8fa-592aa0d665f5",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "ea7f5526-62cf-4320-8ebb-8a049c74dc9e",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "f111d6f2-5426-492c-a7df-621b03931660",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "f21864ba-ffbe-47a0-944f-a800f7e9bd30",
        "_parent_code": "sample string 6",
        "sales_organization_id": "85d69ebc-5480-43f7-841f-9bfad6198dee",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
          "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
          "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
          "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-04-04T03:36:33.0402106+00:00"
        },
        "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
      },
      "equipment_model_id": "055653ea-8da9-40c0-b4df-5f2c84bf6679",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "d8106a92-3190-4c3b-b498-40700a723022",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "6aa0b8d2-45dd-4abd-ad3b-d1913f599e2c",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "737fd64e-d6d6-4948-8b05-57bb1bc82abd",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "e7c3dcc5-3a42-4f3f-9509-bee61a5d71dd",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
            "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
            "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
            "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-04-04T03:36:33.0402106+00:00"
          },
          "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
        },
        "equipment_family_id": "f7ef3cc4-a276-44a3-a75e-9e8d11be1190",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "f111d6f2-5426-492c-a7df-621b03931660",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "f21864ba-ffbe-47a0-944f-a800f7e9bd30",
          "_parent_code": "sample string 6",
          "sales_organization_id": "85d69ebc-5480-43f7-841f-9bfad6198dee",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
            "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
            "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
            "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-04-04T03:36:33.0402106+00:00"
          },
          "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
        },
        "date_in_production_since": "2026-04-04T03:36:33.0402106+00:00",
        "date_out_of_production_since": "2026-04-04T03:36:33.0402106+00:00",
        "date_end_support": "2026-04-04T03:36:33.0402106+00:00",
        "sales_organization_id": "4fe4fc0a-0991-4d32-aecc-121d7ab0cb7c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
          "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
          "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
          "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-04-04T03:36:33.0402106+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-04-04T03:36:33.0402106+00:00"
      },
      "project_status_id": "f397551e-97b8-44db-becd-5f28e2f04da2",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "590642ec-42eb-4e8e-ab29-9a62e6ffef60",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "9a4940b2-a4ea-49cd-a800-282a03e82e35",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
          "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
          "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
          "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-04-04T03:36:33.0402106+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
      },
      "company_id": "aa94b7aa-1878-4ebb-8872-af60d6f9aebd",
      "company_code": "sample string 12",
      "db_address_id": "9d113652-3ae6-4be8-a0f6-fe410d0c1acc",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "cba41f6f-9fb9-43f3-939e-f1a328826219",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "c9572d5c-3e43-4973-8d54-378f59ce8fa4",
      "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-04-04T03:36:33.0402106+00:00",
      "date_create": "2026-04-04T03:36:33.0402106+00:00",
      "date_update": "2026-04-04T03:36:33.0402106+00:00",
      "updated_by_user_id": "e62b2e73-01d2-41d1-b9ce-b1058eada5ba",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-04-04T03:36:33.0402106+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-04-04T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-04-04T03:36:33.0402106+00:00",
      "date_last_job": "2026-04-04T03:36:33.0402106+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-04-04T03:36:33.0402106+00:00",
      "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "236e8e67-83bb-4ee1-972d-977fae5e0c88",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "72845e69-c1f6-42ca-803d-14d7cb21a783",
      "name": "sample string 2",
      "sales_organization_id": "45f476ef-ebb0-4113-85b5-21e03b62a445",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "49869c0c-25e1-4cae-8ef9-d3a56017ed69",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "c0cf8b41-f12e-46bc-a84b-0a7d95969810",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "64b76442-1e5e-44ea-aa6a-47ecceb03cc0",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
        "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
        "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
        "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-04-04T03:36:33.0402106+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
    },
    "job_status_id": "b3ecdc0e-55a0-4253-b438-32fb67312b78",
    "job_status_code": "sample string 11",
    "db_address_id": "821beb30-970d-4758-9a45-d2a4ceeb5518",
    "contact_id": "8446a4af-0f44-4a0a-9ee9-86b18cc20130",
    "requested_by_company_id": "cf4fb08c-a1a5-4de0-abc8-8d2467aa5d6c",
    "requested_by_contact_id": "26870867-8c59-4044-a728-42eced95516a",
    "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-04-04T03:36:33.0402106+00:00",
    "due_date": "2026-04-04T03:36:33.0402106+00:00",
    "date_create": "2026-04-04T03:36:33.0402106+00:00",
    "date_update": "2026-04-04T03:36:33.0402106+00:00",
    "date_closed": "2026-04-04T03:36:33.0402106+00:00",
    "suggested_user_id": "c8af76e2-87a0-4379-986d-e696546bef62",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "ac63d712-40b9-4520-a76b-d2bd2290a0e0",
      "db_language_id": "bdad6101-eec6-4632-b181-47663e5521e0",
      "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-04-04T03:36:33.0402106+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "79104474-dc8a-4b25-b9b4-613d4e878c17",
      "sales_organization": {
        "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
        "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
        "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
        "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-04-04T03:36:33.0402106+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "2d786b23-17b1-4764-83bf-03e3a35166b5",
      "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": "c48ae71c-46f2-44d4-b836-cf385bff660b",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "3539cf27-66cb-420e-8636-16e2e80dd604"
    },
    "suggested_date_start": "2026-04-04T03:36:33.0402106+00:00",
    "skill_id": "2c670949-3543-4964-99ec-18f8fe150892",
    "skill_code": "sample string 32",
    "skill": {
      "id": "5c79463b-993d-4083-864b-557464b5de0f",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "157c4e55-981a-4ad8-8a52-f7b765309e12",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "61e259a5-4f3d-4752-bf59-8c7f3367e69f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "dda6b39f-2ca7-4c54-84ec-b3586c49c606",
        "db_currency_id": "cc957e2d-a77f-4dc2-9fba-c02bb99d995a",
        "db_language_id": "7295d902-5766-467f-8249-1e7e782fbe06",
        "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-04-04T03:36:33.0402106+00:00"
      },
      "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "26ec3e6b-9658-421d-95a1-18679dd510eb",
    "date_reported_by_company": "2026-04-04T03:36:33.0402106+00:00",
    "id2": 36,
    "company_id": "720e0038-4bfd-4d55-aaf2-b4297497ad58",
    "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": "0dd3804f-3541-4e98-8fea-e26adbe37d80",
    "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-04-04T03:36:33.0402106+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-04-04T03:36:33.0402106+00:00"
}