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": "79b2e7ca-a3ee-4d34-9d45-f177f68b7f0c",
  "estimated_quantity": 2.0,
  "article_id": "d7467d01-2866-462d-8870-b0f0809b0d75",
  "article_code": "sample string 4",
  "article": {
    "id": "b54f7654-8ecb-4cbd-99ab-f97fc72fd755",
    "article_category_id": "460f39aa-bd1e-496c-8d58-86ee763c95a9",
    "article_category": {
      "id": "a370a494-9ca4-42d0-9a7c-d2fbee918492",
      "parent_id": "253a88c2-febf-46fc-a2b0-e748e8366d2a",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "829a4f33-407a-45e2-b48c-e878925fe429",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "c3204372-d57a-4c24-9006-91e8f1be6d44",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "23e3895b-056e-4aa6-8c63-a915b520de0f",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "d5c7f47c-62c8-4387-8e63-83604b915252",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "a5ee4b18-2dd6-4623-8de0-a970a5edc5e7",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "a0b432cd-df14-49cc-9715-bfeca9c8129d",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-01-01T02:24:08.8043071+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-01-01T02:24:08.8043071+00:00",
    "date_update": "2026-01-01T02:24:08.8043071+00:00",
    "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00",
    "article_color_id": "a5a15861-2ff6-4574-b039-cf272939d441",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "f976c930-b46e-4ae8-9af1-84f3244a3c01",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "27313ab3-03f3-4b79-907d-e34698e2bcc2",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "85f904b7-e241-4343-af25-0afef7ae6e80",
    "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": "c3ef3604-9437-47db-a12c-f4b371f08e1b",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "6e1944a9-d3c5-49a8-8177-8695b6756222",
    "_parent_id": "df3e5668-af61-4600-8141-c7a3884346d0",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "7add38dc-d273-49fc-81be-aa768b7834ec",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "fadde70d-b0aa-40fa-b1ca-1d7f59514c30",
      "_parent_id": "50a53196-7f76-4ce5-932c-4587e377b971",
      "root_parent_id": "a3955df5-24ce-410d-9a52-202ba35bf308",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "fd47dbfc-bc23-4265-ac77-14d7b45b961b",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "b10d0869-bf2a-40f0-b906-8ac23ab0334f",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "960c6cd3-84fd-468f-973c-dfbb700ae0d7",
        "_parent_code": "sample string 6",
        "sales_organization_id": "6c3e894e-ee80-4794-9bd7-0fc741cdb38f",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
          "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
          "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
          "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-01-01T02:24:08.8043071+00:00"
        },
        "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
      },
      "equipment_model_id": "305b8290-8e03-4c68-b354-adba385b4822",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "6f19c090-e7a6-42cd-85f0-b1f1a6d690a8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "c44d7a14-3ec3-4517-ba81-afde8741474b",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "28585a99-7a90-48a5-bebb-9ddc6c189d1d",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "7eabb622-c2ac-4d0b-ae4f-437ca5473b9f",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
            "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
            "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
            "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-01-01T02:24:08.8043071+00:00"
          },
          "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
        },
        "equipment_family_id": "7304f060-1d7a-4781-af46-07b37d3a94c0",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "b10d0869-bf2a-40f0-b906-8ac23ab0334f",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "960c6cd3-84fd-468f-973c-dfbb700ae0d7",
          "_parent_code": "sample string 6",
          "sales_organization_id": "6c3e894e-ee80-4794-9bd7-0fc741cdb38f",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
            "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
            "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
            "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-01-01T02:24:08.8043071+00:00"
          },
          "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
        },
        "date_in_production_since": "2026-01-01T02:24:08.8043071+00:00",
        "date_out_of_production_since": "2026-01-01T02:24:08.8043071+00:00",
        "date_end_support": "2026-01-01T02:24:08.8043071+00:00",
        "sales_organization_id": "99d7d4b3-574d-463b-9478-db30e54eee99",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
          "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
          "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
          "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-01-01T02:24:08.8043071+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-01-01T02:24:08.8043071+00:00"
      },
      "project_status_id": "d1f460b2-7a6f-4a15-8eca-d12459221983",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "11623d53-c80e-424c-9690-e33121301976",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "1c6776de-ffd7-4368-ae89-4a58fbf0e11f",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
          "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
          "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
          "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-01-01T02:24:08.8043071+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
      },
      "company_id": "baf75e3b-eb5f-492e-8514-2c96a1779c37",
      "company_code": "sample string 12",
      "db_address_id": "2a439edc-e949-4628-9062-1b78f7d77076",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "a1374874-8c2a-425f-8f53-39a5ac02d145",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "cf8199dd-76f2-4a7d-8f47-88413c8b2872",
      "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-01-01T02:24:08.8043071+00:00",
      "date_create": "2026-01-01T02:24:08.8043071+00:00",
      "date_update": "2026-01-01T02:24:08.8043071+00:00",
      "updated_by_user_id": "8e6b3745-6340-4a57-9e27-e1000348de3c",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-01-01T02:24:08.8043071+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-01-01T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-01-01T02:24:08.8043071+00:00",
      "date_last_job": "2026-01-01T02:24:08.8043071+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-01-01T02:24:08.8043071+00:00",
      "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "02c437ba-28b8-4560-aa53-d6624142f1d4",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "182d7d23-bf87-4d6f-97bc-6acad86e5fb7",
      "name": "sample string 2",
      "sales_organization_id": "bcc92481-0ea0-40a9-9a62-61fefb5b65f3",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "496c0064-e43d-452d-b63a-ee3cabafd1d6",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "f1d9af7e-c354-4143-8b10-7c9c9d1ea2ef",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "b18a1953-294b-4301-934d-bedb3cc8cdbd",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
        "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
        "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
        "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-01-01T02:24:08.8043071+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-01-01T02:24:08.8043071+00:00"
    },
    "job_status_id": "37bd3033-2dee-421b-90f5-dafbe1f10164",
    "job_status_code": "sample string 11",
    "db_address_id": "f1e639e1-2d0b-4669-babe-0473feddedbd",
    "contact_id": "6d2335f9-ce5e-4ca2-9a86-3194d9a375c9",
    "requested_by_company_id": "fa69e3af-ad7d-4141-b5cf-26ac8fd869dd",
    "requested_by_contact_id": "c8a9b175-c26f-4d92-b9b7-f399ec655cf1",
    "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-01-01T02:24:08.8043071+00:00",
    "due_date": "2026-01-01T02:24:08.8043071+00:00",
    "date_create": "2026-01-01T02:24:08.8043071+00:00",
    "date_update": "2026-01-01T02:24:08.8043071+00:00",
    "date_closed": "2026-01-01T02:24:08.8043071+00:00",
    "suggested_user_id": "dcc7a835-119d-4875-9c77-09eb2f9c88fd",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "1a153ce5-b4d9-4865-9c2c-8d794a428c89",
      "db_language_id": "cf8763d1-af66-4e6a-8820-c62c496e2223",
      "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-01-01T02:24:08.8199308+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "97f2c810-a509-4033-89f4-fe7a17e993ac",
      "sales_organization": {
        "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
        "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
        "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
        "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-01-01T02:24:08.8043071+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "211b3509-bd51-491a-8118-29336e605848",
      "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": "6e4d6ccb-7510-433a-b845-ccb04e4e51b6",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-01-01T02:24:08.8199308+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "47231786-1d21-4bbd-b2b5-391e11e8ec49"
    },
    "suggested_date_start": "2026-01-01T02:24:08.8199308+00:00",
    "skill_id": "f2c0ad5b-96f7-4389-b2d6-cde9badb607c",
    "skill_code": "sample string 32",
    "skill": {
      "id": "e35d15bf-a77f-4354-b60e-d00f986d5670",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "1ec79ed0-1736-4449-a30b-24083a4e585d",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "bfd39f17-d534-44a2-be65-f1eda0acb398",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "71d140d3-8d03-4325-90ac-cb1270867091",
        "db_currency_id": "39c0e3fb-bdb9-4039-a99f-42cd715d462c",
        "db_language_id": "1a138d03-1bab-44c7-850d-f6c28369c682",
        "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-01-01T02:24:08.8043071+00:00"
      },
      "modified_dateutc": "2026-01-01T02:24:08.8199308+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "6c478692-6d7b-4fdf-a733-f0809d7ff76c",
    "date_reported_by_company": "2026-01-01T02:24:08.8199308+00:00",
    "id2": 36,
    "company_id": "858f4981-de07-4638-95a2-eb93c6bec369",
    "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": "fdb22fcd-8d63-4a9d-8c61-0ff7c74371e5",
    "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-01-01T02:24:08.8199308+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-01-01T02:24:08.8199308+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.