Retrieves all the purchase order order lines

Request Information

URI Parameters :

None.

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": "0a7fb426-aa20-4b9b-931d-c83cc9577f59",
  "purchase_order_id": "21386841-fd32-478e-bead-d31693979d30",
  "purchase_order_reference_back_office": "sample string 3",
  "purchase_order": {
    "id": "c7580999-36f4-4ba2-b81a-abfabb9b968e",
    "id2": 2,
    "jobs_id": "3d19fa36-0052-42ac-9f1c-177e779a2630",
    "jobs_reference_back_office": "sample string 4",
    "supplier_company_id": "21255a19-1f9e-4247-9dc7-350bd6cf592b",
    "supplier_company_code": "sample string 6",
    "user_id": "a2464603-3420-4846-92c8-298b1b40f280",
    "user_code": "sample string 8",
    "description": "sample string 9",
    "memo": "sample string 10",
    "total_lines": 11,
    "date_create": "2026-08-10T13:05:45.2385503+00:00",
    "date_update": "2026-08-10T13:05:45.2385503+00:00",
    "date_delivery": "2026-08-10T13:05:45.2385503+00:00",
    "confirmed_date_delivery": "2026-08-10T13:05:45.2385503+00:00",
    "delivery_db_address_id": "9c5a90ef-a9fa-4589-8a16-081b6cafc9a8",
    "approved_by_user_id": "842ecb2d-e3ba-4d2a-9f60-f1ca30633c29",
    "approved_by_user_code": "sample string 18",
    "technical_user_id": "7367e5d3-ebf9-4a81-85cf-fbd4ae404335",
    "technical_user_code": "sample string 20",
    "purchase_order_status_id": "1c45bfb8-16b5-454b-87b5-8176d3929787",
    "purchase_order_status_code": "sample string 22",
    "article_stock_location_id": "ac0b1100-1da4-4b5f-aebd-2ee096da12e4",
    "is_pickup": true,
    "reference_back_office": "sample string 25",
    "modified_dateutc": "2026-08-10T13:05:45.2385503+00:00"
  },
  "article_id": "5038a4bf-0b36-4b91-889f-fe04ba43c5ad",
  "article_code": "sample string 5",
  "article": {
    "id": "e64f50dc-8d7d-4e81-97d9-2afbad3a9bb7",
    "article_category_id": "807e757c-83c3-4b86-b3b6-0cc252680e68",
    "article_category": {
      "id": "ee8890b6-980d-4bf4-aac4-70c40df1f370",
      "parent_id": "e329072c-b832-450c-affd-4d2cd95f4527",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-08-10T13:05:45.2385503+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "985e2d87-3710-486a-9e3e-77ae232d2f6d",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "fe1aaa47-b276-4412-8648-cdf5ad45746a",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "6827be39-4057-45d5-8797-e427ee442d89",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "fc0693e6-8dd7-45f2-9375-40776944eec0",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "9203f6b6-abfe-4627-a0cc-fd0a5a729505",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "eb30dd1e-2773-4bc4-baa3-d4f84a5b0eeb",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-08-10T13:05:45.2385503+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-08-10T13:05:45.2385503+00:00",
    "date_update": "2026-08-10T13:05:45.2385503+00:00",
    "modified_dateutc": "2026-08-10T13:05:45.2385503+00:00",
    "article_color_id": "181c85a8-150b-46c2-a20f-9c73e71292b1",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "ac63c715-0e89-4d71-bb1e-06330e1949b6",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-08-10T13:05:45.2385503+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "f39f9964-1a5b-419e-8739-89b0b401f66e",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "3f65b452-44f5-4503-af41-2dd55724c25e",
    "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-08-10T13:05:45.2385503+00:00"
}