Retrieves all the job_estimated_quantity objects
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
job_estimated_quantity| Name | Description | Type | Additional 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 |
Response Formats
application/json, text/json
{
"id": "8b0611af-45ad-4942-a8d1-272aa985ebf9",
"estimated_quantity": 2.0,
"article_id": "0fd12b28-ec43-4ae5-af3e-a6d350b10f11",
"article_code": "sample string 4",
"article": {
"id": "33177b76-33a0-45f6-9f09-b4242de3801a",
"article_category_id": "85fc8097-4cdd-4bf2-8dcd-4bacfb6899f8",
"article_category": {
"id": "17740701-89ff-4d72-bc9b-8b8cbbbefdf2",
"parent_id": "85fd6bbd-ded2-4128-84af-2493d0a9d507",
"parent_code": "sample string 3",
"code": "sample string 4",
"name": "sample string 5",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"article_category_code": "sample string 3",
"article_group_1_id": "b9062b24-1705-4a7b-b402-4ad155f4a0ce",
"article_group_1_code": "sample string 5",
"article_group_2_id": "bc0598ac-b299-4736-9f5b-48351d766d80",
"article_group_2_code": "sample string 7",
"article_group_3_id": "59594811-5fdf-4f91-98f3-ea91ba021510",
"article_group_3_code": "sample string 9",
"article_group_4_id": "f9d79fe3-05cd-42dd-8f56-e0cd6a99eac8",
"article_group_4_code": "sample string 11",
"article_group_5_id": "10c5d6f1-9a2b-4378-926b-196b158bb02c",
"article_group_5_code": "sample string 13",
"article_group_6_id": "dacc836a-261d-48aa-8aac-40201dbb5b21",
"article_group_6_code": "sample string 15",
"physical_stock": 16,
"back_order_client": 17,
"back_order_supplier": 18,
"expected_delivery_date_bo_supplier": "2026-09-04T23:58:02.2018815+00:00",
"article_increment": 20,
"min_article_quantity": 21,
"entered_price": 22.0,
"cost_price": 23.1,
"no_stock": true,
"archived": true,
"is_travel_fee": true,
"is_mileage_fee": true,
"code": "sample string 28",
"name": "sample string 29",
"description_short": "sample string 30",
"description_long": "sample string 31",
"barcode": "sample string 32",
"notes": "sample string 33",
"date_create": "2026-09-04T23:58:02.2018815+00:00",
"date_update": "2026-09-04T23:58:02.2018815+00:00",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00",
"article_color_id": "0349e2aa-1217-408c-bc8a-770cf7dccd90",
"article_color_code": "sample string 38",
"article_color": {
"id": "a3e40f92-6eb8-4052-a416-bab2411a9662",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"warranty_period_nb_months": 39,
"use_serial": true,
"_replace_id": "c7c2eafb-2b44-4d3e-bbb4-b4bd972d3683",
"replace_article_code": "sample string 42",
"db_unit_of_measure_id_selling": "f9591335-3d51-4641-b5fa-7fef0cb4885f",
"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": "379f5ef1-edd3-49dd-a60e-688478e1de0a",
"jobs_reference_back_office": "sample string 6",
"jobs": {
"id": "c98d28a0-fe97-498e-bc0a-2d0cfbd163f9",
"_parent_id": "3821bc59-d721-4b10-bc34-bf1a761427b7",
"_parent_jobs_reference_back_office": "sample string 3",
"project_id": "9ebb15b5-c0a8-4ad0-bcd8-8886a3f45f08",
"project_reference_back_office": "sample string 5",
"project": {
"id": "9bbcf313-7064-4bde-bfd7-8a2b4f6a65cc",
"_parent_id": "9592114a-3af2-4f6a-b893-5c65a537cf71",
"root_parent_id": "db95d0b5-6c37-4507-a30c-1ce0c7e6112b",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "7232d58c-7554-4645-a421-38eb3b56faa7",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "62b27e2b-32b8-490e-9914-482b90e06cc1",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "3742cebe-0d9a-459a-b15c-e5cc42a91636",
"_parent_code": "sample string 6",
"sales_organization_id": "f10daaf5-5e72-4b7a-9e2a-5cea120e4e60",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"equipment_model_id": "922f2074-8caa-4384-9170-18a88d2f9f82",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "856a3d58-08c4-412e-9a6d-f006dfb9595c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "50351b09-2df8-4511-930b-22e432ff9db5",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "97db78b9-1a33-4313-bd2d-39808eb63eb4",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "8b375508-dee5-4805-a331-b2c696f9b0b1",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"equipment_family_id": "ea02c2a2-bfc8-4b15-afe9-9f8216178be2",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "62b27e2b-32b8-490e-9914-482b90e06cc1",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "3742cebe-0d9a-459a-b15c-e5cc42a91636",
"_parent_code": "sample string 6",
"sales_organization_id": "f10daaf5-5e72-4b7a-9e2a-5cea120e4e60",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"date_in_production_since": "2026-09-04T23:58:02.2018815+00:00",
"date_out_of_production_since": "2026-09-04T23:58:02.2018815+00:00",
"date_end_support": "2026-09-04T23:58:02.2018815+00:00",
"sales_organization_id": "71ad80c8-265b-4fc5-ab21-2459c2e315fa",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"project_status_id": "021b961c-407f-47a6-a934-1d00586a3917",
"project_status_code": "sample string 10",
"project_status": {
"id": "76b15960-1a1a-4d44-9ff9-b3a83c19ac01",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "3cabf2a1-5f7a-41d3-a872-77aeced7b947",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"company_id": "7f024d41-b48d-486c-b9cc-b3f925b12813",
"company_code": "sample string 12",
"db_address_id": "f17cc07d-e1c6-4fa0-9032-4395d12c4364",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "79610024-d253-415e-82de-c97b36349654",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "e47397bc-9c33-45a3-885a-f251c715224d",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2026-09-04T23:58:02.2018815+00:00",
"date_create": "2026-09-04T23:58:02.2018815+00:00",
"date_update": "2026-09-04T23:58:02.2018815+00:00",
"updated_by_user_id": "5b3d1a30-ae9b-49d4-8a81-906ee3d87fde",
"customer_reference": "sample string 28",
"warranty_date_until": "2026-09-04T23:58:02.2018815+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2026-09-04T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2026-09-04T23:58:02.2018815+00:00",
"date_last_job": "2026-09-04T23:58:02.2018815+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2026-09-04T23:58:02.2018815+00:00",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00",
"is_mobile_installation": true
},
"job_type_id": "b33475fe-28e8-4e46-8881-bf7ba844520e",
"job_type_code": "sample string 7",
"job_type": {
"id": "e78d388f-b8fc-4031-91ab-78d5191f2099",
"name": "sample string 2",
"sales_organization_id": "30421e51-3183-45bd-88d1-d858ca2e92b9",
"description": "sample string 4",
"is_default": true,
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00",
"code": "sample string 7"
},
"job_priority_id": "6551278e-f6a6-4ef3-986a-a62a04307280",
"job_priority_code": "sample string 9",
"job_priority": {
"id": "c8fa7401-fa38-49e0-80ef-1cfca9c79486",
"name": "sample string 2",
"is_default": true,
"sequence": 4,
"sales_organization_id": "11d26053-52c4-46f0-899c-879340508503",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"job_status_id": "4b2cb5ec-8b94-4ff1-b17a-9b8be7550366",
"job_status_code": "sample string 11",
"db_address_id": "98e3c402-483d-48d1-a580-f09cc6b27f28",
"contact_id": "458d3e9d-3681-4866-82b7-bf9265dd6e71",
"requested_by_company_id": "0bbb6bda-c6e3-4f8d-ab57-df30f66ad7fc",
"requested_by_contact_id": "690d6815-a3c5-4290-8f69-290b5f499103",
"reference_back_office": "sample string 16",
"name": "sample string 17",
"description": "sample string 18",
"working_sequence": 19,
"internal_memo": "sample string 20",
"prejob_information": "sample string 21",
"estimated_time": 22,
"earliest_date_plannable": "2026-09-04T23:58:02.2018815+00:00",
"due_date": "2026-09-04T23:58:02.2018815+00:00",
"date_create": "2026-09-04T23:58:02.2018815+00:00",
"date_update": "2026-09-04T23:58:02.2018815+00:00",
"date_closed": "2026-09-04T23:58:02.2018815+00:00",
"suggested_user_id": "e7f5f999-5c9c-4e57-89c7-22491af75803",
"suggested_user_code": "sample string 29",
"suggested_user": {
"id": "8acc0d02-071e-4954-86d7-74baa7155d1e",
"db_language_id": "23c912a4-8711-4922-9ff1-2f485f969f58",
"username": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"code": "sample string 6",
"archived": true,
"disabled": true,
"emergency_contact": "sample string 9",
"bankaccount": "sample string 10",
"social_security": "sample string 11",
"place_of_birth": "sample string 12",
"nationality": "sample string 13",
"functions": "sample string 14",
"birthdate": "2026-09-04T23:58:02.2018815+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "5d954f54-a24e-46ab-933a-c8d86edd909c",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "0d094114-befd-438a-86f9-d2282e979a92",
"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": "4e746e75-c2cb-4381-b2aa-96c9e602e868",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "6fa6fbd6-8bd4-403d-b768-f38026bfca60"
},
"suggested_date_start": "2026-09-04T23:58:02.2018815+00:00",
"skill_id": "b9deebfb-3a67-4a73-91bb-1a342b2ae3a5",
"skill_code": "sample string 32",
"skill": {
"id": "17d13cc6-208b-4873-8df6-8ee80afaa326",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "ccf6e0ee-331b-4da8-bf6f-68d60f308bf6",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "97ebc433-b021-4929-be22-e6074b3a91c8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ff0618f0-a8ca-476f-8b9b-ecf9f9689b05",
"db_currency_id": "9242cd31-0c0a-43df-a2aa-5aac22b80b95",
"db_language_id": "fc2b237b-64b2-4d43-9b53-079e08c8d4b5",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"customer_reference": "sample string 33",
"approval_responsible_user_id": "c29d5b37-bdc2-40f1-882b-02e27b2b04ed",
"date_reported_by_company": "2026-09-04T23:58:02.2018815+00:00",
"id2": 36,
"company_id": "370b090c-914a-4ccf-bea7-e8741c57955f",
"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": "99399592-d1f0-4493-9769-65b3987cf629",
"db_address_db_country_code": "sample string 46",
"db_address_phone": "sample string 47",
"db_address_email": "sample string 48",
"db_address_latitude_decimal": 49.0,
"db_address_longitude_decimal": 50.0,
"estimated_quantity_remark": "sample string 51",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
},
"reference_back_office": "sample string 7",
"modified_dateutc": "2026-09-04T23:58:02.2018815+00:00"
}