Creates a new job_estimated_quantity object

Request Information

URI Parameters :

None.

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "770d500c-3b9f-4091-98e7-c0c1d7056ad3",
  "estimated_quantity": 2.0,
  "article_id": "f5d47cb7-57d8-405a-af59-bbfd749336c4",
  "article_code": "sample string 4",
  "article": {
    "id": "ad468e87-18da-442f-a9a7-1d4f7fe49121",
    "article_category_id": "894a3120-c6ea-496f-9bdd-17d3eb4bcdb1",
    "article_category": {
      "id": "cecc0e74-005f-40fc-9dbd-c9f23e1e02b8",
      "parent_id": "7b357508-3353-41b7-a6fc-b5c0630e57d5",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "ab316353-3082-4171-a60f-841d792f13d7",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "4ca98f2b-db4d-422e-b03d-50f7d22bdd6c",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "2c91d617-789d-4eb5-adb0-373e73d6f370",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "a068788a-0316-41e7-b2f8-3ec0ca8b1d2b",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "9730f392-cd8d-451f-b49d-268c118717b2",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "4fd97ef0-0cc3-4f50-81a2-5de716803351",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-05-15T13:14:14.4811819+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-05-15T13:14:14.4811819+00:00",
    "date_update": "2026-05-15T13:14:14.4811819+00:00",
    "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00",
    "article_color_id": "f68313a4-302c-4092-80ec-7d9d8086312e",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "8bcdefb3-7a05-4c23-9aaf-d07e74b55c7f",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "858b7ec5-f46d-4862-ba3d-aecb74ea08c1",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "430bdf61-4e6d-4ecf-8444-c8f35d261516",
    "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": "d758242e-b8bb-4ef6-8f0c-901c32e98d92",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "1bea97f2-4069-4577-90f0-3d0d38c99c4a",
    "_parent_id": "dc5a322b-61ce-45c7-b168-0bfdaacccd16",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "280e12d1-8618-425b-b4d5-fb426000bd1d",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "1e4b322e-30bc-4bc0-be03-de45f19e88ed",
      "_parent_id": "0409ea87-b029-4e93-be28-c3ee5e8d58d2",
      "root_parent_id": "b58afb20-d2f5-4b18-a51a-16673f747022",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "5f652acd-005e-47b8-8977-6a61901702e7",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "7211aca4-291e-4325-8beb-5a6021f1635c",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "04e8aec1-61ba-4624-be05-4ea9792fa098",
        "_parent_code": "sample string 6",
        "sales_organization_id": "18f03f3c-50b2-4145-a6d5-ca8db9eb19d1",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
          "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
          "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
          "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-05-15T13:14:14.4811819+00:00"
        },
        "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
      },
      "equipment_model_id": "0f1883ab-26dc-4188-aafc-3c06ea5598ca",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "36948cba-0a14-4f63-b6cc-3a25bfe7ce29",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "c64f8ea3-1993-4799-a3e2-29492a9cfada",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "57d6b2b2-e493-40ae-8c37-6a54680e07b3",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "f435e90a-4b7d-4577-8f4a-8310dcc81dfd",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
            "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
            "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
            "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-05-15T13:14:14.4811819+00:00"
          },
          "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
        },
        "equipment_family_id": "c71af34f-a0dd-4cf5-bac0-06b3c86b7374",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "7211aca4-291e-4325-8beb-5a6021f1635c",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "04e8aec1-61ba-4624-be05-4ea9792fa098",
          "_parent_code": "sample string 6",
          "sales_organization_id": "18f03f3c-50b2-4145-a6d5-ca8db9eb19d1",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
            "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
            "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
            "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-05-15T13:14:14.4811819+00:00"
          },
          "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
        },
        "date_in_production_since": "2026-05-15T13:14:14.4811819+00:00",
        "date_out_of_production_since": "2026-05-15T13:14:14.4811819+00:00",
        "date_end_support": "2026-05-15T13:14:14.4811819+00:00",
        "sales_organization_id": "cd6cf697-3b78-4e60-8914-9ecee28482c1",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
          "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
          "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
          "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-05-15T13:14:14.4811819+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-05-15T13:14:14.4811819+00:00"
      },
      "project_status_id": "8f430108-3699-461c-97fa-978a2082a414",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "c6044f7d-7c6c-4b79-8054-31e5ec1e1a6a",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "194bc397-bb4a-4715-9807-03c795990aaf",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
          "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
          "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
          "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-05-15T13:14:14.4811819+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
      },
      "company_id": "e0768854-198d-4616-b4c4-897f14ff972d",
      "company_code": "sample string 12",
      "db_address_id": "a03a0abd-3535-4fd1-81a0-6b39b6806beb",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "268b3faa-37f2-4b67-a683-e87fe746b8b9",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "92e32cc5-dd21-422d-ab33-b7da7b8ea229",
      "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-05-15T13:14:14.4811819+00:00",
      "date_create": "2026-05-15T13:14:14.4811819+00:00",
      "date_update": "2026-05-15T13:14:14.4811819+00:00",
      "updated_by_user_id": "6d6f862a-d3d5-4860-a1ca-3dde83cfbca9",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-05-15T13:14:14.4811819+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-05-15T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-05-15T13:14:14.4811819+00:00",
      "date_last_job": "2026-05-15T13:14:14.4811819+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-05-15T13:14:14.4811819+00:00",
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "31088585-d665-4c10-ab51-57cb4026aec5",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "6549479a-7613-47e2-900a-9a7eeff11e53",
      "name": "sample string 2",
      "sales_organization_id": "f1610f9e-f6e3-49b2-98bb-90c425102459",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "822ad4fa-4fd0-47d2-a093-9e3a564faea9",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "492decb6-00ca-4741-92b3-99cba30e82b6",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "a9e72f96-47d4-4043-8f04-dee989fc21cd",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
        "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
        "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
        "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-05-15T13:14:14.4811819+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
    },
    "job_status_id": "d64cd9a0-e4e1-4556-b487-f06b32ca00cd",
    "job_status_code": "sample string 11",
    "db_address_id": "dfdfba16-adba-4d73-880c-6562576b0537",
    "contact_id": "d41cd703-268a-4489-9934-067b27fb9ec5",
    "requested_by_company_id": "21eb8112-27a5-4b19-85d8-77b6d258c425",
    "requested_by_contact_id": "a93358b9-1b4d-43db-8199-7fd43acb0340",
    "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-05-15T13:14:14.4811819+00:00",
    "due_date": "2026-05-15T13:14:14.4811819+00:00",
    "date_create": "2026-05-15T13:14:14.4811819+00:00",
    "date_update": "2026-05-15T13:14:14.4811819+00:00",
    "date_closed": "2026-05-15T13:14:14.4811819+00:00",
    "suggested_user_id": "78005534-cdbd-41a1-a44a-bd48a50abdd3",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "ce193de2-e925-4048-8816-700d6087e69e",
      "db_language_id": "24e2e300-7440-4ff2-ad52-542736a494a6",
      "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-05-15T13:14:14.4811819+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "5282503c-916a-4963-9a87-e7d126522c98",
      "sales_organization": {
        "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
        "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
        "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
        "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-05-15T13:14:14.4811819+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "aca48db9-db1f-4ef4-a177-0f18611a2659",
      "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": "1a104f00-0c11-46b2-b990-083b8c735c5e",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "05f5b042-0783-4405-9480-d157010c6297"
    },
    "suggested_date_start": "2026-05-15T13:14:14.4811819+00:00",
    "skill_id": "9cf07d21-bf64-4210-922b-2194ccde642e",
    "skill_code": "sample string 32",
    "skill": {
      "id": "24ff10f8-2867-49be-87b3-c539a0d31045",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "d34e1bf5-ec1f-4ec4-9ecf-1155b6ac1b9c",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "63bd01f2-9776-43bd-b0c9-c502882707fe",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "3c281d7a-6270-4408-a6d3-58a0dc637308",
        "db_currency_id": "76bd85da-73a2-4d2c-a3ca-2d40d8485cdf",
        "db_language_id": "cb0dc1c1-dba9-4489-be86-05672b1e61b2",
        "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-05-15T13:14:14.4811819+00:00"
      },
      "modified_dateutc": "2026-05-15T13:14:14.4811819+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "bf115da0-51af-4fb1-9f38-7637c3f0a7a5",
    "date_reported_by_company": "2026-05-15T13:14:14.496804+00:00",
    "id2": 36,
    "company_id": "a537517d-0529-4ca9-a363-da338a66a208",
    "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": "734f2202-b72c-462e-8341-0ab62c1fbdab",
    "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-05-15T13:14:14.496804+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-05-15T13:14:14.496804+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.