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": "6f40de10-8e91-4511-a37c-5fbeefff59c6",
  "estimated_quantity": 2.0,
  "article_id": "841825ab-47e1-4a3d-8627-b1b588cf83d2",
  "article_code": "sample string 4",
  "article": {
    "id": "710a2731-d9d4-4535-9e4b-ff5ec02f08c8",
    "article_category_id": "334fe507-9f51-4ec3-923b-9f6bd4080bab",
    "article_category": {
      "id": "b02ff956-62d2-4b97-9a50-c9a337de7b0d",
      "parent_id": "5e7ac02a-b828-4202-9b3d-02cefd478149",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "483dfcd6-40b7-43e1-9b7c-281db9aa4d90",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "b87e54f5-a8ae-4272-a3c4-8503ef7b9e59",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "ceefb65d-cd7c-4e35-8efa-8f374808a61a",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "794621bf-a911-4cd3-86a0-803e9595da31",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "b2fcdc58-c539-4f48-ab8f-31a5ea9e8d46",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "be0d7f46-375a-4fb1-ae71-2193ae871ef5",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-08-12T13:37:49.2785829+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-08-12T13:37:49.2785829+00:00",
    "date_update": "2026-08-12T13:37:49.2785829+00:00",
    "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00",
    "article_color_id": "9211bdbf-bcbf-4169-b183-1e5c7a3a4d96",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "3602fde9-578c-48bf-91dd-1949280be07a",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "2b42d014-0dc7-4ee4-bf07-913d38dfd52c",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "39f76827-660e-4f1a-8ad9-69266629338f",
    "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": "99a4db65-c391-4aa1-8463-5ba4c2dd5e75",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "7d39a2b9-6715-478f-adfb-b0993de9ad77",
    "_parent_id": "42daafce-5b01-41f8-86c8-ea5bfc905f7a",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "f5163f59-8a92-4e00-97f0-88149ad08a2a",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "3e3da6ac-dced-454c-aaac-f80f4b128993",
      "_parent_id": "5b0f252d-c204-4894-b96c-379ca24c1082",
      "root_parent_id": "2e18964a-b2f2-413d-90a6-db85b0ce8f3c",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "9275ee7a-77a7-4b92-88b4-34c2cd5caa71",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "b3dd31fc-c21d-4687-9f51-fd5e85a0a7ca",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "f4d30033-004a-4d6b-8457-92deab9e3ceb",
        "_parent_code": "sample string 6",
        "sales_organization_id": "d2abd7f7-b240-4d18-afe0-27485ebb1e9a",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
          "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
          "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
          "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-08-12T13:37:49.2785829+00:00"
        },
        "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
      },
      "equipment_model_id": "db35aba7-bfd2-4df8-9d6d-0ec99078e156",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "8c2354a9-5983-4472-9376-2c697ad9f175",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "6035ef50-02c8-47e3-b905-d86500b3bd5c",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "4e55e3d3-fcec-444c-a872-08d9adb44575",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "c599f5f9-22bc-4a9c-bd23-51097474b5a6",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
            "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
            "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
            "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-08-12T13:37:49.2785829+00:00"
          },
          "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
        },
        "equipment_family_id": "41181df7-0a6c-4201-97a4-a4eed4cd87b1",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "b3dd31fc-c21d-4687-9f51-fd5e85a0a7ca",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "f4d30033-004a-4d6b-8457-92deab9e3ceb",
          "_parent_code": "sample string 6",
          "sales_organization_id": "d2abd7f7-b240-4d18-afe0-27485ebb1e9a",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
            "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
            "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
            "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-08-12T13:37:49.2785829+00:00"
          },
          "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
        },
        "date_in_production_since": "2026-08-12T13:37:49.2785829+00:00",
        "date_out_of_production_since": "2026-08-12T13:37:49.2785829+00:00",
        "date_end_support": "2026-08-12T13:37:49.2785829+00:00",
        "sales_organization_id": "091453cc-72f5-4962-89da-ebed197cbb0b",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
          "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
          "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
          "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-08-12T13:37:49.2785829+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-08-12T13:37:49.2785829+00:00"
      },
      "project_status_id": "486441f1-eb39-4ac1-b13b-7351c552c987",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "a46e3c5e-9772-4910-b8f9-891d5b57a0e8",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "d7308331-9a71-4271-ab9d-e01b1ece461a",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
          "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
          "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
          "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-08-12T13:37:49.2785829+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
      },
      "company_id": "1e33c125-f57a-4d4b-9e67-4fb1d5ddd11d",
      "company_code": "sample string 12",
      "db_address_id": "2ffbd989-cbfb-4985-8ca0-39bb0f2d29e2",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "13a9cc11-ee91-4a0d-bc8a-6fe37ec1c73d",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "47c471b5-784e-46dd-8a8e-ccaee52c381d",
      "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-08-12T13:37:49.2785829+00:00",
      "date_create": "2026-08-12T13:37:49.2785829+00:00",
      "date_update": "2026-08-12T13:37:49.2785829+00:00",
      "updated_by_user_id": "5bc730d8-c94a-449b-8a7a-f6c7cf13d29d",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-08-12T13:37:49.2785829+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-08-12T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-08-12T13:37:49.2785829+00:00",
      "date_last_job": "2026-08-12T13:37:49.2785829+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-08-12T13:37:49.2785829+00:00",
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5bbf6794-6d23-4885-b125-8598b5bec467",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "a1d7dae0-60b9-4452-ab03-546b44eb0e13",
      "name": "sample string 2",
      "sales_organization_id": "a7bf144a-49a3-43da-8571-4ccb71f5c908",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "65d41978-d98e-432d-814d-4e9ddd8a7c61",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "2296ff28-76f8-45e4-adcc-48a6fef8ac6d",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "99d8b797-b956-4cf3-b312-a96664d03988",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
        "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
        "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
        "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-08-12T13:37:49.2785829+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
    },
    "job_status_id": "640b52b9-08de-448f-9a18-904795de87fc",
    "job_status_code": "sample string 11",
    "db_address_id": "ea4bc1cd-f43c-4924-8336-7e20a70c98b2",
    "contact_id": "1ae02eb5-df34-4a7e-9ba1-a12cdf049f88",
    "requested_by_company_id": "732b7af2-12d1-48f8-9d3f-02340dff7fe5",
    "requested_by_contact_id": "559792d0-a77f-4da0-9af6-0c57b9717b8d",
    "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-08-12T13:37:49.2785829+00:00",
    "due_date": "2026-08-12T13:37:49.2785829+00:00",
    "date_create": "2026-08-12T13:37:49.2785829+00:00",
    "date_update": "2026-08-12T13:37:49.2785829+00:00",
    "date_closed": "2026-08-12T13:37:49.2785829+00:00",
    "suggested_user_id": "03f7bd9f-fa15-40c6-b73f-690d505af8f8",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "4e5922b3-9750-4582-a062-82b5fca964cc",
      "db_language_id": "1f3d1088-eea0-4c67-b80b-dae26a266c91",
      "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-08-12T13:37:49.2785829+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "b4aa6979-e66a-48bf-bb0c-7d88753a98a4",
      "sales_organization": {
        "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
        "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
        "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
        "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-08-12T13:37:49.2785829+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "f807e09a-8f62-4ebb-aa23-fae823798c6d",
      "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": "f8a2f76d-22f0-46da-8ff3-e2970f79aca6",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "33e93eb6-da00-4301-815d-33f1b7898b82"
    },
    "suggested_date_start": "2026-08-12T13:37:49.2785829+00:00",
    "skill_id": "338e3d20-be22-4c40-a94a-d876ab75ec3c",
    "skill_code": "sample string 32",
    "skill": {
      "id": "5eb233e7-4db9-46e6-93f4-465ffeebeb5a",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "9d672f94-75be-4559-b96c-08110bfe982a",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e23d4b96-debc-4ff8-8446-5516153151aa",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "91f4f3e7-4672-4d91-afc5-39ef6cd329d0",
        "db_currency_id": "13515a3a-577e-4715-9150-adae873d1196",
        "db_language_id": "e3b7cfb9-09a7-48e6-8507-34456e3c6042",
        "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-08-12T13:37:49.2785829+00:00"
      },
      "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "3256b5fc-b313-45d8-bcfb-3798516029a2",
    "date_reported_by_company": "2026-08-12T13:37:49.2785829+00:00",
    "id2": 36,
    "company_id": "a0fb70b0-8f09-41bd-a647-78c443de916b",
    "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": "09784643-74ab-47c4-acf5-c8479133ed0b",
    "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-08-12T13:37:49.2785829+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-08-12T13:37:49.2785829+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.