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": "b3924d5a-6280-40e4-9f51-a0d8b737ddf3",
  "estimated_quantity": 2.0,
  "article_id": "694f7fd5-7c1c-4891-8c6e-d2793beee9d5",
  "article_code": "sample string 4",
  "article": {
    "id": "3dce42ca-179e-418a-8d12-6e98f4f01852",
    "article_category_id": "f4e85cd7-24df-40d7-bfe0-1e32c3c67b60",
    "article_category": {
      "id": "bd809371-21d1-4c38-89fa-4f98c894baa5",
      "parent_id": "e27c854a-3a54-406c-a223-a575e6a33b96",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "86eba17c-8cd1-4f2f-ad4a-2ffad9031fa9",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "1598949c-e4f2-4264-98c2-ba9c5db2a0db",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "01872c85-d8ac-4014-9b92-17387f2cfcb2",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "f61afc11-e408-4e8a-aa04-2dfdb282c2c1",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "3d6a4bf1-11ef-4caf-826f-352c6efec17c",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "7e90de3b-4c92-4a73-a256-422ac20a6b5b",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-09-04T14:33:17.7705593+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-09-04T14:33:17.7705593+00:00",
    "date_update": "2025-09-04T14:33:17.7705593+00:00",
    "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00",
    "article_color_id": "4e6b79fd-87f9-472e-89d9-a8fb3e611d66",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "78d5854e-6560-4e9d-ac60-45c4796f226e",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "2932c155-3e5d-430b-a4c3-389658fc618b",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "e0d245fb-9f93-462b-b6dd-f1c7dab005b0",
    "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": "5ee300c3-4752-4a18-8b66-e58c927c3a97",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "798bea2f-0ca1-4bf3-89e0-69481703185d",
    "_parent_id": "431412bc-ce96-4acb-a3e2-11736f5cd1b9",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "4336c998-0157-4f83-ae87-2934399836e0",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "8753e586-fe46-489c-a691-280cfe01f42a",
      "_parent_id": "d34f2171-19df-4538-b814-2a997137717f",
      "root_parent_id": "ba5aa91a-677f-49b2-92a1-e86725da7e05",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "8e1dd883-90d1-4581-85e1-4c744eabc9b3",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "a8c9ee22-c852-448b-9de4-031d670db085",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "f2652cd3-44d2-4172-986b-012df01b55a3",
        "_parent_code": "sample string 6",
        "sales_organization_id": "aa1ed440-e529-40f3-8dd4-a229853b4c7d",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
          "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
          "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
          "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-09-04T14:33:17.7705593+00:00"
        },
        "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
      },
      "equipment_model_id": "167de4cd-afe3-4ab4-84fc-b00e141730e3",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "bfd68b01-b000-4aa4-b1fa-2afe1105d174",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "e775f716-9601-4b17-8048-6fcfebf67b36",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "5c312b9d-06d8-42c3-8380-36e80e9451bb",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "443a6c2c-d08b-474c-a136-77ea2a353404",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
            "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
            "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
            "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-09-04T14:33:17.7705593+00:00"
          },
          "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
        },
        "equipment_family_id": "c8399210-1dd8-4ed3-9b78-876f8efd1c28",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "a8c9ee22-c852-448b-9de4-031d670db085",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "f2652cd3-44d2-4172-986b-012df01b55a3",
          "_parent_code": "sample string 6",
          "sales_organization_id": "aa1ed440-e529-40f3-8dd4-a229853b4c7d",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
            "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
            "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
            "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-09-04T14:33:17.7705593+00:00"
          },
          "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
        },
        "date_in_production_since": "2025-09-04T14:33:17.7705593+00:00",
        "date_out_of_production_since": "2025-09-04T14:33:17.7705593+00:00",
        "date_end_support": "2025-09-04T14:33:17.7705593+00:00",
        "sales_organization_id": "64f0a20a-375e-4744-9ce2-453318eead2c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
          "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
          "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
          "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-09-04T14:33:17.7705593+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-09-04T14:33:17.7705593+00:00"
      },
      "project_status_id": "932e2080-1a69-4ffa-a118-d84a30acc382",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "4a4ce9f5-f69b-4e04-a5e4-ae9af8960d92",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "de2b8ef7-7bd1-4bb1-af3e-a0dd61413035",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
          "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
          "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
          "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-09-04T14:33:17.7705593+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
      },
      "company_id": "a4bf9a58-a599-440a-b126-5acca9b12c8b",
      "company_code": "sample string 12",
      "db_address_id": "3690caf1-a653-45a2-a83a-05b7228cafa8",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "a4789b5e-32fe-4cc6-88de-3266a27d9be4",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "b4855fb8-7804-4bea-9ce6-8c64045c5415",
      "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-09-04T14:33:17.7705593+00:00",
      "date_create": "2025-09-04T14:33:17.7705593+00:00",
      "date_update": "2025-09-04T14:33:17.7705593+00:00",
      "updated_by_user_id": "fbcff972-68d3-47fe-ab11-1015adaedd38",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2025-09-04T14:33:17.7705593+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-09-04T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2025-09-04T14:33:17.7705593+00:00",
      "date_last_job": "2025-09-04T14:33:17.7705593+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2025-09-04T14:33:17.7705593+00:00",
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "bce3e951-c53f-48b0-9372-3ac54cc54f2d",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "f6e9a3a4-61c5-4e6d-98bc-97d7b03722a5",
      "name": "sample string 2",
      "sales_organization_id": "55f9058d-ef28-4088-8fc7-c0205fc195f2",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "ffa800c7-d3f3-47b4-bf68-7c902e89c228",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "6d3e9f30-f7e5-4b64-bb24-efd6470175c4",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "3c6753f9-0778-43bd-be1e-90d4fe4241bd",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
        "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
        "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
        "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-09-04T14:33:17.7705593+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
    },
    "job_status_id": "064ad6fc-78ec-41af-93d3-bb3460f61600",
    "job_status_code": "sample string 11",
    "db_address_id": "d6f0e1c6-5653-44e3-8c70-538a3eab67f1",
    "contact_id": "55801c23-62d7-4b78-bfcb-7ec094f1ac89",
    "requested_by_company_id": "93e2cd0c-d550-434d-bffa-1bc2a9530ed4",
    "requested_by_contact_id": "061eaa78-88fb-47a9-b51e-a2b65e38fd79",
    "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-09-04T14:33:17.7705593+00:00",
    "due_date": "2025-09-04T14:33:17.7705593+00:00",
    "date_create": "2025-09-04T14:33:17.7705593+00:00",
    "date_update": "2025-09-04T14:33:17.7705593+00:00",
    "date_closed": "2025-09-04T14:33:17.7705593+00:00",
    "suggested_user_id": "ade478ca-a0a1-4fe6-9068-f9f781d1f453",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "31233675-0b20-4862-a541-08fe5ce4cb60",
      "db_language_id": "18dd52db-3e10-4d55-bfed-5d85cc9385e3",
      "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-09-04T14:33:17.7705593+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "09668d23-365f-433d-83f6-7470b1895e4e",
      "sales_organization": {
        "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
        "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
        "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
        "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-09-04T14:33:17.7705593+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "f51dd33b-b34a-4ac0-bc89-4e2dc1ba7f48",
      "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": "64132c01-e411-4d99-b215-20c2a89eb603",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "c84cf6a2-8885-4909-8ff2-363e1ae97469"
    },
    "suggested_date_start": "2025-09-04T14:33:17.7705593+00:00",
    "skill_id": "f37683d4-0d58-4830-864f-38517191c171",
    "skill_code": "sample string 32",
    "skill": {
      "id": "80dcf878-0300-4b20-9945-76b9a3d6ff69",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "6db19156-45c0-48db-8f33-7b28c1f20cba",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "83795d1f-0a09-4ef5-bbe3-a61dcf1d4d40",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "42bb1b1e-2a8f-43c8-8e29-272a93b9b7e0",
        "db_currency_id": "34160987-36e6-40c0-8cb9-f593b17b9783",
        "db_language_id": "dfe59f43-7f8a-488b-8112-bea0273bb1b0",
        "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-09-04T14:33:17.7705593+00:00"
      },
      "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "24c9c43f-36f1-4ec4-9acc-ac01a530a7f7",
    "date_reported_by_company": "2025-09-04T14:33:17.7705593+00:00",
    "id2": 36,
    "company_id": "928c2b37-d70a-4211-99b5-030da4666f85",
    "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": "91a9067e-0a5a-4328-a361-02c8bcddda00",
    "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-09-04T14:33:17.7705593+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2025-09-04T14:33:17.7705593+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.