Retrieves the purchase order order lines with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
purchase_order_details| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| purchase_order_id |
Foreign key of the purchase_order |
globally unique identifier |
Optionally required : purchase_order_id, purchase_order_reference or purchase_order must be provided |
| purchase_order_reference_back_office |
Embedded entity "purchase_order" using ERP PK when adding/updating |
string |
Optionally required : purchase_order_id, purchase_order_reference_back_office or purchase_order must be provided |
| purchase_order |
Embedded entity "purchase_order" when adding/updating |
purchase_order |
Optionally required : purchase_order_id, purchase_order_reference_back_office or purchase_order must be provided |
| article_id |
Foreign key of 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 |
| line_number |
Line Number, auto filled with (Highest+1) if value is 0/null |
integer | |
| code |
Code of the article (auto filled if empty) |
string |
Max length: 255 |
| supplier_code |
Code of the supplier for this article |
string |
Max length: 255 |
| name |
Article Name (will be auto filled if article.name+description are empty) |
string |
Max length: 255 |
| description |
Article description (will be auto filled by article.short_description if name+description are empty) |
string |
Max length: 255 |
| price |
Unit Price |
decimal number |
Matching regular expression pattern: ^[0-9]\d*(\.\d+)?$ Range: inclusive between 0.1 and 1.79769313486232E+308 |
| quantity |
Quantity |
decimal number |
Required Range: inclusive between 0.1 and 1.79769313486232E+308 |
| memo |
Line memo/remark |
string | |
| cost_price |
Unit Cost Price (statistic purpose) |
decimal number |
Matching regular expression pattern: ^[0-9]\d*(\.\d+)?$ |
| reference_back_office |
Field used for Embedded entity (store there your ERP PK) |
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": "684cbdd1-a5c2-46bf-b34c-01926c415362",
"purchase_order_id": "6d3fbe57-65d2-442d-bd2b-dbbd34c54655",
"purchase_order_reference_back_office": "sample string 3",
"purchase_order": {
"id": "d829b128-8dad-4930-bdc4-8371b8878209",
"id2": 2,
"jobs_id": "9ace7eb0-3400-406e-9c58-152c012407f6",
"jobs_reference_back_office": "sample string 4",
"supplier_company_id": "3e897be2-cd9b-47db-a704-4cca115c20df",
"supplier_company_code": "sample string 6",
"user_id": "1386be29-e6db-4f92-a5c4-4e2ddad4552d",
"user_code": "sample string 8",
"description": "sample string 9",
"memo": "sample string 10",
"total_lines": 11,
"date_create": "2026-07-25T16:59:33.6705252+00:00",
"date_update": "2026-07-25T16:59:33.6705252+00:00",
"date_delivery": "2026-07-25T16:59:33.6705252+00:00",
"confirmed_date_delivery": "2026-07-25T16:59:33.6705252+00:00",
"delivery_db_address_id": "91f79b7b-67ea-4096-95d7-af914e088dca",
"approved_by_user_id": "c77a7804-b4a1-4fe1-8091-fff74cb9b9fc",
"approved_by_user_code": "sample string 18",
"technical_user_id": "fdc33213-15c5-4364-9f50-f93375b2e8b3",
"technical_user_code": "sample string 20",
"purchase_order_status_id": "e484172e-dfee-48bd-8024-da60f646c5a0",
"purchase_order_status_code": "sample string 22",
"article_stock_location_id": "2beb648f-adee-42a8-902d-47fe21fc2ca0",
"is_pickup": true,
"reference_back_office": "sample string 25",
"modified_dateutc": "2026-07-25T16:59:33.6705252+00:00"
},
"article_id": "a24b32a8-4fc3-4c45-a6ea-652d44d356ec",
"article_code": "sample string 5",
"article": {
"id": "3af6fdf9-5844-4d18-a504-16531b41473f",
"article_category_id": "77268ad3-9d1f-4798-a9d1-b00bd8303621",
"article_category": {
"id": "cf49b382-1ea0-47c5-b2c3-c3e6af057974",
"parent_id": "ae8acc0b-36e6-40f8-939a-a111962c74e3",
"parent_code": "sample string 3",
"code": "sample string 4",
"name": "sample string 5",
"modified_dateutc": "2026-07-25T16:59:33.6705252+00:00"
},
"article_category_code": "sample string 3",
"article_group_1_id": "f467fbf8-08e0-40b8-89c0-74428b9cb60b",
"article_group_1_code": "sample string 5",
"article_group_2_id": "8b02db9a-5b28-4474-a8f4-b2233af2cfa0",
"article_group_2_code": "sample string 7",
"article_group_3_id": "a38145b8-0a87-40e7-bc22-720f708407ab",
"article_group_3_code": "sample string 9",
"article_group_4_id": "9b4e773b-8249-4c9c-869b-d330f2920cc4",
"article_group_4_code": "sample string 11",
"article_group_5_id": "1d5c5453-5a97-40fc-a7c6-a7ed8c342c5f",
"article_group_5_code": "sample string 13",
"article_group_6_id": "197c1927-6435-4285-b9bf-d8955f07f222",
"article_group_6_code": "sample string 15",
"physical_stock": 16,
"back_order_client": 17,
"back_order_supplier": 18,
"expected_delivery_date_bo_supplier": "2026-07-25T16:59:33.6705252+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-07-25T16:59:33.6705252+00:00",
"date_update": "2026-07-25T16:59:33.6705252+00:00",
"modified_dateutc": "2026-07-25T16:59:33.6705252+00:00",
"article_color_id": "b36bd8de-6d5b-4deb-a23f-34a75711c709",
"article_color_code": "sample string 38",
"article_color": {
"id": "f4ee1f8d-5106-4e08-9934-00e81279d723",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-07-25T16:59:33.6705252+00:00"
},
"warranty_period_nb_months": 39,
"use_serial": true,
"_replace_id": "4cce835f-c1a7-46dc-9eca-5531435441c1",
"replace_article_code": "sample string 42",
"db_unit_of_measure_id_selling": "b4b94c4c-d096-45b7-abb1-3ec96c3acd85",
"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"
}
]
},
"line_number": 6,
"code": "sample string 7",
"supplier_code": "sample string 8",
"name": "sample string 9",
"description": "sample string 10",
"price": 11.0,
"quantity": 12.0,
"memo": "sample string 13",
"cost_price": 14.0,
"reference_back_office": "sample string 15",
"modified_dateutc": "2026-07-25T16:59:33.6705252+00:00"
}