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": "14828b40-3b0e-4b1a-b0ae-78e33ef2a09f",
  "estimated_quantity": 2.0,
  "article_id": "ec17e0c8-0429-43b2-8071-6c055a7d3ccb",
  "article_code": "sample string 4",
  "article": {
    "id": "f27dcc01-db00-4118-af40-d59454455097",
    "article_category_id": "ea6b6962-84e0-4a4e-8bd2-10c082af3cf4",
    "article_category": {
      "id": "92c47d15-cf41-4604-bb32-e990ed989d0f",
      "parent_id": "e3cdd5fb-b2b5-4209-98e6-58a70d8dd217",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "69f0fd6d-8c6c-4368-b805-083555d4ba52",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "c6ba1aaa-e6af-4bb3-b97f-89c8502dc9ca",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "e0530254-7054-4432-8266-59b2674cd8d6",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "ff6436a7-6efb-4cd2-8526-039ef52d1cd7",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "fa8c1add-cae7-4a02-adcc-242fe6a36917",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "de9c6fe3-7d1f-4d64-a629-43a977b33ee7",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2024-03-26T17:49:07.6868295+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": "2024-03-26T17:49:07.6868295+00:00",
    "date_update": "2024-03-26T17:49:07.6868295+00:00",
    "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00",
    "article_color_id": "79b7c386-db9e-4fc1-a5be-dec2a925e296",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "b03f2c23-4ee9-4827-ac28-9268d3fec2ab",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "0d159e3c-4287-4111-8375-ce13ab11a165",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "43fad304-f975-4124-b22d-51f159f3559a",
    "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": "66ab536d-5195-43d9-93fc-861e13728e2e",
  "jobs_reference_back_office": "sample string 6",
  "jobs": {
    "id": "dfe70eef-397d-4bd5-bdf9-b54596eca36a",
    "_parent_id": "8c082c33-3334-4a71-85a2-846a9d8af7e4",
    "_parent_jobs_reference_back_office": "sample string 3",
    "project_id": "bd868859-e547-4469-979e-549e1d0c7b99",
    "project_reference_back_office": "sample string 5",
    "project": {
      "id": "a098742f-e378-469f-a0bf-7e853cf6656b",
      "_parent_id": "f260649c-6541-4ebf-ad14-c9e832a86673",
      "root_parent_id": "eb8dae13-0153-4ebf-874f-fa9605ff4933",
      "_parent_reference_back_office": "sample string 4",
      "equipment_family_id": "7923aaf9-d118-4c02-9014-103838631d4e",
      "equipment_family_code": "sample string 6",
      "equipment_family": {
        "id": "b9723e58-4ee7-4190-bb18-690dd5c0b598",
        "name": "sample string 2",
        "description": "sample string 3",
        "code": "sample string 4",
        "_parent_id": "f19a6f92-0ad3-452b-bd5b-d45d4a8dbee4",
        "_parent_code": "sample string 6",
        "sales_organization_id": "454f118a-8b96-4e05-bb6f-07386e63fabc",
        "sales_organization_code": "sample string 8",
        "sales_organization": {
          "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
          "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
          "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
          "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": "2024-03-26T17:49:07.6868295+00:00"
        },
        "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
      },
      "equipment_model_id": "c3cc7b67-bd85-42c4-917a-388daf35d242",
      "equipment_model_code": "sample string 8",
      "equipment_model": {
        "id": "0c61f3df-dcf1-476a-853d-a02509c2bbd3",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "equipment_brand_id": "04ba6b82-0d8e-403b-a251-0f479bdde1d5",
        "equipment_brand_code": "sample string 6",
        "equipment_brand": {
          "id": "3f62207b-0a0d-4a46-98b4-aec1ee51c867",
          "name": "sample string 2",
          "code": "sample string 3",
          "sales_organization_id": "d6e09dce-c139-4c3b-8657-7b99df81e9fd",
          "sales_organization_code": "sample string 5",
          "sales_organization": {
            "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
            "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
            "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
            "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": "2024-03-26T17:49:07.6868295+00:00"
          },
          "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
        },
        "equipment_family_id": "935c1c71-00d8-4471-865b-ae40d044f615",
        "equipment_family_code": "sample string 8",
        "equipment_family": {
          "id": "b9723e58-4ee7-4190-bb18-690dd5c0b598",
          "name": "sample string 2",
          "description": "sample string 3",
          "code": "sample string 4",
          "_parent_id": "f19a6f92-0ad3-452b-bd5b-d45d4a8dbee4",
          "_parent_code": "sample string 6",
          "sales_organization_id": "454f118a-8b96-4e05-bb6f-07386e63fabc",
          "sales_organization_code": "sample string 8",
          "sales_organization": {
            "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
            "code": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
            "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
            "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
            "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": "2024-03-26T17:49:07.6868295+00:00"
          },
          "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
        },
        "date_in_production_since": "2024-03-26T17:49:07.6868295+00:00",
        "date_out_of_production_since": "2024-03-26T17:49:07.6868295+00:00",
        "date_end_support": "2024-03-26T17:49:07.6868295+00:00",
        "sales_organization_id": "c77ca68a-3159-4b84-9195-0b820ec7187c",
        "sales_organization_code": "sample string 13",
        "sales_organization": {
          "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
          "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
          "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
          "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": "2024-03-26T17:49:07.6868295+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": "2024-03-26T17:49:07.6868295+00:00"
      },
      "project_status_id": "6c71956b-6d8f-4552-bad2-1853e64152e5",
      "project_status_code": "sample string 10",
      "project_status": {
        "id": "95c0c465-9d2f-4246-a1e4-7a7710278c47",
        "name": "sample string 2",
        "is_default": true,
        "is_closed": true,
        "sales_organization_id": "0ddf5bfa-48c1-4ea2-afff-12be351c3cb9",
        "sales_organization_code": "sample string 6",
        "sales_organization": {
          "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
          "code": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
          "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
          "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
          "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": "2024-03-26T17:49:07.6868295+00:00"
        },
        "code": "sample string 7",
        "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
      },
      "company_id": "877d93ce-51b1-49e3-9a92-c6ea18c7f02b",
      "company_code": "sample string 12",
      "db_address_id": "e07e18ca-ed3e-4c63-8dba-e7d4dfb2af18",
      "db_address_code": "sample string 14",
      "location": "sample string 15",
      "contact_id": "c1980961-9aac-4b87-bb81-122f1319ff30",
      "contact_reference_back_office": "sample string 17",
      "owner_user_id": "c2a8f15b-d44b-44d2-be47-91053fa649b8",
      "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": "2024-03-26T17:49:07.6868295+00:00",
      "date_create": "2024-03-26T17:49:07.6868295+00:00",
      "date_update": "2024-03-26T17:49:07.6868295+00:00",
      "updated_by_user_id": "94d51aa2-17d3-448e-9c36-fbe08508b61b",
      "customer_reference": "sample string 28",
      "warranty_date_until": "2024-03-26T17:49:07.6868295+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": "2024-03-26T00:00:00+00:00",
      "shutdown_consequence": "sample string 35",
      "id2": 36,
      "nb_open_jobs": 37,
      "date_next_job": "2024-03-26T17:49:07.6868295+00:00",
      "date_last_job": "2024-03-26T17:49:07.6868295+00:00",
      "nb_jobs_planned": 40,
      "nb_jobs_tobeplanned": 41,
      "nb_jobs_waitingfurtheraction": 42,
      "back_office_timestamp": "2024-03-26T17:49:07.6868295+00:00",
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00",
      "is_mobile_installation": true
    },
    "job_type_id": "5e6952a6-760b-4700-b28f-953b34536b70",
    "job_type_code": "sample string 7",
    "job_type": {
      "id": "8977cb47-eb08-40bd-b057-a7913426876f",
      "name": "sample string 2",
      "sales_organization_id": "8228808b-b156-422b-bbf9-7cb85161c5d1",
      "description": "sample string 4",
      "is_default": true,
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00",
      "code": "sample string 7"
    },
    "job_priority_id": "39ee31d9-a6d3-4078-82a1-d05326ee0de8",
    "job_priority_code": "sample string 9",
    "job_priority": {
      "id": "d599c94a-ce78-4913-b9c7-999163ad32f4",
      "name": "sample string 2",
      "is_default": true,
      "sequence": 4,
      "sales_organization_id": "a5359ddc-b5cb-4cfb-8262-816fd265a8ca",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
        "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
        "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
        "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": "2024-03-26T17:49:07.6868295+00:00"
      },
      "code": "sample string 7",
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
    },
    "job_status_id": "9d506082-97b5-4258-a41b-0670646614e4",
    "job_status_code": "sample string 11",
    "db_address_id": "ba0d27b3-d339-40b8-aa4c-c19340cbdcd3",
    "contact_id": "af92ce42-cced-44bf-b90b-0398dc405156",
    "requested_by_company_id": "53b16672-f178-457a-9b9f-ee7329325dd4",
    "requested_by_contact_id": "91673661-bb45-4648-8d5e-a43dfa872ec9",
    "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": "2024-03-26T17:49:07.6868295+00:00",
    "due_date": "2024-03-26T17:49:07.6868295+00:00",
    "date_create": "2024-03-26T17:49:07.6868295+00:00",
    "date_update": "2024-03-26T17:49:07.6868295+00:00",
    "date_closed": "2024-03-26T17:49:07.6868295+00:00",
    "suggested_user_id": "eacc2245-bde5-4cd3-83f6-fce86281c226",
    "suggested_user_code": "sample string 29",
    "suggested_user": {
      "id": "b5569f56-5ee1-4ac1-a732-4f6a70f543b6",
      "db_language_id": "b152708e-dfd6-4487-81c4-db5e007daee3",
      "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": "2024-03-26T17:49:07.6868295+00:00",
      "skype": "sample string 16",
      "notes": "sample string 17",
      "sales_organization_id": "72b894d7-6c94-4d6c-b304-fc80f8f1dbf9",
      "sales_organization": {
        "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
        "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
        "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
        "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": "2024-03-26T17:49:07.6868295+00:00"
      },
      "sales_organization_code": "sample string 19",
      "is_team_leader": true,
      "team_leader_user_id": "a9b367ef-0d52-415c-91f5-8e040671213a",
      "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": "0fbc32b7-a4c1-41ec-8353-373286cd5de6",
      "private_db_country_code": "sample string 35",
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00",
      "allow_hero_app": true,
      "allow_sales_app": true,
      "allow_service_app": true,
      "user_group_id": "5e7a24b1-b609-4de0-a8ec-8a43d5351119"
    },
    "suggested_date_start": "2024-03-26T17:49:07.6868295+00:00",
    "skill_id": "f5b7853f-ade1-49f6-83f8-13b095d874f7",
    "skill_code": "sample string 32",
    "skill": {
      "id": "89629ee6-d958-46c6-a39c-c677015a31ca",
      "name": "sample string 2",
      "description": "sample string 3",
      "code": "sample string 4",
      "sales_organization_id": "8a929b37-b7f6-4e44-b5eb-18b0b7942f10",
      "sales_organization_code": "sample string 6",
      "sales_organization": {
        "id": "e1bb6868-0e4a-4ee9-8633-aae984d6a7c8",
        "code": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "db_country_id": "c0d514a3-d7d4-4c26-91e8-0f17f9485d19",
        "db_currency_id": "26536cbc-956e-4d3c-86c6-6477d2984398",
        "db_language_id": "619e6d2b-2800-42d5-bd78-c616bcb8cd87",
        "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": "2024-03-26T17:49:07.6868295+00:00"
      },
      "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
    },
    "customer_reference": "sample string 33",
    "approval_responsible_user_id": "7ac94fe3-ff60-4c66-a2e0-61389235ebf5",
    "date_reported_by_company": "2024-03-26T17:49:07.6868295+00:00",
    "id2": 36,
    "company_id": "7d952c82-c34b-4004-9e87-26afcdf3660c",
    "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": "eea5a94a-8a90-4ec0-a1a9-aa92b7a90b05",
    "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": "2024-03-26T17:49:07.6868295+00:00"
  },
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2024-03-26T17:49:07.6868295+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.