Updates the job_estimated_quantity object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "e1977ef6-58dd-41d0-b27b-b29160abf1b7",
  "estimated_quantity": 2.0,
  "article_id": "323ffc22-2454-4858-98d6-5b5a40e03e3f",
  "article_code": "sample string 4",
  "article": {
    "id": "a098ea83-5ff5-4349-8335-8cf991e242ea",
    "article_category_id": "b1334f2d-ccbe-4849-b7a4-e14aa3756aad",
    "article_category": {
      "id": "6528bea7-5124-4fea-bc17-02260eedc5f6",
      "parent_id": "98c56a8b-9d10-4ddd-96d3-f8605adcefa9",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "6532a20c-7927-405a-9bdf-fa247972be51",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "b970e132-dcac-49fd-bcf0-2dcea7bc0e90",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "a1955f4b-0efc-4792-b399-1efbea4f1651",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "34ffbf59-e8e4-4751-8abd-d1733b305c47",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "3c73ddd5-0bfd-492b-a763-b87123d27917",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "864196ac-439f-4a23-a6ce-1bef191203ce",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-09-15T23:14:22.839539+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-09-15T23:14:22.839539+00:00",
    "date_update": "2026-09-15T23:14:22.839539+00:00",
    "modified_dateutc": "2026-09-15T23:14:22.839539+00:00",
    "article_color_id": "5eaab261-dd08-4200-9392-0593b3e77edf",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "32a73bec-b5e7-4989-983f-34d2a0940274",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "cbb6a802-a707-4239-a1b4-44ab0b03fe23",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "45543da8-279b-48ab-9a90-84c7cba64307",
    "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": "3b64981b-0b44-4534-9a82-a256a258cc99",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "00d44c3c-3fca-4148-9720-e51ace212f3f",
    "_parent_id": "97c6ebee-8f4b-4de3-8b89-dcbb4d836a57",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "45fda416-e51f-4df4-815a-24518f2f1371",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "3c83f6c9-1eb5-4bde-9d62-d91b5dbbbed6",
      "_parent_id": "f2015366-9c91-4e7d-9bc7-13f77a601921",
      "root_parent_id": "9d06ff2f-234e-44b7-b073-f28e4f9ff46c",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "c2448ecc-5ea1-4b81-b164-07a38d6d32eb",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "603fceb5-25c2-43ab-bb05-26b171403fe7",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "8bfa47ad-5750-4783-909e-2d82060a8c48",
        "_parent_code": "sample string 6",
        "sales_organization_id": "8cf558bb-b6ea-4f78-b2d5-2b9be396953e",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "2dd39467-5392-4ece-818e-7230128948f2",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
          "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
          "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
          "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-09-15T23:14:22.839539+00:00"
        },
        "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
      },
      "equipment_model_id": "d43a10b8-8f1b-4e41-a9d4-70ce6841975f",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "6c7ea257-3c15-4c0f-8c43-d81e943e4c96",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "ee5943c7-627f-4dcb-b9f1-d0c4cb3ec9e2",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "790b50a5-fe29-43cd-9e4c-5353727f54c7",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "efa1d399-37d1-4726-bf10-6a5de52c7ed4",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "2dd39467-5392-4ece-818e-7230128948f2",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
            "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
            "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
            "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-09-15T23:14:22.839539+00:00"
          },
          "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
        },
        "equipment_family_id": "87d70240-e09a-4e58-8993-9f8a26c9e75f",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "603fceb5-25c2-43ab-bb05-26b171403fe7",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "8bfa47ad-5750-4783-909e-2d82060a8c48",
          "_parent_code": "sample string 6",
          "sales_organization_id": "8cf558bb-b6ea-4f78-b2d5-2b9be396953e",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "2dd39467-5392-4ece-818e-7230128948f2",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
            "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
            "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
            "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-09-15T23:14:22.839539+00:00"
          },
          "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
        },
        "date_in_production_since": "2026-09-15T23:14:22.839539+00:00",
        "date_out_of_production_since": "2026-09-15T23:14:22.839539+00:00",
        "date_end_support": "2026-09-15T23:14:22.839539+00:00",
        "sales_organization_id": "1dd485f0-c3af-4008-9f11-1a50fff81264",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "2dd39467-5392-4ece-818e-7230128948f2",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
          "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
          "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
          "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-09-15T23:14:22.839539+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-09-15T23:14:22.839539+00:00"
      },
      "project_status_id": "3559155b-9d20-4fe0-bcdd-fe9380299051",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "5f71bf12-f1cc-40d5-a077-f71123e3755f",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "d716dbb5-fbd8-4eb8-8545-27d6cb54ed65",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "2dd39467-5392-4ece-818e-7230128948f2",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
          "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
          "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
          "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-09-15T23:14:22.839539+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
      },
      "company_id": "2348ee0c-6a10-42bd-901f-ad4461e8f781",
      "company_code": "sample string 12",
      "db_address_id": "a41142e5-f66d-4720-a61f-ca841d3bb815",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "1b72a98e-03e7-46f5-b614-cf5e164aeea5",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "8e653eda-5316-4984-a85a-74caa290e41d",
      "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-09-15T23:14:22.839539+00:00",
      "date_create": "2026-09-15T23:14:22.839539+00:00",
      "date_update": "2026-09-15T23:14:22.839539+00:00",
      "updated_by_user_id": "bd477d16-37e2-4827-b5a8-c4dac70bf870",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-09-15T23:14:22.839539+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-09-15T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-09-15T23:14:22.839539+00:00",
      "date_last_job": "2026-09-15T23:14:22.839539+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-09-15T23:14:22.839539+00:00",
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "c36d61ce-08d4-4a91-9d99-b8c8e1a0548d",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "865ed271-a62c-4690-b0b0-3e47d4a5f121",
      "name": "sample string 2",
      "sales_organization_id": "45310702-94b5-46a3-9701-cb4ca1395b69",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "e27bedd7-68cb-4a74-b909-9fbad028cace",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "19da0862-280a-406c-9f9d-41ad5e8c91e9",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "c1b96d7f-d4a3-4dc6-8b54-32e63db4f272",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "2dd39467-5392-4ece-818e-7230128948f2",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
        "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
        "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
        "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-09-15T23:14:22.839539+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
    },
    "job_status_id": "436a139e-fba5-4bbd-af3e-cf09bd3af7c4",
    "job_status_code": "sample string 11",
    "db_address_id": "c5d029ec-dae3-46fb-a95c-0f120d0852dd",
    "contact_id": "7a9b24e4-7a00-4984-a7ed-35d7fe4744a8",
    "requested_by_company_id": "3cb5f023-1a11-43ef-adbf-501ca621d53b",
    "requested_by_contact_id": "42dd80b5-4494-447e-ad2b-d9cf6e2e6849",
    "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-09-15T23:14:22.839539+00:00",
    "due_date": "2026-09-15T23:14:22.839539+00:00",
    "date_create": "2026-09-15T23:14:22.839539+00:00",
    "date_update": "2026-09-15T23:14:22.839539+00:00",
    "date_closed": "2026-09-15T23:14:22.839539+00:00",
    "suggested_user_id": "4eb2aff0-f2d5-4b96-b967-d16dc5c265b5",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "b38036c6-102d-4ee4-b930-3406bac5f486",
      "db_language_id": "9e6c03d3-c058-4708-98ed-e32c066a6b4e",
      "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-09-15T23:14:22.839539+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "da020845-71d0-41c2-a2a1-e4280f0c81bc",
      "sales_organization": {
        "id": "2dd39467-5392-4ece-818e-7230128948f2",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
        "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
        "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
        "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-09-15T23:14:22.839539+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "3370afa6-5cb6-473e-ac1f-f7bf174af3fa",
      "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": "47bfade5-3fde-474d-b833-20eabfb288e5",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "eb28710a-b772-4be8-b476-04acc4007fe7"
    },
    "suggested_date_start": "2026-09-15T23:14:22.839539+00:00",
    "skill_id": "00c3c5b6-84e7-4a3e-a9f6-185bfed75d08",
    "skill_code": "sample string 32",
    "skill": {
      "id": "afea1909-e572-40f6-9898-f144692029a0",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "f211204b-dffa-4b7b-97e1-ee1c962f3826",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "2dd39467-5392-4ece-818e-7230128948f2",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "1e7ff077-da79-4fd4-af15-cf73b524f601",
        "db_currency_id": "b4652e49-6885-4f1f-b764-551ac1cca461",
        "db_language_id": "197ffcd9-bebc-49ac-b0c4-5fc40908b1cc",
        "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-09-15T23:14:22.839539+00:00"
      },
      "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "bc051d09-fc62-4445-9b57-e9e08627e163",
    "date_reported_by_company": "2026-09-15T23:14:22.839539+00:00",
    "id2": 36,
    "company_id": "7f4b241f-c4a4-4ee7-acc8-15d8d4bdebc4",
    "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": "a0fa7365-7cb3-4dc1-af2e-289437a880ce",
    "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-09-15T23:14:22.839539+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-09-15T23:14:22.839539+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.