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": "286622be-544f-4a93-971a-8f75da2a7bc7",
  "estimated_quantity": 2.0,
  "article_id": "4e9c92d7-f360-4b7c-b2e7-deeb8277de42",
  "article_code": "sample string 4",
  "article": {
    "id": "c49d5818-8168-427e-a50e-a883a4547b9e",
    "article_category_id": "27875edd-47d4-4969-a875-1b7a68777168",
    "article_category": {
      "id": "088b3822-6237-43cd-8d38-82eaac3989dc",
      "parent_id": "964899a8-9a14-45a6-8c0e-3ac31dfd1d95",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "fc9f2c3b-10c8-4ba8-bd44-0153464ff790",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "928a273c-cb39-4d75-87fb-8d24e1170a0a",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "ff301789-c63b-46df-bda1-df6e4495f3d4",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "94484465-76d3-4b9d-8e80-84049d0ae785",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "e2862c4c-5ba7-44fe-a27c-cdbaf81e2de6",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "9349cc81-06ab-4707-8583-fbcce433b70f",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-02-02T21:18:51.6006796+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-02-02T21:18:51.6006796+00:00",
    "date_update": "2026-02-02T21:18:51.6006796+00:00",
    "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00",
    "article_color_id": "e549340d-c028-4b54-80a0-332a761c6c85",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "feb9791e-e9bd-4ff2-9997-3ddbd586cdc1",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "e1413273-b78b-4c3b-bb82-019b4648999d",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "eea4aa51-4cc5-495f-a145-bdf6d2b20fe5",
    "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": "6f6582ae-a8ee-4557-857f-5e5f19fda6e7",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "a4ea90b1-45ea-4a84-95be-32eb58764a68",
    "_parent_id": "9eaa73e8-e6af-45f6-86d2-ed1d26d78246",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "8e004c40-5fe5-4428-a36f-107290e520a8",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "70745153-4a82-4535-8a1c-98275d43ee63",
      "_parent_id": "350d8009-d545-40d1-978e-6b6353c49437",
      "root_parent_id": "39e2555c-157a-4205-8c8d-39b74ec475cc",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "c84cbe5e-fb1d-4dc3-beb9-b7fdecd7b45c",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "3911af60-7263-46ec-896d-7ef586d6c85d",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "5684c6fc-f004-461b-83f5-1921a5c33da6",
        "_parent_code": "sample string 6",
        "sales_organization_id": "e527b749-4202-4531-892d-bc0027fa1967",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
          "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
          "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
          "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-02-02T21:18:51.6006796+00:00"
        },
        "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
      },
      "equipment_model_id": "b277bdb0-af69-4814-b60b-19736fd3b951",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "efc51b2f-62e9-4de6-987f-39f96be082e1",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "fe016fac-7860-4920-9df3-f7f2867f46fc",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "2c1f3460-f830-47a1-a68c-d616b356bd77",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "84862da0-3038-487d-b36e-7258d25715ef",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
            "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
            "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
            "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-02-02T21:18:51.6006796+00:00"
          },
          "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
        },
        "equipment_family_id": "598f1465-546f-4a2d-9e6e-7168cd53cdeb",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "3911af60-7263-46ec-896d-7ef586d6c85d",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "5684c6fc-f004-461b-83f5-1921a5c33da6",
          "_parent_code": "sample string 6",
          "sales_organization_id": "e527b749-4202-4531-892d-bc0027fa1967",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
            "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
            "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
            "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-02-02T21:18:51.6006796+00:00"
          },
          "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
        },
        "date_in_production_since": "2026-02-02T21:18:51.6006796+00:00",
        "date_out_of_production_since": "2026-02-02T21:18:51.6006796+00:00",
        "date_end_support": "2026-02-02T21:18:51.6006796+00:00",
        "sales_organization_id": "41f67a48-6a4d-495f-a684-e64e5817a8e2",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
          "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
          "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
          "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-02-02T21:18:51.6006796+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-02-02T21:18:51.6006796+00:00"
      },
      "project_status_id": "033a68da-46fc-46c7-b879-ae28555795fb",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "e86075cc-302e-40ab-a9cb-c517a032e5d8",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "26410505-27a4-407f-a8ca-d8c1b9a888e9",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
          "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
          "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
          "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-02-02T21:18:51.6006796+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
      },
      "company_id": "509b1fe1-494e-49c3-bcd4-5846fa2ce35b",
      "company_code": "sample string 12",
      "db_address_id": "b234ad10-5ad3-4ec4-ba78-5374f0075da5",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "0fde00e7-402d-4b42-807f-61e1ee876a30",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "47661de7-8bab-42e7-83ef-3865c6587aea",
      "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-02-02T21:18:51.6006796+00:00",
      "date_create": "2026-02-02T21:18:51.6006796+00:00",
      "date_update": "2026-02-02T21:18:51.6006796+00:00",
      "updated_by_user_id": "6a500d1d-57ce-4dc2-adf6-459617b32cf2",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-02-02T21:18:51.6006796+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-02-02T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-02-02T21:18:51.6006796+00:00",
      "date_last_job": "2026-02-02T21:18:51.6006796+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-02-02T21:18:51.6006796+00:00",
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "7aea2681-c1cd-4af3-9ad8-1e2bda473727",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "1ec5cd67-3c60-4093-a710-74015e7c6434",
      "name": "sample string 2",
      "sales_organization_id": "2b18f65f-a74c-4c8e-a727-d52c49212dff",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "e907b94d-9a5e-45fe-9a23-e7fda0f99707",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "5d6ca4d8-69ec-4142-895e-92aafb3d56d0",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "68e9725f-cc07-46c5-8d2b-c7fd93a1a40d",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
        "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
        "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
        "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-02-02T21:18:51.6006796+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
    },
    "job_status_id": "5af4c75a-fa13-46e7-893c-9a0d6ca04e33",
    "job_status_code": "sample string 11",
    "db_address_id": "7bc3ccb2-d73f-4463-9dde-841b0ef66f28",
    "contact_id": "5f7f1d00-d089-403a-8fd5-e7aa0e0af882",
    "requested_by_company_id": "ea517bd0-02d7-4af9-ab64-229d40032ae0",
    "requested_by_contact_id": "b2d12961-dc09-4657-98d2-fc752105f226",
    "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-02-02T21:18:51.6006796+00:00",
    "due_date": "2026-02-02T21:18:51.6006796+00:00",
    "date_create": "2026-02-02T21:18:51.6006796+00:00",
    "date_update": "2026-02-02T21:18:51.6006796+00:00",
    "date_closed": "2026-02-02T21:18:51.6006796+00:00",
    "suggested_user_id": "29e2b558-3cfb-4988-b3e3-fa191a13133e",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "f2c192b6-82c0-4c2f-8143-0deac32f1012",
      "db_language_id": "b854e3c4-2327-44cb-9ddc-9a0a81c40020",
      "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-02-02T21:18:51.6006796+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "8f2a1c57-1ff3-4bf3-898f-5d3fabebc657",
      "sales_organization": {
        "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
        "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
        "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
        "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-02-02T21:18:51.6006796+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "4dbbf51e-899d-4200-8253-437f4207c44f",
      "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": "16b5b150-fd95-415b-9a65-4fa901c99207",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "bbd0d811-08c5-46ba-81b4-a7e9a2e213c8"
    },
    "suggested_date_start": "2026-02-02T21:18:51.6006796+00:00",
    "skill_id": "9fd15d52-7cc2-46ed-bdba-cefcdd7ac453",
    "skill_code": "sample string 32",
    "skill": {
      "id": "fcc3b04f-f9d4-4b5c-bc2c-d8398907371f",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "5677bb62-0206-471f-b8dc-25cd2f320da8",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "173a50f1-91ca-4807-ad36-fcbab5b4ec19",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "ccee283a-8896-47ec-9d37-4cd9a68a2b77",
        "db_currency_id": "8eea2c1c-210c-4a47-906b-57f547555660",
        "db_language_id": "eef10167-6f66-46e9-a0b1-a617768751b1",
        "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-02-02T21:18:51.6006796+00:00"
      },
      "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "35d05c02-4c1a-4e0c-a001-bc1104faee85",
    "date_reported_by_company": "2026-02-02T21:18:51.6006796+00:00",
    "id2": 36,
    "company_id": "a1f4863e-df3e-48f6-bd9e-70849a5a853d",
    "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": "3e02dbeb-dcc4-4d26-b2b5-65d8df65eb08",
    "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-02-02T21:18:51.6006796+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-02-02T21:18:51.6006796+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.