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": "1b78bfe0-9c56-4682-bcd2-82be2a5d1d97",
  "estimated_quantity": 2.0,
  "article_id": "3d6d0b8a-7212-4ca7-9d08-aafa7903fee0",
  "article_code": "sample string 4",
  "article": {
    "id": "f5be6e2b-5aea-4aef-b72b-4ec26643c1b4",
    "article_category_id": "be258a1b-7609-4cc2-b03c-7cc4e78ad37c",
    "article_category": {
      "id": "748b6bca-d582-48eb-b3e9-67af82e9551f",
      "parent_id": "c21419c5-e090-436f-99a2-69e1bd5a9338",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-11-12T09:11:20.3543939+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "e2dcf38e-bfcc-49c5-93e5-01e1d9e0578f",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "b93d47ae-aee4-4be2-b87d-d48e5f3e84d1",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "cc955078-0cea-4c32-833c-142b4fbf19e5",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "dbf2cbc7-7488-45b9-85e6-83292aa66f7a",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "770571c0-5779-4192-9ec9-0c07d4506f0b",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "64ef8075-0fd6-4cf2-876d-ea9248832750",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-11-12T09:11:20.3543939+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": "2025-11-12T09:11:20.3543939+00:00",
    "date_update": "2025-11-12T09:11:20.3543939+00:00",
    "modified_dateutc": "2025-11-12T09:11:20.3543939+00:00",
    "article_color_id": "f2ec8516-103e-4099-b5f1-7615a986089b",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "474ec70f-f874-468e-b4ce-92e5492f2460",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-11-12T09:11:20.3543939+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "bb4dbc9b-e6a9-4f2d-8dcf-0da071745600",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "a0bad1e9-5a2e-4461-9866-73e75016e867",
    "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": "c25ceef3-7020-40d5-b6b2-3577fd8b648e",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "5c107201-a807-4ec8-b77f-0bae4b080093",
    "_parent_id": "4e7973eb-17f6-4ff0-825d-d94872303075",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "000e947d-73d9-4d64-80eb-a295834d9fdb",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "57df343e-3277-41b7-ae4d-c6901f56171c",
      "_parent_id": "cc4cfab1-9ba9-4704-a1cb-1eddc8d48178",
      "root_parent_id": "a7d5af84-f400-4e97-9ff9-02c19fc6e072",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "7206a1fd-16ea-421b-987d-a6e18ecf862d",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "5af5cf22-f14f-4cc0-9ac3-8b72911558b0",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "2add2054-305d-4283-8675-d82abd948e55",
        "_parent_code": "sample string 6",
        "sales_organization_id": "b3621364-01c5-48ef-bceb-33147b4d4a97",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "98bdc932-af65-4c85-82c5-5d312162d629",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
          "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
          "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
          "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": "2025-11-12T09:11:20.370022+00:00"
        },
        "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
      },
      "equipment_model_id": "ad7fc76f-a719-4e82-ad1a-04093b6cd7fd",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "1b9506d3-b6f7-4567-9df3-3936b52d7c3e",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "b17f7298-d97b-434e-b6ea-ef47fa7e804a",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "5b05a8c1-1b09-4029-8ccc-50024b58d56b",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "80f9bfbc-a90f-4c6b-80e8-85d4b0046b85",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "98bdc932-af65-4c85-82c5-5d312162d629",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
            "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
            "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
            "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": "2025-11-12T09:11:20.370022+00:00"
          },
          "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
        },
        "equipment_family_id": "69e33f70-2e9f-4fac-bd9f-121ff24b4b09",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "5af5cf22-f14f-4cc0-9ac3-8b72911558b0",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "2add2054-305d-4283-8675-d82abd948e55",
          "_parent_code": "sample string 6",
          "sales_organization_id": "b3621364-01c5-48ef-bceb-33147b4d4a97",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "98bdc932-af65-4c85-82c5-5d312162d629",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
            "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
            "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
            "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": "2025-11-12T09:11:20.370022+00:00"
          },
          "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
        },
        "date_in_production_since": "2025-11-12T09:11:20.370022+00:00",
        "date_out_of_production_since": "2025-11-12T09:11:20.370022+00:00",
        "date_end_support": "2025-11-12T09:11:20.370022+00:00",
        "sales_organization_id": "69988506-6921-4a4d-a5f3-9f940977ea6c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "98bdc932-af65-4c85-82c5-5d312162d629",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
          "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
          "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
          "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": "2025-11-12T09:11:20.370022+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": "2025-11-12T09:11:20.370022+00:00"
      },
      "project_status_id": "f04e3dc6-378f-482e-9931-5f10426b2caf",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "21a57cb2-481a-4129-abe2-ae088046d5d8",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "13cacce1-0f9a-42b1-8c8d-7dbe0e490f76",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "98bdc932-af65-4c85-82c5-5d312162d629",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
          "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
          "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
          "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": "2025-11-12T09:11:20.370022+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
      },
      "company_id": "69ebb96e-7a5b-4787-a5c3-4753a289146d",
      "company_code": "sample string 12",
      "db_address_id": "e31dcb1a-501a-4edf-af44-ebee987c11ca",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "8b7b3865-f52e-44b4-8275-51fa125c5bc4",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "9a48c7bb-99ef-4e1d-8888-6f0fb0b3af01",
      "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": "2025-11-12T09:11:20.370022+00:00",
      "date_create": "2025-11-12T09:11:20.370022+00:00",
      "date_update": "2025-11-12T09:11:20.370022+00:00",
      "updated_by_user_id": "880ed489-e05d-4232-a6e4-399802cea627",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-11-12T09:11:20.370022+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": "2025-11-12T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-11-12T09:11:20.370022+00:00",
      "date_last_job": "2025-11-12T09:11:20.370022+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-11-12T09:11:20.370022+00:00",
      "modified_dateutc": "2025-11-12T09:11:20.370022+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5a165e86-82c4-4f09-baaa-c9e8f59fe00a",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "1ee108b4-ce44-4176-a1b3-22843a8d4313",
      "name": "sample string 2",
      "sales_organization_id": "5b4764ad-b2e5-4836-8307-f03d480604a8",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-11-12T09:11:20.370022+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "2a214e78-a1ca-42fa-8c27-2868fca7293a",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "f80670ba-90e0-471d-8335-28615cf1a999",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "abc8bee4-08ac-4198-91b9-37c555727184",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "98bdc932-af65-4c85-82c5-5d312162d629",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
        "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
        "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
        "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": "2025-11-12T09:11:20.370022+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
    },
    "job_status_id": "38143635-991f-4594-8253-fc2572d046bc",
    "job_status_code": "sample string 11",
    "db_address_id": "610e2074-675a-4456-a0be-4c364d7c1ded",
    "contact_id": "5088d1bc-47da-4b6a-82da-b1f95983ec02",
    "requested_by_company_id": "e4effb02-f6c8-425b-b0fb-fc5e2193586c",
    "requested_by_contact_id": "c190b573-7569-4eb2-8507-c353a886b4ce",
    "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": "2025-11-12T09:11:20.370022+00:00",
    "due_date": "2025-11-12T09:11:20.370022+00:00",
    "date_create": "2025-11-12T09:11:20.370022+00:00",
    "date_update": "2025-11-12T09:11:20.370022+00:00",
    "date_closed": "2025-11-12T09:11:20.370022+00:00",
    "suggested_user_id": "8df3e275-e754-43e8-8403-5d519bd2f245",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "1e642c01-7172-43aa-8f0e-4d1bfc07d18d",
      "db_language_id": "5de159c7-edef-40ed-a335-585ba7ff47bf",
      "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": "2025-11-12T09:11:20.370022+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "9cf6a6af-81ed-40a6-a164-481915520039",
      "sales_organization": {
        "id": "98bdc932-af65-4c85-82c5-5d312162d629",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
        "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
        "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
        "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": "2025-11-12T09:11:20.370022+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "7e610d66-2c23-499f-87c8-f53b111aaa1a",
      "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": "6fb5c715-ec4a-498b-b8f8-c0104d19e7fc",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-11-12T09:11:20.370022+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "22eeb3d8-cdf5-48bb-8207-021be289d0e5"
    },
    "suggested_date_start": "2025-11-12T09:11:20.370022+00:00",
    "skill_id": "661dac91-7462-40a8-a1e3-d97da7b8c5f9",
    "skill_code": "sample string 32",
    "skill": {
      "id": "75e30b94-791d-4293-a5e7-0da4a094d034",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "cee5c25b-4f55-49ef-b260-59d8b66d84bc",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "98bdc932-af65-4c85-82c5-5d312162d629",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "e93afd16-768f-4b61-9b26-875d45fb1bec",
        "db_currency_id": "ae869d1d-9a9f-42cd-a2a0-eca11f190fdc",
        "db_language_id": "7a8bc5a9-64ab-49fd-8caa-5f6ea4a842fb",
        "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": "2025-11-12T09:11:20.370022+00:00"
      },
      "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "1a1060e6-700b-4aff-908a-4ed9645479be",
    "date_reported_by_company": "2025-11-12T09:11:20.370022+00:00",
    "id2": 36,
    "company_id": "d153eaff-d182-42d5-bb8c-a7fc87533ec9",
    "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": "396ea031-e948-4d70-8099-d67026095002",
    "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": "2025-11-12T09:11:20.370022+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-11-12T09:11:20.370022+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.