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": "73e97498-0ad5-40f8-89ac-d589c4415ff8",
  "estimated_quantity": 2.0,
  "article_id": "418adf37-d72a-4f50-a413-bb61c3f8a494",
  "article_code": "sample string 4",
  "article": {
    "id": "65251525-f807-440b-9d87-ee7411e493ac",
    "article_category_id": "19cf52d2-3440-4e5c-be0e-dc0b0aed4955",
    "article_category": {
      "id": "39edd11a-e261-4c25-99ae-c9d4ca66b667",
      "parent_id": "8db04b8f-4711-4501-99e8-65df3fbd2403",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "e02f72cf-e2ef-4994-b908-fa2819d028f6",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "600a5413-8bd6-4af4-a147-6d2c280e4f2c",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "cd3523b8-b27c-460a-a64c-bbd942156e6c",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "627b435d-0284-445c-b65a-e0e131091430",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "fec163f9-f9cc-4786-a484-4ce3eb0d8fff",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "25606d6d-405a-4b22-bee5-2508d4b3ab88",
    "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-25T23:17:53.4599719+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-25T23:17:53.4599719+00:00",
    "date_update": "2026-06-25T23:17:53.4599719+00:00",
    "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00",
    "article_color_id": "63451e84-d034-4c46-a5ac-431fa769fc09",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "ebfab6cf-39a7-4078-837f-6f171e50a189",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "1a212a6e-b922-4121-aaf7-cda44b874a75",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "1418a6ba-6fb6-474a-abac-96a80464bf44",
    "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": "ad67501a-66d6-4a4a-9a24-7785ea3889d9",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "9adbf474-1ea1-4f52-8305-1745ba65c647",
    "_parent_id": "b59827bf-2960-4113-b0e5-ca44c5b96edf",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "0be26624-66f6-4d3c-821f-f0f7d37f4527",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "cc4ee665-577c-4b8e-aace-732858bb99fa",
      "_parent_id": "da2e3037-7e3f-4ddc-8d17-6cf4cf3d8cca",
      "root_parent_id": "6cfb320c-907e-4966-8829-6d8eb6fbc2e3",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "2f2fe85f-9ed2-4283-a9fc-939126a3ca80",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "bfb307e7-076b-4938-b827-e28b3150c255",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "4aecbc1e-ef76-4c4f-a872-34d5368be02b",
        "_parent_code": "sample string 6",
        "sales_organization_id": "cc9e7c98-6014-42ad-95d8-81b869ab85d7",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
          "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
          "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
          "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-25T23:17:53.4599719+00:00"
        },
        "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
      },
      "equipment_model_id": "17aea837-c68a-4155-94b6-314305f7bdb6",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "73db1ada-1570-4c89-868c-06ecbaaa1fde",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "fdb7fc73-9c7a-4598-a1b8-14e52eb4d6cb",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "b456252f-abe0-4625-9fd7-8b2e4767bf2a",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "d432dd56-f01c-44ea-8f7d-922c9f2f0d63",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
            "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
            "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
            "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-25T23:17:53.4599719+00:00"
          },
          "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
        },
        "equipment_family_id": "b802a5de-0eb8-4d4f-9b60-80d098888ae1",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "bfb307e7-076b-4938-b827-e28b3150c255",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "4aecbc1e-ef76-4c4f-a872-34d5368be02b",
          "_parent_code": "sample string 6",
          "sales_organization_id": "cc9e7c98-6014-42ad-95d8-81b869ab85d7",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
            "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
            "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
            "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-25T23:17:53.4599719+00:00"
          },
          "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
        },
        "date_in_production_since": "2026-06-25T23:17:53.4599719+00:00",
        "date_out_of_production_since": "2026-06-25T23:17:53.4599719+00:00",
        "date_end_support": "2026-06-25T23:17:53.4599719+00:00",
        "sales_organization_id": "d55ce465-af93-484b-be2b-7c9acc8824ad",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
          "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
          "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
          "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-25T23:17:53.4599719+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-25T23:17:53.4599719+00:00"
      },
      "project_status_id": "ef7d0c3b-91fd-4022-8ec2-06cfe1c9e5fe",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "73c42d14-9730-456d-8874-1a5be43112d8",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "7dd81da9-1a68-4952-a5e1-219ed7dc243c",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
          "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
          "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
          "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-25T23:17:53.4599719+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2026-06-25T23:17:53.4599719+00:00"
      },
      "company_id": "5ea00e83-9860-4070-bb9d-e886014e3567",
      "company_code": "sample string 12",
      "db_address_id": "f6a1242e-5e1d-4345-9620-a8a9237e28d7",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "1d9ee47c-a49a-48ce-b573-1c5cd47dd2fa",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "bed0283f-dbd0-4df8-a8e0-b7efe53bcf0f",
      "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-25T23:17:53.4599719+00:00",
      "date_create": "2026-06-25T23:17:53.4599719+00:00",
      "date_update": "2026-06-25T23:17:53.4599719+00:00",
      "updated_by_user_id": "b3fd15dc-1da1-40e1-a7ef-03e60c1a2e0c",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2026-06-25T23:17:53.4755988+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-25T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2026-06-25T23:17:53.4755988+00:00",
      "date_last_job": "2026-06-25T23:17:53.4755988+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2026-06-25T23:17:53.4755988+00:00",
      "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "4e46fc48-451a-41f1-b817-0cc24305ded8",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "1318790d-9cd7-4b53-8c99-f71a3c11117d",
      "name": "sample string 2",
      "sales_organization_id": "f9c8f9bb-0668-4585-b85e-a0a844e37a74",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "8efa3bfa-c9bc-46df-8b0f-98da75b4e0bb",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "d95c8b16-a1fd-4d3d-a22e-c8c7061e48b2",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "414834bd-4ed5-4587-9f16-0eb4c734ed1a",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
        "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
        "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
        "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-25T23:17:53.4599719+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00"
    },
    "job_status_id": "5ada6309-6a4a-4c23-851a-287a8996e9de",
    "job_status_code": "sample string 11",
    "db_address_id": "10ff9592-fd10-47c6-89c0-614cf80deb3b",
    "contact_id": "38ec6ef2-581a-4cdf-a68c-be9baab6bfb0",
    "requested_by_company_id": "a2032679-1677-4018-a7c1-12369c2c0329",
    "requested_by_contact_id": "e1ad29f1-5eb7-423e-aefc-defe0fd8201a",
    "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-25T23:17:53.4755988+00:00",
    "due_date": "2026-06-25T23:17:53.4755988+00:00",
    "date_create": "2026-06-25T23:17:53.4755988+00:00",
    "date_update": "2026-06-25T23:17:53.4755988+00:00",
    "date_closed": "2026-06-25T23:17:53.4755988+00:00",
    "suggested_user_id": "ecad82e2-cf80-4390-b14f-8985e7847775",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "c066393a-d091-4c22-adc5-49834fc7912c",
      "db_language_id": "0feed491-c682-4855-82d8-a9494a4c1a70",
      "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-25T23:17:53.4755988+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "af94f7ed-41ab-4ace-930b-66056b2da850",
      "sales_organization": {
        "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
        "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
        "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
        "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-25T23:17:53.4599719+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "abd2e963-fbe8-4c86-a2da-281232de8805",
      "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": "c018d40d-1ee2-4122-a7b9-947fab2803c1",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "c6c2baf4-2f9f-4413-9634-bd59e1ee114b"
    },
    "suggested_date_start": "2026-06-25T23:17:53.4755988+00:00",
    "skill_id": "3f480e65-4ade-4099-a517-9df3a68e281b",
    "skill_code": "sample string 32",
    "skill": {
      "id": "9ba8d802-878e-4818-9955-ab730ce79d1f",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "e8ad1834-59ae-409f-af84-3a1349758f84",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "1866baa6-b274-4dc2-b898-0841ea28f644",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "53ce760a-c85d-47b6-a783-b0a254ea5f5f",
        "db_currency_id": "3ca0b745-2fe2-4bbd-9fde-bf1ff3fcfa27",
        "db_language_id": "cfaeb266-fb29-43c7-b202-49ae45b586d1",
        "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-25T23:17:53.4599719+00:00"
      },
      "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "7b7ff0e5-2944-4ec8-9d7a-46566530cd04",
    "date_reported_by_company": "2026-06-25T23:17:53.4755988+00:00",
    "id2": 36,
    "company_id": "97c41e7c-d79f-42bd-ace0-5863a0c854bf",
    "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": "89e3789f-d923-45d4-93f2-e2c775e5b649",
    "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-25T23:17:53.4755988+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-06-25T23:17:53.4755988+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.