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": "1f59d0f9-d2e9-49cf-9a13-1f766bbeab33",
  "estimated_quantity": 2.0,
  "article_id": "e5622cd0-930b-4c1c-bdc3-92736e6b30ee",
  "article_code": "sample string 4",
  "article": {
    "id": "eeda4af5-ec28-4c5a-b650-972e2867bc1c",
    "article_category_id": "3bc9a183-3dd0-46b9-92e4-36741464e898",
    "article_category": {
      "id": "6dda9cc8-9f2f-4f86-91b9-468d32983488",
      "parent_id": "2c06d7b0-b26e-4619-83c3-77fa8e2c91d7",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "a747c92a-670e-4fc9-85d3-fadf8599a207",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "c8a8cec1-e977-42b0-91f1-485140c6d65e",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "b4713637-1a96-42e8-b797-2a23eb9817d1",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "065ed8cc-187d-466b-a54d-29d4c6796fca",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "fe1cdbde-4805-4098-b803-528da05181d0",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "2c173706-0172-45e4-a735-55a897b7dc55",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-06-02T22:52:29.5048757+00:00",
    "article_increment": 20,
    "min_article_quantity": 21,
    "entered_price": 22.0,
    "cost_price": 23.1,
    "no_stock": true,
    "archived": true,
    "is_travel_fee": true,
    "is_mileage_fee": true,
    "code": "sample string 28",
    "name": "sample string 29",
    "description_short": "sample string 30",
    "description_long": "sample string 31",
    "barcode": "sample string 32",
    "notes": "sample string 33",
    "date_create": "2026-06-02T22:52:29.5048757+00:00",
    "date_update": "2026-06-02T22:52:29.5048757+00:00",
    "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00",
    "article_color_id": "c83cd4a0-f05c-434d-ac49-6064e7f09a8f",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "0329107b-af1d-47d8-9f99-0cf775e8df6d",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "7a5bb1e5-2002-4bea-b1a7-cafe9b4bea35",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "7a53a6f9-9bb0-490d-96c0-bac5d136259d",
    "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": "704835df-2e4e-4d51-837a-319c56dbf30e",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "77b8b958-34a4-48fd-ad92-8c0678bdc2d9",
    "_parent_id": "44e6867a-dbc6-4474-aa44-9ef205d71798",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "008076c1-2911-4ebb-8849-60ac7498db2b",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "63b37bc3-cbf2-4f1d-9883-e6b6283f38ce",
      "_parent_id": "ae323a75-bb26-43c6-815a-29e6dcaf3efd",
      "root_parent_id": "42eead19-e60a-4f0b-a9bb-0cf26b9d0966",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "abd68f28-a81e-46f0-83d2-7852fe94862b",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "7821c3e9-b68d-4edf-b388-75eb5556730e",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "07419350-573f-44c6-b2c6-005bdb690ec4",
        "_parent_code": "sample string 6",
        "sales_organization_id": "3688179f-59d3-4001-a00d-0d17bbb36833",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
          "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
          "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
        },
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "equipment_model_id": "9fcee8de-2d43-4bf7-a4f1-036739cf9d0e",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "33568e9f-6838-43da-9548-1e791d3afb44",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "0f6f632f-ff3c-4417-946f-de77d55d2535",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "f38efdf1-a67d-4bed-956e-059e2db6aa5e",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "af3b169a-c19f-43aa-a356-e5be846cc9a6",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
            "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
            "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
          },
          "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
        },
        "equipment_family_id": "18c19a62-98b4-4e82-9d44-9ddab2002dd4",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "7821c3e9-b68d-4edf-b388-75eb5556730e",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "07419350-573f-44c6-b2c6-005bdb690ec4",
          "_parent_code": "sample string 6",
          "sales_organization_id": "3688179f-59d3-4001-a00d-0d17bbb36833",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
            "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
            "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
            "accountancy_code": "sample string 8",
            "archived": true,
            "default_unit_of_measure_system_type": "sample string 10",
            "street": "sample string 11",
            "street2": "sample string 12",
            "street_number": "sample string 13",
            "zip": "sample string 14",
            "city": "sample string 15",
            "email": "sample string 16",
            "phone": "sample string 17",
            "fax": "sample string 18",
            "url": "sample string 19",
            "vat_reg_code": "sample string 20",
            "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
          },
          "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
        },
        "date_in_production_since": "2026-06-02T22:52:29.5048757+00:00",
        "date_out_of_production_since": "2026-06-02T22:52:29.5048757+00:00",
        "date_end_support": "2026-06-02T22:52:29.5048757+00:00",
        "sales_organization_id": "682e850a-6cdf-4700-a5c0-2d14269dd64f",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
          "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
          "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
        },
        "replacement_period_nb_months": 14,
        "warranty_period_nb_months": 15,
        "translations": [
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          },
          {
            "field_name": "sample string 1",
            "language_code": "sample string 2",
            "value_translated": "sample string 3"
          }
        ],
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "project_status_id": "b1684f21-9241-4c97-8582-8ee62958411e",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "54bab229-1f50-4193-80b1-0298be1e0f42",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "06466162-3be0-4f24-8d76-0702f5ce0178",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
          "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
          "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
          "accountancy_code": "sample string 8",
          "archived": true,
          "default_unit_of_measure_system_type": "sample string 10",
          "street": "sample string 11",
          "street2": "sample string 12",
          "street_number": "sample string 13",
          "zip": "sample string 14",
          "city": "sample string 15",
          "email": "sample string 16",
          "phone": "sample string 17",
          "fax": "sample string 18",
          "url": "sample string 19",
          "vat_reg_code": "sample string 20",
          "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "company_id": "dbc74019-b27b-4150-856c-402c07f32089",
      "company_code": "sample string 12",
      "db_address_id": "ce62d807-5427-40ad-8f1e-fb1a2b51d73c",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "ef209eb2-839d-46b5-9450-ed1a8c98d3d1",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "ee2996ea-b691-4972-bca4-66645b60221c",
      "name": "sample string 19",
      "description": "sample string 20",
      "reference_back_office": "sample string 21",
      "serial_number": "sample string 22",
      "barcode": "sample string 23",
      "date_start_production": "2026-06-02T22:52:29.5048757+00:00",
      "date_create": "2026-06-02T22:52:29.5048757+00:00",
      "date_update": "2026-06-02T22:52:29.5048757+00:00",
      "updated_by_user_id": "c3802093-9f14-4e8a-8b77-59264372be1b",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-06-02T22:52:29.5048757+00:00",
      "last_standard_result_score_1": "sample string 30",
      "last_standard_result_score_2": "sample string 31",
      "target_standard_result_score_1": "sample string 32",
      "target_standard_result_score_2": "sample string 33",
      "date_built": "2026-06-02T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-06-02T22:52:29.5048757+00:00",
      "date_last_job": "2026-06-02T22:52:29.5048757+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-06-02T22:52:29.5048757+00:00",
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "0dc83f5d-8a22-4487-9c4f-371ab6b38e3e",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "aa34c739-1424-414e-b825-fdc431c1cdbc",
      "name": "sample string 2",
      "sales_organization_id": "d7a45126-96e1-4633-bf15-dfc0d00e85f3",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "6b128b00-a203-4d4d-86b7-8904f557f41a",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "2f283cc2-f2bf-4c07-87a8-cfeaf2515468",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "234fd187-8c34-4b5d-921f-001eda71a2ac",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
        "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
        "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
    },
    "job_status_id": "aa6ea5f4-dbf6-42f7-af1c-1ce6de44b9ef",
    "job_status_code": "sample string 11",
    "db_address_id": "8bfd792d-df4e-4e26-9e56-1dae1340d5a8",
    "contact_id": "42cc508c-c343-470a-b358-4a3bdd14a25f",
    "requested_by_company_id": "fa3ddff4-d8b9-4c94-8f3a-f11bd1ddd09b",
    "requested_by_contact_id": "2563785f-0f52-40fc-867c-f3c916a1d819",
    "reference_back_office": "sample string 16",
    "name": "sample string 17",
    "description": "sample string 18",
    "working_sequence": 19,
    "internal_memo": "sample string 20",
    "prejob_information": "sample string 21",
    "estimated_time": 22,
    "earliest_date_plannable": "2026-06-02T22:52:29.5048757+00:00",
    "due_date": "2026-06-02T22:52:29.5048757+00:00",
    "date_create": "2026-06-02T22:52:29.5048757+00:00",
    "date_update": "2026-06-02T22:52:29.5048757+00:00",
    "date_closed": "2026-06-02T22:52:29.5048757+00:00",
    "suggested_user_id": "bbd97b6b-08f9-40aa-88fd-61e447b56ef3",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "0a867094-2dea-49c5-8d33-b34092914dde",
      "db_language_id": "96643b6c-b89e-4ac7-b2a8-82aeccfe8b9c",
      "username": "sample string 3",
      "firstname": "sample string 4",
      "lastname": "sample string 5",
      "code": "sample string 6",
      "archived": true,
      "disabled": true,
      "emergency_contact": "sample string 9",
      "bankaccount": "sample string 10",
      "social_security": "sample string 11",
      "place_of_birth": "sample string 12",
      "nationality": "sample string 13",
      "functions": "sample string 14",
      "birthdate": "2026-06-02T22:52:29.5048757+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "f2ee81c6-c1b8-4138-9111-fd2903f8ebf9",
      "sales_organization": {
        "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
        "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
        "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "c5469c17-8351-4346-9d4b-a47e65255727",
      "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": "6a8bc472-4238-4432-9f22-0026cfc124b7",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "0da4d6c0-c6a6-487f-95c7-91e663956074"
    },
    "suggested_date_start": "2026-06-02T22:52:29.5048757+00:00",
    "skill_id": "250669df-dc4d-452c-ad6a-832571d05040",
    "skill_code": "sample string 32",
    "skill": {
      "id": "bf013478-d4fe-4f97-891a-65b6ec5fcdeb",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "4ac147ed-cc01-4601-8052-3c8993599ccd",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e546a13a-8c44-45ec-91c1-1b2ddb6ce1ee",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "31f7b504-5b58-4b9a-a0aa-1135140ea9a2",
        "db_currency_id": "13b9916e-c6df-4260-b0b5-22dd69c4e387",
        "db_language_id": "65c0c096-d27a-4225-a472-1b2d941163e3",
        "accountancy_code": "sample string 8",
        "archived": true,
        "default_unit_of_measure_system_type": "sample string 10",
        "street": "sample string 11",
        "street2": "sample string 12",
        "street_number": "sample string 13",
        "zip": "sample string 14",
        "city": "sample string 15",
        "email": "sample string 16",
        "phone": "sample string 17",
        "fax": "sample string 18",
        "url": "sample string 19",
        "vat_reg_code": "sample string 20",
        "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
      },
      "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "94f53ed7-6c72-428b-8488-b979a51fe1f4",
    "date_reported_by_company": "2026-06-02T22:52:29.5048757+00:00",
    "id2": 36,
    "company_id": "55168c2c-d9a8-41f8-9284-b4a35dd6b9e7",
    "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": "889fab9a-6a14-45d1-b7f9-49c91c1235c2",
    "db_address_db_country_code": "sample string 46",
    "db_address_phone": "sample string 47",
    "db_address_email": "sample string 48",
    "db_address_latitude_decimal": 49.0,
    "db_address_longitude_decimal": 50.0,
    "estimated_quantity_remark": "sample string 51",
    "modified_dateutc": "2026-06-02T22:52:29.5048757+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-02T22:52:29.5205008+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.