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": "63af601c-cff2-40a4-9cd2-6de1743319c8",
  "estimated_quantity": 2.0,
  "article_id": "a906bad9-4d3a-40dd-91bf-85172c94643e",
  "article_code": "sample string 4",
  "article": {
    "id": "46586ce2-2166-42cc-aa42-abb1be8b13c0",
    "article_category_id": "21fade06-b0b5-4a12-97ea-99287eade497",
    "article_category": {
      "id": "3735ce73-5e34-4bf2-9a81-4c9631b3c235",
      "parent_id": "db8e6558-3ec7-4153-93ea-f05da9ec8879",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "9f6ca409-8a66-4329-b2d7-82038a54a51d",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "58f0bac4-ace7-4d72-8208-2058c8b07d4d",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "063a65aa-670e-4a22-9020-fe44371a4282",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "381960b3-bc84-415e-9150-69da5d98851a",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "c3ad0f8e-a653-4d1a-ae19-366f4a125022",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "0ef685df-c2ae-4a02-8606-6582e6ee9776",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-07-03T03:08:31.7638045+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-07-03T03:08:31.7638045+00:00",
    "date_update": "2025-07-03T03:08:31.7638045+00:00",
    "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00",
    "article_color_id": "99826531-34e7-477c-8b63-80caba1e1e88",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "f1e9f6b2-cc3c-4082-9708-1fcfbc620e04",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "ae0b37d4-a2ff-474a-b24b-3a5b9dd35105",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "cfc688a6-5102-4aec-8651-9839a143fe38",
    "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": "c134b98b-7ebb-4196-a208-83b089d7283f",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "0317d80e-ea5a-4018-92c9-85f3dce50995",
    "_parent_id": "5ead72e5-9c94-46f5-8ea0-1cc9d348d83d",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "b09f8ea1-30eb-4505-8cce-3da3bc32ace9",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "e3cf4bc4-819a-4188-afbe-51c18bb25f3c",
      "_parent_id": "ac22ccdf-1228-445c-b6ca-1c5c3ef11fdc",
      "root_parent_id": "0cfbd634-4d2d-42cb-b6bd-ba8786940dc5",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "75cc888e-1587-47c9-a619-4c709c06d928",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "2c58983d-08d4-4966-9c7e-70a25ec41466",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "c9d6d9b0-43e2-4b34-9a12-e3e071e0dd73",
        "_parent_code": "sample string 6",
        "sales_organization_id": "3e820335-d8b3-4471-bf28-210f429538b1",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
          "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
          "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
          "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-07-03T03:08:31.7638045+00:00"
        },
        "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
      },
      "equipment_model_id": "beaacd14-bad7-4e72-85d8-8f772027f246",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "27901aeb-5187-4b84-894e-12cfcba6e295",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "a9600b75-73b2-448e-8de8-95874ad23b00",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "8e0d5c79-51fa-4ee2-8fb5-8eb0c1a628a2",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "effd8b61-2e34-49ae-8d4f-164e02c4513e",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
            "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
            "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
            "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-07-03T03:08:31.7638045+00:00"
          },
          "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
        },
        "equipment_family_id": "d635bebb-250f-48bd-b4f4-e6553e7b4c25",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "2c58983d-08d4-4966-9c7e-70a25ec41466",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "c9d6d9b0-43e2-4b34-9a12-e3e071e0dd73",
          "_parent_code": "sample string 6",
          "sales_organization_id": "3e820335-d8b3-4471-bf28-210f429538b1",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
            "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
            "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
            "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-07-03T03:08:31.7638045+00:00"
          },
          "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
        },
        "date_in_production_since": "2025-07-03T03:08:31.7638045+00:00",
        "date_out_of_production_since": "2025-07-03T03:08:31.7638045+00:00",
        "date_end_support": "2025-07-03T03:08:31.7638045+00:00",
        "sales_organization_id": "69735025-5cc1-4259-bfd0-7a2c7e26c719",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
          "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
          "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
          "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-07-03T03:08:31.7638045+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-07-03T03:08:31.7638045+00:00"
      },
      "project_status_id": "5992ba20-ebae-4063-8266-8bb48bcaa245",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "fbec8575-fbd8-4430-9d97-d5931c6e6015",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "18f33177-f074-4532-85e0-0d81fd1be7b6",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
          "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
          "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
          "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-07-03T03:08:31.7638045+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
      },
      "company_id": "4aeb17bd-99a8-4d1a-ba48-2ce65f34c056",
      "company_code": "sample string 12",
      "db_address_id": "ca957334-9e4b-45da-8b2e-efacef3c65a3",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "30bfa5ce-5811-41e5-b2cf-e47d243beb96",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "56edf7e5-36aa-4a9e-beb9-ec4ccf527d7d",
      "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-07-03T03:08:31.7638045+00:00",
      "date_create": "2025-07-03T03:08:31.7638045+00:00",
      "date_update": "2025-07-03T03:08:31.7638045+00:00",
      "updated_by_user_id": "68bbb804-a7aa-43a0-8d19-c60ea846c73e",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-07-03T03:08:31.7638045+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-07-03T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-07-03T03:08:31.7638045+00:00",
      "date_last_job": "2025-07-03T03:08:31.7638045+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-07-03T03:08:31.7638045+00:00",
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "baf8ce5e-a37c-40ac-95c9-b4acf14bf16e",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "0a17e66d-51ff-4e7f-a650-8908e11bb0da",
      "name": "sample string 2",
      "sales_organization_id": "5b01ddc4-780d-4213-bcc6-6b4344c022ce",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "23d447f5-2ee6-4b55-bf6a-6b923ef242df",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "7c4eb23e-b113-4ce9-a27f-eaf43202296d",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "73410032-1e11-4f64-ac10-5ee0e6247e09",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
        "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
        "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
        "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-07-03T03:08:31.7638045+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
    },
    "job_status_id": "0ae93a41-9b70-44c8-af65-c522ca55be52",
    "job_status_code": "sample string 11",
    "db_address_id": "dc9fbfc2-6986-4560-8554-9a06cad0f348",
    "contact_id": "0ad6571d-0b3a-4ce3-a256-c39ab400c172",
    "requested_by_company_id": "55549cc6-c9fe-4adc-81f2-eb86cd8d07d8",
    "requested_by_contact_id": "de65560a-9ba2-4356-9514-e30e78167be0",
    "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-07-03T03:08:31.7638045+00:00",
    "due_date": "2025-07-03T03:08:31.7638045+00:00",
    "date_create": "2025-07-03T03:08:31.7638045+00:00",
    "date_update": "2025-07-03T03:08:31.7638045+00:00",
    "date_closed": "2025-07-03T03:08:31.7638045+00:00",
    "suggested_user_id": "baa2b754-1e9d-4704-b34d-581e9fef0ad1",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "80399e61-1d66-4353-9bd3-6000c2621294",
      "db_language_id": "49f398e3-a347-4c8c-955e-2f5011ba4d8f",
      "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-07-03T03:08:31.7638045+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "c996596e-f7fc-4a71-a482-ac3539f4ce1a",
      "sales_organization": {
        "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
        "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
        "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
        "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-07-03T03:08:31.7638045+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "19eb17bc-15c7-486c-ac2f-c3862e612744",
      "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": "0e6f568d-203a-4608-86a1-c5a7a5c1e59d",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "c48fe850-8dcf-4b18-a3b5-881b3bf6e9ed"
    },
    "suggested_date_start": "2025-07-03T03:08:31.7638045+00:00",
    "skill_id": "d07dd763-875d-4f18-9610-740bc0357de4",
    "skill_code": "sample string 32",
    "skill": {
      "id": "c1570cef-a3b3-48bb-8655-217dd70d924f",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "00dbbdc5-d634-42bf-a74c-487c2ec8e5ed",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "46c707be-8608-4c45-bc11-a907180e5d0b",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "a3e3798f-e9dc-4775-af9c-67d675bdbf95",
        "db_currency_id": "d72d2185-1a22-4457-8087-58e42eb7d771",
        "db_language_id": "601b0e16-c395-4490-aaa0-d8249a7b7347",
        "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-07-03T03:08:31.7638045+00:00"
      },
      "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "b7d2d9db-aaf6-403a-a059-e5a6cc7407b5",
    "date_reported_by_company": "2025-07-03T03:08:31.7638045+00:00",
    "id2": 36,
    "company_id": "fb973a02-14cb-4dd2-a423-c9a255f4f7a2",
    "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": "4f946735-a023-4c7c-a8d7-c7abfaf35bf9",
    "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-07-03T03:08:31.7638045+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-07-03T03:08:31.7638045+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.