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": "993bb828-aa32-4177-be86-1102df45dc82",
  "estimated_quantity": 2.0,
  "article_id": "5d0e3687-9f57-45df-a668-b786ebb4dc77",
  "article_code": "sample string 4",
  "article": {
    "id": "f329d9a2-68fc-463c-9792-edf2765ba67b",
    "article_category_id": "5cb4b4a6-3b1f-4f82-8309-fb446b345049",
    "article_category": {
      "id": "2293d6dd-daa8-4022-9b04-efd9021d9647",
      "parent_id": "afe7042d-8000-40de-8f43-6a116f661543",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "3b7005a6-3b02-4066-bd05-b205d3c79735",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "63349474-4352-4c63-b992-ea906f6ebddb",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "e54c2edc-a196-4307-a3ce-e5ce416e2dcf",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "eb3aaf11-d528-4c99-b486-4f798385d914",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "c45e6f59-3f66-43e5-8b03-0f1d9b6541fb",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "65b102c6-8d62-4434-a0e7-8f62397bb91b",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-06-10T05:04:28.1943719+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-06-10T05:04:28.1943719+00:00",
    "date_update": "2026-06-10T05:04:28.1943719+00:00",
    "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00",
    "article_color_id": "766d4c1f-9982-454c-89a0-a852123608c3",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "70536fa0-1af0-4e3d-b59b-b071a4fdc0cb",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "0e4aa595-df13-4122-a54b-774fbd3e4b40",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "e2bb3a30-ad41-4e73-901e-cde9c87df437",
    "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": "419b143e-9890-4cbd-8bd4-8a58e6ce2129",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "6ef975a5-a61e-41b4-ac95-94428860236f",
    "_parent_id": "156ff0ec-a104-4f0f-bbb8-74276a2e018e",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "760cf4a2-d646-41fe-afe0-0cc3edd67a2c",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "44e16563-45a6-44ef-b83a-cfdda3f462cd",
      "_parent_id": "11c3efc9-7a70-4d11-9335-0f0ef6b710ee",
      "root_parent_id": "9938e822-1b24-498c-bc22-7c59d1974cb8",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "c5f4b0d3-de45-4088-995e-3862d94a66e0",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "b064dcca-776b-43e9-8633-d2efb3cbc036",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "517d2ede-06fb-43df-b568-24cd2b237f51",
        "_parent_code": "sample string 6",
        "sales_organization_id": "3b04943a-e991-4f38-a2c3-ea9fe8956b5f",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
          "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
          "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
          "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-06-10T05:04:28.1943719+00:00"
        },
        "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
      },
      "equipment_model_id": "619ea396-9cea-4d89-bdaf-89474374cf89",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "18d27c53-4094-41d7-be9b-a2df8695e7d3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "44c9eea2-9c7a-4eae-ba3b-be0cec8f05cb",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "e59f57d1-9775-4cfa-9c4d-a02d7ba99451",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "121636c7-e1c0-47cd-b8bf-217f4be5f429",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
            "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
            "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
            "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-06-10T05:04:28.1943719+00:00"
          },
          "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
        },
        "equipment_family_id": "8eae20d6-8212-4cc3-b68a-1a40fac5b9a8",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "b064dcca-776b-43e9-8633-d2efb3cbc036",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "517d2ede-06fb-43df-b568-24cd2b237f51",
          "_parent_code": "sample string 6",
          "sales_organization_id": "3b04943a-e991-4f38-a2c3-ea9fe8956b5f",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
            "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
            "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
            "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-06-10T05:04:28.1943719+00:00"
          },
          "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
        },
        "date_in_production_since": "2026-06-10T05:04:28.1943719+00:00",
        "date_out_of_production_since": "2026-06-10T05:04:28.1943719+00:00",
        "date_end_support": "2026-06-10T05:04:28.1943719+00:00",
        "sales_organization_id": "d1c29c65-58a9-44c4-89a9-424ad171fc8b",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
          "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
          "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
          "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-06-10T05:04:28.1943719+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-06-10T05:04:28.1943719+00:00"
      },
      "project_status_id": "8161ad60-b32a-4f71-b590-a15730443806",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "13383073-d04b-4334-bb4f-57f1ba79014e",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "2f36c47d-32f9-4fb2-8069-26c7a8321395",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
          "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
          "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
          "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-06-10T05:04:28.1943719+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
      },
      "company_id": "500e61cd-445c-4106-a5b2-abf45eab66f5",
      "company_code": "sample string 12",
      "db_address_id": "15273c02-91fa-42ef-b9ca-6a08d8013e05",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "8848103e-f218-4de4-952d-0b5e93408336",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "ab1c4d9f-a8b6-4747-86ed-193ff3912ddd",
      "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-06-10T05:04:28.1943719+00:00",
      "date_create": "2026-06-10T05:04:28.1943719+00:00",
      "date_update": "2026-06-10T05:04:28.1943719+00:00",
      "updated_by_user_id": "32b1aaf3-6b83-4fee-8828-0a6cb06d90c4",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-06-10T05:04:28.1943719+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-06-10T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-06-10T05:04:28.1943719+00:00",
      "date_last_job": "2026-06-10T05:04:28.1943719+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-06-10T05:04:28.1943719+00:00",
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "039c6dcd-2b01-41fa-8754-71efa97a48a0",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "76c1be21-708a-4d2b-94f7-5970cd8c9464",
      "name": "sample string 2",
      "sales_organization_id": "3e72dd7f-906e-4955-9ef4-4c0efebfa3e5",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "aa9c97ea-00de-4e23-a26f-36d00f7b743f",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "92ead305-eee2-4a2b-acd9-de61675e2a6d",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "26b3b602-0455-459f-a862-c6b22ea400a5",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
        "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
        "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
        "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-06-10T05:04:28.1943719+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
    },
    "job_status_id": "4b936288-9d60-440e-a474-89b0a0dff351",
    "job_status_code": "sample string 11",
    "db_address_id": "ab54174e-4a82-4122-a6fe-80efa514777b",
    "contact_id": "3c8ff6dd-b2e3-4e32-acfc-a3d78c215466",
    "requested_by_company_id": "ca2ecdd9-e713-42a3-a14e-bfb2bfa6cff0",
    "requested_by_contact_id": "6d41dd69-572d-441f-990f-3e76627b775b",
    "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-06-10T05:04:28.1943719+00:00",
    "due_date": "2026-06-10T05:04:28.1943719+00:00",
    "date_create": "2026-06-10T05:04:28.1943719+00:00",
    "date_update": "2026-06-10T05:04:28.1943719+00:00",
    "date_closed": "2026-06-10T05:04:28.1943719+00:00",
    "suggested_user_id": "aa615449-488a-4c75-b7df-362eaedbb140",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "15bc62da-e3f9-401e-a21c-f05e470a08e8",
      "db_language_id": "dea293c2-9d2e-41e2-8497-73b5f81c0e13",
      "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-06-10T05:04:28.1943719+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "59cee112-fed8-46c6-bc3b-364ac4a4342a",
      "sales_organization": {
        "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
        "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
        "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
        "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-06-10T05:04:28.1943719+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "fd11e6a4-cbed-4d09-b64f-75c7a91d462a",
      "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": "8f72d88c-de6f-40bb-9a4d-e01d15c41e9e",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "7204eb80-fc81-48eb-8aba-02a099d7a965"
    },
    "suggested_date_start": "2026-06-10T05:04:28.1943719+00:00",
    "skill_id": "e43e93b2-fdcb-4e25-9d56-12ccff9b1ee0",
    "skill_code": "sample string 32",
    "skill": {
      "id": "98375d25-7fee-470c-8791-6b984380a472",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "f743df4a-89c1-4a7c-907d-46e0ba887749",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "f1ad01b3-2ecb-406d-9604-07865d8dceb6",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "174a231a-d939-4f0d-a9bf-ea5c9c53c3a4",
        "db_currency_id": "238108e3-4e06-4662-960b-28896f94090f",
        "db_language_id": "5532dba7-7685-4094-af0a-71132e62913a",
        "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-06-10T05:04:28.1943719+00:00"
      },
      "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "c2c35261-7cf1-4bc1-ae1f-e06815ab61bb",
    "date_reported_by_company": "2026-06-10T05:04:28.1943719+00:00",
    "id2": 36,
    "company_id": "7f6402ae-c2d5-49de-be91-3f986a2f47d7",
    "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": "ca897efd-a6da-408f-9a93-b508f11973b2",
    "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-06-10T05:04:28.1943719+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-10T05:04:28.1943719+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.