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": "62773914-6e32-44d6-baae-dcbda0b0a9cc",
  "estimated_quantity": 2.0,
  "article_id": "f90d9fc1-96e4-4012-abe2-ccca76b0fafe",
  "article_code": "sample string 4",
  "article": {
    "id": "2f5b5be8-a483-4956-a75c-fc992512e54c",
    "article_category_id": "155393dc-8d07-4eab-8d67-591f83c66122",
    "article_category": {
      "id": "40c9adaf-6858-4036-8568-93e5617cd9af",
      "parent_id": "bf4cdf57-109c-4980-b1ee-014f84c5aa77",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-03-06T02:51:08.7618598+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "485a8fe8-913d-4208-bfee-aae940be201c",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "96a3dffd-2329-48e3-a3e6-40d0ed7d6eba",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "a9261cef-e967-4933-b1b9-a07592f37af4",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "ee2052e0-708b-46fb-bbea-c73b662203fe",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "6659d01b-594e-4a53-ac06-c730f3c1bc15",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "27facda4-aaa9-4786-8796-03208dbc0c10",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-03-06T02:51:08.7618598+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-03-06T02:51:08.7618598+00:00",
    "date_update": "2026-03-06T02:51:08.7618598+00:00",
    "modified_dateutc": "2026-03-06T02:51:08.7618598+00:00",
    "article_color_id": "0353446c-abcf-4122-9d55-ef3b2f2d7cfc",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "3738b193-999c-432b-8274-e59b1777974d",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-03-06T02:51:08.777478+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "b213368b-020f-4b71-8402-d72345bf812a",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "18d5b3aa-6591-4190-a0b8-29e261ed892d",
    "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": "dea2eed2-3332-4fd1-9248-a9baca630536",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "4cdeef96-a77b-4ec0-98ca-75addd25d455",
    "_parent_id": "b3a6d258-ccda-453b-b7c2-c5257af5c231",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "859c5221-e18a-4c6f-a06d-7acd1ab5e3b0",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "d52ed535-bc02-4edc-aff2-f58d7a933c9c",
      "_parent_id": "e7c7edf0-07b1-4da6-aca3-86f5ba7c6350",
      "root_parent_id": "91dc2671-c4f7-4309-8829-662504db4ee9",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "535014d8-5807-43d8-8353-d45d4c5321b7",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "7eb44e46-6b87-4fb3-a20c-d9eedfe83409",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "fe5c6820-7a44-481b-859f-b294c1e84dcc",
        "_parent_code": "sample string 6",
        "sales_organization_id": "510d30a0-d06b-4010-9dde-f312ad1c3d98",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
          "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
          "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
          "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-03-06T02:51:08.964909+00:00"
        },
        "modified_dateutc": "2026-03-06T02:51:08.964909+00:00"
      },
      "equipment_model_id": "34cd5b97-e332-4830-8c80-257de83e41de",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "a3074c77-9bd8-404b-93a4-824badb62b35",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "0d506555-482e-4850-a9ef-8008d3bda7c6",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "456990c9-e250-4806-b7d2-85a740749e80",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "b0528686-e922-40dd-b34c-a10bbab1420c",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
            "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
            "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
            "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-03-06T02:51:08.964909+00:00"
          },
          "modified_dateutc": "2026-03-06T02:51:08.964909+00:00"
        },
        "equipment_family_id": "ad238d9a-3091-4e8c-9edd-b9813aca43de",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "7eb44e46-6b87-4fb3-a20c-d9eedfe83409",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "fe5c6820-7a44-481b-859f-b294c1e84dcc",
          "_parent_code": "sample string 6",
          "sales_organization_id": "510d30a0-d06b-4010-9dde-f312ad1c3d98",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
            "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
            "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
            "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-03-06T02:51:08.964909+00:00"
          },
          "modified_dateutc": "2026-03-06T02:51:08.964909+00:00"
        },
        "date_in_production_since": "2026-03-06T02:51:08.964909+00:00",
        "date_out_of_production_since": "2026-03-06T02:51:08.964909+00:00",
        "date_end_support": "2026-03-06T02:51:08.964909+00:00",
        "sales_organization_id": "51758a09-572c-4ac3-8bab-a64ef9b23564",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
          "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
          "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
          "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-03-06T02:51:08.964909+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-03-06T02:51:08.964909+00:00"
      },
      "project_status_id": "67424c2f-f8ff-4c84-ad4c-6ac6c590b269",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "2c3a246d-9efd-4270-b38a-6ac7c842a793",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "4a662c79-fc83-435b-ba38-4d17ebd4da85",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
          "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
          "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
          "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-03-06T02:51:08.964909+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-03-06T02:51:08.964909+00:00"
      },
      "company_id": "d3213cb1-a36e-4544-bbac-5b82523a856b",
      "company_code": "sample string 12",
      "db_address_id": "a8833949-a08d-4b6f-8985-e4ff49ed726d",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "ef97db07-e71d-41e7-a3ce-880bbe319110",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "1dcac7b9-c103-4106-a63a-a7a49cc7e8e6",
      "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-03-06T02:51:08.964909+00:00",
      "date_create": "2026-03-06T02:51:08.964909+00:00",
      "date_update": "2026-03-06T02:51:08.964909+00:00",
      "updated_by_user_id": "6bfb03f2-8133-4c1a-ade1-81dd7e7ada0a",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-03-06T02:51:08.964909+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-03-06T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-03-06T02:51:08.964909+00:00",
      "date_last_job": "2026-03-06T02:51:08.964909+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-03-06T02:51:08.964909+00:00",
      "modified_dateutc": "2026-03-06T02:51:08.964909+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "3ed1a4d4-6582-4cba-a822-bbd23b4eca31",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "52d5c39e-4fbe-4a5f-8fca-0132294d3fae",
      "name": "sample string 2",
      "sales_organization_id": "c2f9ec16-b8ec-459e-876c-bc5454e611f4",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-03-06T02:51:08.964909+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "1f2fc98c-b660-4807-a42a-fbf337b04807",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "2194804c-3e4b-4a88-8421-46ecc5689c12",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "08559a7b-5cdf-41e3-a992-c24c2f9fb7ba",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
        "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
        "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
        "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-03-06T02:51:08.964909+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-03-06T02:51:08.964909+00:00"
    },
    "job_status_id": "48d78022-ef39-47ae-b883-a3d17ee37538",
    "job_status_code": "sample string 11",
    "db_address_id": "85319866-5131-4dbd-aa09-b70fc98686a0",
    "contact_id": "05b839f5-f75f-4de2-af75-6328123e8424",
    "requested_by_company_id": "309dc690-59bc-4acb-b526-3f68ad225afc",
    "requested_by_contact_id": "9ef65567-80d9-4911-8607-1622f8272c4f",
    "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-03-06T02:51:08.964909+00:00",
    "due_date": "2026-03-06T02:51:08.964909+00:00",
    "date_create": "2026-03-06T02:51:08.964909+00:00",
    "date_update": "2026-03-06T02:51:08.964909+00:00",
    "date_closed": "2026-03-06T02:51:08.964909+00:00",
    "suggested_user_id": "445944ef-7d18-4290-95ad-72e2d8e3705f",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "93ec6477-e558-47d2-bb38-af9bea6c9cf2",
      "db_language_id": "2bd9b9fc-b7de-436f-a9f9-1699f8395c36",
      "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-03-06T02:51:08.964909+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "41f0dba1-1de1-4f1b-a046-4ecada92e03c",
      "sales_organization": {
        "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
        "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
        "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
        "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-03-06T02:51:08.964909+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "ebfd7a75-edf1-4439-a764-ba367d19626f",
      "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": "090869bb-4976-40df-8aa8-670f05322d78",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-03-06T02:51:08.964909+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "d23bb868-0bd0-4f46-a22f-5a2b132c90d7"
    },
    "suggested_date_start": "2026-03-06T02:51:08.964909+00:00",
    "skill_id": "fc8fec49-b8ae-45ba-89a2-22fc29a21378",
    "skill_code": "sample string 32",
    "skill": {
      "id": "3abdb12a-b6aa-49a6-952e-6f65860d65fa",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "f74df495-78b0-49f1-8a01-7840d629585e",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "c961ce99-9344-4fa8-8933-ae07ed1808ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "0fe31b20-2b2f-42d1-a234-75330914b25c",
        "db_currency_id": "1a8c18a8-daf0-4bc8-a756-775cf86f081d",
        "db_language_id": "fe2787b2-7934-488d-a8aa-8905720b968f",
        "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-03-06T02:51:08.964909+00:00"
      },
      "modified_dateutc": "2026-03-06T02:51:08.9805354+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "05d19355-bf60-4c16-bfd8-7ae30461afa4",
    "date_reported_by_company": "2026-03-06T02:51:08.9805354+00:00",
    "id2": 36,
    "company_id": "67ac22bd-e2b5-4443-ab66-84065f5a48a8",
    "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": "25e53643-137a-428a-9f2a-145cb893675a",
    "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-03-06T02:51:08.9805354+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-03-06T02:51:08.9805354+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.