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": "8bfd393d-8a59-4ccf-9af4-8c7fcbc70bc8",
  "estimated_quantity": 2.0,
  "article_id": "36d9f6df-be3d-4094-b403-6abdf55b42ad",
  "article_code": "sample string 4",
  "article": {
    "id": "94fc50ad-14b0-4c41-8002-16932917eb55",
    "article_category_id": "39afdad7-4961-48f9-8a21-0b98e99c3763",
    "article_category": {
      "id": "882f1007-a44a-4175-bee5-9d723f0609c7",
      "parent_id": "589dc9fb-8007-479e-ad9b-0b7ab5f3c8a4",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "f9dbedbe-be8a-4c58-928d-a49c6974dc69",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "2c7b3362-5058-45cc-9f4b-86313c23d8d0",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "f024dae4-6a8b-47fa-bfa3-3a12a0b1ab4a",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "9515f2a8-bb1f-4200-926a-fd5378099a6f",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "b70745e7-aec8-4181-908d-53bd4b7c66a0",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "abcc0543-a74d-49c1-9e46-da2965e9feed",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-09-09T06:15:19.1786315+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-09-09T06:15:19.1786315+00:00",
    "date_update": "2026-09-09T06:15:19.1786315+00:00",
    "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00",
    "article_color_id": "b6c2cfaf-d72f-4695-8c14-d1f9512a6ff6",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "75bf14b7-2c9e-49d4-a779-95c8bf958158",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "ff133dda-e823-4239-9d44-00dfc1aea740",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "cb7c567b-3f80-457b-8ef8-24db2a4b3018",
    "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": "86520b48-ced2-4b85-b638-641e4573b215",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "0a10bd22-70de-4fe6-95d2-7b0069d2b5ca",
    "_parent_id": "66397c16-2125-49e0-a0c0-dd9f4fe26568",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "cee67d39-7da5-4e1f-a080-2fa9cdfabd2f",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "b064aa11-4203-4428-833a-bc164e8c2567",
      "_parent_id": "52104aa2-081b-44d0-b8d0-96736e11485b",
      "root_parent_id": "3a84c168-b0d4-44bc-a4e3-a3095a35d557",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "085d1396-3cb6-4f09-8332-8a7b84f78f63",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "bbb7a4e4-58ba-4dec-947e-e7f18e5d6673",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "f899a375-b0aa-4eb6-af39-ad792ea28a44",
        "_parent_code": "sample string 6",
        "sales_organization_id": "3c472543-463b-495c-81e5-bd5a42ea18d3",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
          "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
          "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
          "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-09-09T06:15:19.1786315+00:00"
        },
        "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
      },
      "equipment_model_id": "18ff004c-49aa-4892-a828-b331bd5c6f59",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "ce99df57-4c52-4ce3-96d6-fd6407fb3df7",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "bf8232db-64b7-4492-8330-0381a8d01446",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "956c856e-3300-475a-a00a-9fa27a730c96",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "4aa44aa4-2aa7-4c43-9b67-4bdce2b689b1",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
            "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
            "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
            "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-09-09T06:15:19.1786315+00:00"
          },
          "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
        },
        "equipment_family_id": "fd4aa8e8-7d72-42c8-96e0-b6df5490a5cd",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "bbb7a4e4-58ba-4dec-947e-e7f18e5d6673",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "f899a375-b0aa-4eb6-af39-ad792ea28a44",
          "_parent_code": "sample string 6",
          "sales_organization_id": "3c472543-463b-495c-81e5-bd5a42ea18d3",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
            "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
            "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
            "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-09-09T06:15:19.1786315+00:00"
          },
          "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
        },
        "date_in_production_since": "2026-09-09T06:15:19.1786315+00:00",
        "date_out_of_production_since": "2026-09-09T06:15:19.1786315+00:00",
        "date_end_support": "2026-09-09T06:15:19.1786315+00:00",
        "sales_organization_id": "80db96ed-987d-4c4c-819f-866ea10c2794",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
          "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
          "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
          "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-09-09T06:15:19.1786315+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-09-09T06:15:19.1786315+00:00"
      },
      "project_status_id": "c41293ed-65b9-430b-a153-fdf343cfb07c",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "86ba9436-ebbe-4541-aba3-a6553e4e0bc0",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "fb25ab17-d7ca-4f1b-95ab-ca40ea16a8da",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
          "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
          "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
          "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-09-09T06:15:19.1786315+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
      },
      "company_id": "350ae780-250d-4081-9bbb-f50a05d6133c",
      "company_code": "sample string 12",
      "db_address_id": "acfdb8a4-a2c3-4883-8587-a545cfae6298",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "139cf05e-818b-49df-916f-5b09ff489f11",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "eac5a5e6-46ed-427f-ae5b-1a260bfa3c36",
      "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-09-09T06:15:19.1786315+00:00",
      "date_create": "2026-09-09T06:15:19.1786315+00:00",
      "date_update": "2026-09-09T06:15:19.1786315+00:00",
      "updated_by_user_id": "1c5604a2-f6ea-4c7d-9554-505e89d1fdd4",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-09-09T06:15:19.1786315+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-09-09T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-09-09T06:15:19.1786315+00:00",
      "date_last_job": "2026-09-09T06:15:19.1786315+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-09-09T06:15:19.1786315+00:00",
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "38cd8651-e98d-403b-9cc2-a4083ecc0b8b",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "41890a7b-753d-4f41-9a1b-bde5fcf015ca",
      "name": "sample string 2",
      "sales_organization_id": "b2280715-a86d-4a7f-9b0e-2dda25e3f4c2",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "edb1f98a-878f-4eba-810b-091d1d4e0be8",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "e5bed3a2-6223-4dc5-b14b-d548f69dd9b1",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "c0c1420e-e4ed-44a4-9d15-b656aa1b6d5f",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
        "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
        "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
        "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-09-09T06:15:19.1786315+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
    },
    "job_status_id": "4ebe0393-f0b8-40a4-a619-3883d10de5b3",
    "job_status_code": "sample string 11",
    "db_address_id": "8eb4a016-5d4d-4efa-a3f6-1bed00026341",
    "contact_id": "f3b47f16-4c20-464b-a181-a3ee0cfdf5e4",
    "requested_by_company_id": "6db96e68-ddfa-460b-bbaa-0a21ff68568f",
    "requested_by_contact_id": "cc1f4ead-81b9-4d3f-8f97-fbfcf43fdbbd",
    "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-09-09T06:15:19.1786315+00:00",
    "due_date": "2026-09-09T06:15:19.1786315+00:00",
    "date_create": "2026-09-09T06:15:19.1786315+00:00",
    "date_update": "2026-09-09T06:15:19.1786315+00:00",
    "date_closed": "2026-09-09T06:15:19.1786315+00:00",
    "suggested_user_id": "f4440364-8fe3-4ed0-99cc-ee51db8f2fda",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "fdd08d84-b04a-4a77-931e-6daf0700fa5a",
      "db_language_id": "0581a9e9-2f2a-46c0-9dca-8128aba2367c",
      "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-09-09T06:15:19.1786315+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "604d7313-2abb-45ab-82ec-6e54dbda14a0",
      "sales_organization": {
        "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
        "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
        "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
        "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-09-09T06:15:19.1786315+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "3801f3bc-eef9-4d7f-b959-c7cc6b6ed7a9",
      "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": "a6f700ce-eafc-4b54-82be-36bda6ed9a70",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "6de650af-5c28-4c94-8386-a44ea9c3453d"
    },
    "suggested_date_start": "2026-09-09T06:15:19.1786315+00:00",
    "skill_id": "2c252e21-881e-4973-8a1a-9abba0f67092",
    "skill_code": "sample string 32",
    "skill": {
      "id": "ff84c72c-260d-4d2e-9f5d-0bd9781ed2be",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "05804418-2bd4-4a6e-91cd-40478d2e5d3e",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "94ee5296-0f03-4f3e-8e3e-1b6debabc2af",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "f9c2cc27-c950-486f-810b-e38af3bb946a",
        "db_currency_id": "b975d0df-cba9-46c5-b6c9-5ebc337b47be",
        "db_language_id": "6b56b431-85a1-4d66-b93b-3a567972429d",
        "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-09-09T06:15:19.1786315+00:00"
      },
      "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "6e9363f1-ac2a-4fc7-8624-d72bc9edd1a3",
    "date_reported_by_company": "2026-09-09T06:15:19.1786315+00:00",
    "id2": 36,
    "company_id": "b431b509-ab2f-404d-a296-fbfe249ecc4b",
    "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": "fc7e62fa-6e66-4fff-97d3-95c4e5f9ff45",
    "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-09-09T06:15:19.1786315+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-09-09T06:15:19.1786315+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.