Retrieves the purchase order order lines with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

purchase_order_details
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "8151f427-bdac-48c7-a7ce-de67b36fda51",
  "purchase_order_id": "3e8f3e47-deaa-46df-8387-67c87f466a48",
  "purchase_order_reference_back_office": "sample string 3",
  "purchase_order": {
    "id": "cae65e66-c648-47d0-8ab7-1f9facd1ff30",
    "id2": 2,
    "jobs_id": "7ce2d591-5f64-404f-9617-0511ec3295d9",
    "jobs_reference_back_office": "sample string 4",
    "supplier_company_id": "4f3ed4c5-40f0-4b64-9b4e-0491f7316498",
    "supplier_company_code": "sample string 6",
    "user_id": "50c1cd7f-d279-435e-8b64-52aff6c427db",
    "user_code": "sample string 8",
    "description": "sample string 9",
    "memo": "sample string 10",
    "total_lines": 11,
    "date_create": "2026-01-19T14:46:34.4684129+00:00",
    "date_update": "2026-01-19T14:46:34.4684129+00:00",
    "date_delivery": "2026-01-19T14:46:34.4684129+00:00",
    "confirmed_date_delivery": "2026-01-19T14:46:34.4684129+00:00",
    "delivery_db_address_id": "2af34f6f-9e2b-4854-bf39-9dad56dcfec8",
    "approved_by_user_id": "75c402ca-636e-4648-a6c4-9c96da8cd169",
    "approved_by_user_code": "sample string 18",
    "technical_user_id": "41a08ac2-c325-4e02-bd08-2eb453d1066e",
    "technical_user_code": "sample string 20",
    "purchase_order_status_id": "57a254c1-99a3-4e93-afe0-ae5f6ad3f034",
    "purchase_order_status_code": "sample string 22",
    "article_stock_location_id": "775681aa-8c1e-4c2f-8f4e-3e8b4aed551f",
    "is_pickup": true,
    "reference_back_office": "sample string 25",
    "modified_dateutc": "2026-01-19T14:46:34.4684129+00:00"
  },
  "article_id": "6f83fdf9-b38e-4aa9-bc09-fbffc145d6fd",
  "article_code": "sample string 5",
  "article": {
    "id": "4361efae-e09b-4932-99be-a8dfde58dcd6",
    "article_category_id": "b4094697-b72e-4172-8a03-16709dc4724b",
    "article_category": {
      "id": "6c1b482d-6f3b-483b-b1c6-83d56be22816",
      "parent_id": "8ae55f3f-e23a-4c7e-a489-db125ef25bf1",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-01-19T14:46:34.4684129+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "f2038394-b5c7-40b8-9429-93dc7ba81d81",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "2cbccee4-95bb-466f-a2d7-6cb09eaaaf4d",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "c08d78a7-e08c-435f-a7a2-1e8d03e0b6ca",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "03b2314b-a3c7-4f03-abda-3a8977dba20c",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "59a4c7a3-f6fc-46e6-87ed-bb08347753b9",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "2f498c3d-3d9e-4fb5-9875-39b0247b9d13",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-01-19T14:46:34.4684129+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-01-19T14:46:34.4684129+00:00",
    "date_update": "2026-01-19T14:46:34.4684129+00:00",
    "modified_dateutc": "2026-01-19T14:46:34.4684129+00:00",
    "article_color_id": "044948da-5db4-4818-978b-d828eba3f4ba",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "b3a12a8f-ab87-4b91-a37f-fb3af6b69ff5",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-01-19T14:46:34.4684129+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "8a3f3671-9d2d-4dbe-94a4-e5df2bbe905a",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "154079f1-f338-4984-b628-53f32705e8d3",
    "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-01-19T14:46:34.4684129+00:00"
}