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": "297833c4-b17f-4382-a0b7-9d45563f6a65",
  "estimated_quantity": 2.0,
  "article_id": "f8ef4737-6183-4204-8b17-02d66b331f98",
  "article_code": "sample string 4",
  "article": {
    "id": "50ad729b-cfc6-4439-b4f4-5ca6e82c613f",
    "article_category_id": "0b4ece88-c14e-4f23-b247-4447c3bf4ad5",
    "article_category": {
      "id": "38a788f7-f682-466c-9b03-311641b5d06c",
      "parent_id": "9f743233-d760-41fe-be0d-ac33ed19062b",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "9dc16554-06a4-4eac-97c8-3cdfbaa78e7e",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "ec26956c-18c1-48f9-b5c3-8108b00867ad",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "f5fb43ab-1cf1-4311-a538-71ee28853567",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "ff71b32c-f720-4307-a026-9ba6dfbd9399",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "ca806c20-f442-4489-925e-63ab480a1687",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "1d2cf729-f295-4a12-8a18-16754e05478b",
    "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-19T14:45:48.8524395+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-19T14:45:48.8524395+00:00",
    "date_update": "2026-01-19T14:45:48.8524395+00:00",
    "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00",
    "article_color_id": "8ebf112d-eaa6-468a-a696-90bb491e72c4",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "154e5c4b-4115-429b-be7b-28c310aa647c",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "c19f538e-5655-42c0-9588-a0be54ede2bc",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "7059644f-80c9-4607-ae7f-8f3ad1a26138",
    "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": "ca9a13a8-482e-4888-8ab8-dafb902564c5",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "7dae0af9-faac-45a2-9cf9-2a976154b524",
    "_parent_id": "e795d249-e1a4-46e7-a1bb-15bd424a49dd",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "a4e09b62-2c0f-4ef2-9e05-5bcd9c7178de",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "7b9c9ee4-43eb-4b40-ad48-c76b3d654351",
      "_parent_id": "2ef81035-e222-4039-9815-5967a9fa52b0",
      "root_parent_id": "5110e89d-a4a2-4871-b3be-77111e1f752f",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "b3aea502-ce21-4747-8c16-d7beb11f37e7",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "9e37ab75-6484-4b57-b1ab-d2bc08720d8f",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "63549411-87e0-4066-b2b6-ad1c684dcf26",
        "_parent_code": "sample string 6",
        "sales_organization_id": "89321d50-1afb-4ba3-a281-48e209c59ae0",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
          "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
          "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
          "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-19T14:45:48.8524395+00:00"
        },
        "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
      },
      "equipment_model_id": "12dfd686-ee9a-4fba-ad42-ca1e0cf02a97",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "ba2529ab-5c6c-4196-908f-b477b2f0c338",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "7a12362e-6e57-4d4b-b557-8de1ab3754be",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "d969c3a0-6720-437d-8387-ab8f76c666df",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "0b7466d7-742b-4f47-8c22-f625c0c4a0d8",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
            "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
            "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
            "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-19T14:45:48.8524395+00:00"
          },
          "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
        },
        "equipment_family_id": "d72d923f-ede4-4c59-95ce-593fcce9996e",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "9e37ab75-6484-4b57-b1ab-d2bc08720d8f",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "63549411-87e0-4066-b2b6-ad1c684dcf26",
          "_parent_code": "sample string 6",
          "sales_organization_id": "89321d50-1afb-4ba3-a281-48e209c59ae0",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
            "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
            "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
            "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-19T14:45:48.8524395+00:00"
          },
          "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
        },
        "date_in_production_since": "2026-01-19T14:45:48.8524395+00:00",
        "date_out_of_production_since": "2026-01-19T14:45:48.8524395+00:00",
        "date_end_support": "2026-01-19T14:45:48.8524395+00:00",
        "sales_organization_id": "9184e563-328e-4052-9464-99fb90b2cdf4",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
          "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
          "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
          "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-19T14:45:48.8524395+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-19T14:45:48.8524395+00:00"
      },
      "project_status_id": "56a8a6a7-7b65-46f1-bfe1-8ca6f461c27f",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "180c059a-ae21-4571-930a-7a961520e6e9",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "c5f92bc3-b354-431a-8a1f-b89715e21d00",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
          "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
          "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
          "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-19T14:45:48.8524395+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
      },
      "company_id": "4a017dfe-7614-4665-ac80-35faf80925e1",
      "company_code": "sample string 12",
      "db_address_id": "3efc8730-81d3-4854-a778-4c4998688c9a",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "7fec0a64-db72-46ef-841b-19902e283d57",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "6e062daa-c489-46df-9110-9b46c8d3ad9d",
      "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-19T14:45:48.8524395+00:00",
      "date_create": "2026-01-19T14:45:48.8524395+00:00",
      "date_update": "2026-01-19T14:45:48.8524395+00:00",
      "updated_by_user_id": "76bd2ea5-a6e6-495b-9cf3-166983b3410b",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-01-19T14:45:48.8524395+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-19T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-01-19T14:45:48.8524395+00:00",
      "date_last_job": "2026-01-19T14:45:48.8524395+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-01-19T14:45:48.8524395+00:00",
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "05e11bee-2b94-41a6-a646-85860077f146",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "4a8527fd-7f75-4006-84f6-00e67f48fb51",
      "name": "sample string 2",
      "sales_organization_id": "405b292c-40ec-46d2-ab67-957fb9ba5456",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "d311d50e-37ef-4143-b5a7-d4242966d002",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "18871061-e0f4-4648-a8f6-f0964e515736",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "4753b5e6-84c1-403a-bcd9-5d69649b40e4",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
        "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
        "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
        "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-19T14:45:48.8524395+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
    },
    "job_status_id": "9eb764bc-a317-45e8-bb8f-e6800f4f3adb",
    "job_status_code": "sample string 11",
    "db_address_id": "7a5ba63e-5181-41ae-9451-49d8a9d439d4",
    "contact_id": "6411b3cf-9f96-47f5-8b98-705e3cafd412",
    "requested_by_company_id": "1dea972f-6487-49bd-b99c-604089666318",
    "requested_by_contact_id": "40836ab3-abf4-4fbe-9733-96a3b1a0f0fd",
    "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-19T14:45:48.8524395+00:00",
    "due_date": "2026-01-19T14:45:48.8524395+00:00",
    "date_create": "2026-01-19T14:45:48.8524395+00:00",
    "date_update": "2026-01-19T14:45:48.8524395+00:00",
    "date_closed": "2026-01-19T14:45:48.8524395+00:00",
    "suggested_user_id": "0ae47406-4ac1-4836-90c7-68ef4c411c6d",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "3467511e-350e-46d7-8124-564c9fa9d915",
      "db_language_id": "a19a95e8-3aef-4cb5-aed0-70797df9838b",
      "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-19T14:45:48.8524395+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "c1ef32f3-e3cf-448c-8fb1-19af48fe368b",
      "sales_organization": {
        "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
        "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
        "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
        "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-19T14:45:48.8524395+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "b0708a93-e8c0-4ad7-ab4d-36f76949328a",
      "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": "bc5ee064-d3ec-46b6-ba5e-f59d4d8c79c5",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "d7f552b7-e819-48bc-96b3-ee386c82ee1d"
    },
    "suggested_date_start": "2026-01-19T14:45:48.8524395+00:00",
    "skill_id": "22fe0c1f-946a-4b01-b124-bbfbd28dcb23",
    "skill_code": "sample string 32",
    "skill": {
      "id": "6179391a-a9b7-4e18-bff5-85552c0d96db",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "969e3be3-8273-4dc4-96eb-770171af0e28",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "a3270fd8-5c40-4b8f-a242-0bb74711c12e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "29fc033d-ba6b-439f-b670-1428205d5718",
        "db_currency_id": "7b5d4f32-13d3-48ce-9b84-0d3c212b3644",
        "db_language_id": "a21a2445-9466-402f-8dd2-145f7ea92b2e",
        "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-19T14:45:48.8524395+00:00"
      },
      "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "b9f65fde-e43f-44b6-8f15-7dfc7c180fae",
    "date_reported_by_company": "2026-01-19T14:45:48.8524395+00:00",
    "id2": 36,
    "company_id": "89148529-2ea1-4e1f-ae32-96a51aa2d271",
    "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": "3b4dbee6-32b1-485e-8c60-078cc70021fc",
    "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-19T14:45:48.8524395+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-01-19T14:45:48.8524395+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.