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": "a087eed7-4890-4148-8886-53e34fcd8307",
  "estimated_quantity": 2.0,
  "article_id": "13f12e19-d0e2-4f47-bcf7-a32fc6d828c0",
  "article_code": "sample string 4",
  "article": {
    "id": "0105c107-9593-429d-b57e-bda7a07c107e",
    "article_category_id": "306aa98b-1666-452e-8d28-6c276ec51079",
    "article_category": {
      "id": "86e78c08-a759-426a-aa22-0b6d3df6b4bc",
      "parent_id": "ccdc0928-5d45-4788-8cdf-faf5e7be29f9",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "f78097e7-885d-4bb6-a0a5-d80e0344f584",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "e23e2e80-74e6-4dd4-84a9-236f5069153b",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "2d594e57-cc04-4e78-8a1d-8b86b378c469",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "35d86e01-9265-470b-9901-7d9a3e807fc4",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "a67aff60-32d7-4d9f-a2e0-fe0b33fb21a7",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "0d8d617b-0354-4a41-8080-f314cc5f9fa7",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-05-31T20:28:23.6638121+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-05-31T20:28:23.6638121+00:00",
    "date_update": "2026-05-31T20:28:23.6638121+00:00",
    "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00",
    "article_color_id": "a06e16cc-dcee-48b9-b6d7-d36766c04c0b",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "ffd65dab-fef5-4b23-bb3a-a35cf50d3482",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "04a69c79-e26e-4f17-b10e-3cff61336b28",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "042dd4c7-dc64-45f4-9688-ddb2af9c478c",
    "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": "29ae719c-e29a-4184-b7e5-fc858b59ccbf",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "dad9be30-0b3a-46e6-8ea9-57e66dbe4cd6",
    "_parent_id": "f630a19d-27c9-4906-ab72-87a30250ba28",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "2bf0fd8a-1f6d-47d0-b935-a1742cfdbf28",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "5f95ecb6-a973-4403-9d31-9cc36be9072b",
      "_parent_id": "245447fd-7605-463e-9066-c7859a539291",
      "root_parent_id": "f35dc9f4-9ecf-4847-a20f-18487f9b0d98",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "65cf290f-5d2e-4926-bc75-77de30c50746",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "abdf65fc-6ad6-410e-86e4-ee2a8f3e85bc",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "fb96c8ad-32e5-4a86-85fe-91f528b1795c",
        "_parent_code": "sample string 6",
        "sales_organization_id": "fb161dff-1c0e-4baa-bb91-2c5eb39078b5",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
          "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
          "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
          "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-05-31T20:28:23.6638121+00:00"
        },
        "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
      },
      "equipment_model_id": "ead0e527-49ce-45b8-bcc0-c78c8ca356c0",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "6e6775fc-dfc3-44e0-b121-f2af5dab9422",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "4c8bcf49-c586-447b-821f-dd61bd77d25e",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "eecd8f66-a245-473d-bc90-f61941028155",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "0de24029-682b-4148-8aa6-46e2e752ad0c",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
            "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
            "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
            "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-05-31T20:28:23.6638121+00:00"
          },
          "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
        },
        "equipment_family_id": "153af47f-f1f0-4d37-bd51-548d8ed81cc9",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "abdf65fc-6ad6-410e-86e4-ee2a8f3e85bc",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "fb96c8ad-32e5-4a86-85fe-91f528b1795c",
          "_parent_code": "sample string 6",
          "sales_organization_id": "fb161dff-1c0e-4baa-bb91-2c5eb39078b5",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
            "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
            "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
            "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-05-31T20:28:23.6638121+00:00"
          },
          "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
        },
        "date_in_production_since": "2026-05-31T20:28:23.6638121+00:00",
        "date_out_of_production_since": "2026-05-31T20:28:23.6638121+00:00",
        "date_end_support": "2026-05-31T20:28:23.6638121+00:00",
        "sales_organization_id": "7b2f5b0e-0a36-452b-889a-ad7ca856d76c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
          "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
          "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
          "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-05-31T20:28:23.6638121+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-05-31T20:28:23.6638121+00:00"
      },
      "project_status_id": "99dccdd1-61d7-4278-b484-e7dc2aab8263",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "98f3f684-9bea-42aa-b88c-400e4ecbc21f",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "2a74b0ed-d511-4fe7-8990-895c5480ca51",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
          "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
          "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
          "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-05-31T20:28:23.6638121+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
      },
      "company_id": "12a28193-7af0-4478-8d0f-120870184fd8",
      "company_code": "sample string 12",
      "db_address_id": "12024cf3-c9fb-476d-a137-e15ad9d0c98e",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "55241e6e-4ab0-4764-b31a-8e5ffe4d615b",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "47209936-a721-429e-909a-53339c87009b",
      "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-05-31T20:28:23.6638121+00:00",
      "date_create": "2026-05-31T20:28:23.6638121+00:00",
      "date_update": "2026-05-31T20:28:23.6638121+00:00",
      "updated_by_user_id": "bd701aca-6aec-4055-915b-b1f07faf4b5f",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-05-31T20:28:23.6638121+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-05-31T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-05-31T20:28:23.6638121+00:00",
      "date_last_job": "2026-05-31T20:28:23.6638121+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-05-31T20:28:23.6638121+00:00",
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "6484b15c-0a1e-45e3-a3b5-5ca24b69e6e4",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "3248e571-7096-4fee-ad62-919df58df3f2",
      "name": "sample string 2",
      "sales_organization_id": "a6f8e088-332b-4e63-b030-8fe0997e4052",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "0bf18dbe-52d4-4a44-b12e-00cdbfa6378f",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "3ca50285-2f8e-4714-96da-c217959daadd",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "10e13070-5d0d-4abb-8d81-9d6fc48ead1f",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
        "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
        "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
        "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-05-31T20:28:23.6638121+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
    },
    "job_status_id": "69c08209-02a5-4fc5-a540-b46530cc60d6",
    "job_status_code": "sample string 11",
    "db_address_id": "7c3293c9-dadf-4ff2-999d-9b651e2dd506",
    "contact_id": "40435128-01d9-4b4b-8e22-b75203abfc8c",
    "requested_by_company_id": "68ccc8f3-d168-44aa-8153-eee2157c21b9",
    "requested_by_contact_id": "e6f0a9b1-4386-4218-a17c-213a4bb077d7",
    "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-05-31T20:28:23.6638121+00:00",
    "due_date": "2026-05-31T20:28:23.6638121+00:00",
    "date_create": "2026-05-31T20:28:23.6638121+00:00",
    "date_update": "2026-05-31T20:28:23.6638121+00:00",
    "date_closed": "2026-05-31T20:28:23.6638121+00:00",
    "suggested_user_id": "699ee5f4-8d82-4ef2-b133-58cee555aa5a",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "c74d9adb-12a1-4807-b96c-00031a09ae44",
      "db_language_id": "3f1ce31b-67fd-4f51-8ed5-162a37ba73b3",
      "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-05-31T20:28:23.6638121+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "dc2161cf-eb04-4e2e-a2d8-0f530c936394",
      "sales_organization": {
        "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
        "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
        "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
        "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-05-31T20:28:23.6638121+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "786af5d2-53a9-45a9-b4e7-1c460499c4b0",
      "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": "ed3fec6f-58da-42ba-b4e6-2cc3f9b80081",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "ed4d65d3-dbe1-49b5-aea6-6878c0d7ca6e"
    },
    "suggested_date_start": "2026-05-31T20:28:23.6638121+00:00",
    "skill_id": "72a1f26d-289e-4914-b5ee-2aaf6f555190",
    "skill_code": "sample string 32",
    "skill": {
      "id": "ef2f4733-4677-4824-a43f-55b184b03da9",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "f8a9c730-f2f4-4e31-8c81-7fc5cbd99825",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "f271b7d9-8a2b-4550-bfc1-de9f077dcb67",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "5dcbff38-f0fc-495b-a668-016e3b36edeb",
        "db_currency_id": "89fe6108-e878-4de8-b603-544dd1c09d07",
        "db_language_id": "3369f99f-5acf-4651-bbe5-895bbc1fce36",
        "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-05-31T20:28:23.6638121+00:00"
      },
      "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "e55ec31b-c1ac-43d7-9294-5cf084cbee10",
    "date_reported_by_company": "2026-05-31T20:28:23.6638121+00:00",
    "id2": 36,
    "company_id": "1da28135-1317-458b-a1c7-cc179231c95e",
    "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": "97f277fe-e9e0-484e-bd55-5b25b490541c",
    "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-05-31T20:28:23.6638121+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-05-31T20:28:23.6638121+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.