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": "d9dd79e3-42dc-4e0d-a14b-3c0455e90cee",
  "estimated_quantity": 2.0,
  "article_id": "0d05c35c-de93-4a2f-97e9-2717c7584e8a",
  "article_code": "sample string 4",
  "article": {
    "id": "5fab4f3b-18e9-451c-9583-8e0dec7fd2b8",
    "article_category_id": "c158be09-97a7-4aa4-aa80-847f715fee3b",
    "article_category": {
      "id": "e0db9f7d-7df4-4c2e-b89e-61d617371a10",
      "parent_id": "7bf4b9f3-e9dc-4f24-bae0-32fdf23e12bf",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-12-20T13:27:37.2075834+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "39a05a13-4827-45ee-88a0-42830514e7d7",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "8782b098-a42e-4106-8c70-802637293d84",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "3cb43813-7aab-473e-8afe-dba958ebea5b",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "18ca809d-32cb-4512-bfc9-10bf48fd7a88",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "4a669998-b293-41df-9770-ed20e3080634",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "fd07c13c-f2df-4c8d-bfd9-eb1c068d2cbb",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-12-20T13:27:37.2075834+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-12-20T13:27:37.2232093+00:00",
    "date_update": "2025-12-20T13:27:37.2232093+00:00",
    "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00",
    "article_color_id": "4411ea10-199f-4819-9a79-402a7250cfdd",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "72841f48-1a7b-4574-b093-fdd82ffd1f8c",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "abf06fe4-1878-4221-b546-ee975ac56454",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "4adef46e-e34c-4c32-ab57-88ca594a803d",
    "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": "de843849-c872-406e-bf70-64c3bc00d627",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "87b0eee2-be28-4f0a-9de4-537649812eb1",
    "_parent_id": "b1100514-56fc-4e02-9465-cb337fd3820c",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "96fb944d-0eec-4af8-9c5d-a83332e6a106",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "326b43fe-afc9-4499-865f-a9aafb0816bb",
      "_parent_id": "83dbe359-1d7c-4e14-9d5f-b701a78160e3",
      "root_parent_id": "edbaf471-7c9b-4c6c-972e-6b9ad1798027",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "ee89204b-f21a-4afa-a48d-4b7083385eb1",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "42f27b49-eb1b-4190-ab54-962b8d5f4c87",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "39ba43d0-b41d-4ef9-b28a-1259b3a02d9f",
        "_parent_code": "sample string 6",
        "sales_organization_id": "478a74ad-380a-480b-8d54-adb0a463df03",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
          "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
          "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
          "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-12-20T13:27:37.2232093+00:00"
        },
        "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
      },
      "equipment_model_id": "140baef1-c1d2-4c16-a8eb-64760cbc07fa",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "18224065-f508-42b5-9c70-5b02029123ec",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "77f5446c-da7f-4d25-b69d-190344957516",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "57c6d3d5-978f-44fa-ba5d-87072e2ed138",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "bdccc1f5-5bc7-4f56-aa26-9d523652403c",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
            "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
            "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
            "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-12-20T13:27:37.2232093+00:00"
          },
          "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
        },
        "equipment_family_id": "6e17e5fb-35a3-415b-b6f4-9fdb39825d35",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "42f27b49-eb1b-4190-ab54-962b8d5f4c87",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "39ba43d0-b41d-4ef9-b28a-1259b3a02d9f",
          "_parent_code": "sample string 6",
          "sales_organization_id": "478a74ad-380a-480b-8d54-adb0a463df03",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
            "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
            "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
            "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-12-20T13:27:37.2232093+00:00"
          },
          "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
        },
        "date_in_production_since": "2025-12-20T13:27:37.2232093+00:00",
        "date_out_of_production_since": "2025-12-20T13:27:37.2232093+00:00",
        "date_end_support": "2025-12-20T13:27:37.2232093+00:00",
        "sales_organization_id": "da39a188-0efc-4bc4-a531-450c2bfa670f",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
          "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
          "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
          "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-12-20T13:27:37.2232093+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-12-20T13:27:37.2232093+00:00"
      },
      "project_status_id": "878ac9c9-42fa-4ee7-8b77-c7ab320542d6",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "dfa1f4f8-038f-4715-8659-c8e5784ef77f",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "f4271a59-724f-473d-abe4-17a77e119889",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
          "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
          "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
          "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-12-20T13:27:37.2232093+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
      },
      "company_id": "2808f0d6-ea64-413a-b922-b2d99a0463a0",
      "company_code": "sample string 12",
      "db_address_id": "1175a35a-e740-49ba-b4a4-069d1d19b80d",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "6f1b9452-fddf-40e1-a29f-a4cf757c1274",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "b0e80a67-7fcc-4ba8-8c19-5fd890f6449d",
      "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-12-20T13:27:37.2232093+00:00",
      "date_create": "2025-12-20T13:27:37.2232093+00:00",
      "date_update": "2025-12-20T13:27:37.2232093+00:00",
      "updated_by_user_id": "58d036c0-37c6-40b3-a315-842a3f6ae0a7",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-12-20T13:27:37.2232093+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-12-20T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-12-20T13:27:37.2232093+00:00",
      "date_last_job": "2025-12-20T13:27:37.2232093+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-12-20T13:27:37.2232093+00:00",
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "16693dfe-0f05-4b28-ab3f-ebe07088af33",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "6ac25a1a-d3b0-46e1-b85f-7b9c15686263",
      "name": "sample string 2",
      "sales_organization_id": "c21a898c-4f9a-4919-93b8-707af6f9244e",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "1dd38b9b-9e16-40d3-9231-89d2111acbfc",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "960a224c-0fdf-4b63-aa00-dd5a7515b651",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "a5d5469e-1597-4fec-87fb-deefa784dea8",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
        "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
        "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
        "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-12-20T13:27:37.2232093+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
    },
    "job_status_id": "bd1ec40c-908f-4d24-8c8c-55cfa8d5da32",
    "job_status_code": "sample string 11",
    "db_address_id": "bd131c4c-e417-4380-b7bf-e1f5ae2584f5",
    "contact_id": "bce4e111-d883-47c6-9866-fcc46c7a17ad",
    "requested_by_company_id": "7a07685a-31a3-4fb8-8351-9fa2148d1461",
    "requested_by_contact_id": "2ee903ea-cf3b-4b44-9856-2bd0166d4262",
    "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-12-20T13:27:37.2232093+00:00",
    "due_date": "2025-12-20T13:27:37.2232093+00:00",
    "date_create": "2025-12-20T13:27:37.2232093+00:00",
    "date_update": "2025-12-20T13:27:37.2232093+00:00",
    "date_closed": "2025-12-20T13:27:37.2232093+00:00",
    "suggested_user_id": "d89f8865-09af-4dc3-bcfc-9d19573e200f",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "12ebeff4-2223-4e9d-ab8e-2e6847d365b7",
      "db_language_id": "76d1ffb5-64c0-4e6f-ba31-fbea10647a59",
      "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-12-20T13:27:37.2232093+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "9948a5a1-ad28-4287-bc10-3bfaf34a3150",
      "sales_organization": {
        "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
        "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
        "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
        "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-12-20T13:27:37.2232093+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "4e0b9656-29d0-4eec-9a88-428b76932958",
      "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": "bf8ab9f4-f545-49fd-b1e5-0d03d52fe9f3",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "5d3d86d3-88c4-45bb-9f74-7f8e4bb7d874"
    },
    "suggested_date_start": "2025-12-20T13:27:37.2232093+00:00",
    "skill_id": "e22c3e6c-71ee-4958-ab67-f7b8a43e569f",
    "skill_code": "sample string 32",
    "skill": {
      "id": "8fcac892-962d-4fc5-ac08-8234b3f23823",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "00ce3e0e-9745-4ea9-a55c-8b270fc11a94",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "8b32214e-4c61-4fd3-afe1-b93f2387fd2f",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "497befda-cb92-4484-b479-23a1f9028cf1",
        "db_currency_id": "a808dad7-ad6a-452c-bc4f-2ce3e435a4d3",
        "db_language_id": "cbde0c6e-97a7-4bbc-b428-60e12432b9f4",
        "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-12-20T13:27:37.2232093+00:00"
      },
      "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "36e0dbd7-de77-4ac2-b1dd-a432754f4efb",
    "date_reported_by_company": "2025-12-20T13:27:37.2232093+00:00",
    "id2": 36,
    "company_id": "23b7a2b1-5d5a-456c-ba6a-3a74d141f0c7",
    "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": "ce17d5d4-2443-4207-af10-922f64507ac6",
    "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-12-20T13:27:37.2232093+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-12-20T13:27:37.2232093+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.