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": "9b63a694-d2bf-4b26-aba8-9f6b61531f3f",
  "purchase_order_id": "aa9409cc-cec5-4cf5-97d8-91ac0f5b7c3f",
  "purchase_order_reference_back_office": "sample string 3",
  "purchase_order": {
    "id": "c1a3ea1f-9938-4a21-8aeb-cbe45d942cc7",
    "id2": 2,
    "jobs_id": "8fed9a7e-2445-4388-9f32-5f4c5e7a94a6",
    "jobs_reference_back_office": "sample string 4",
    "supplier_company_id": "17b5ba5d-f725-45b1-9515-78d62a525b1f",
    "supplier_company_code": "sample string 6",
    "user_id": "310308c8-c5f5-49bc-9005-a86c012ef3ed",
    "user_code": "sample string 8",
    "description": "sample string 9",
    "memo": "sample string 10",
    "total_lines": 11,
    "date_create": "2024-12-27T16:41:27.6344757+00:00",
    "date_update": "2024-12-27T16:41:27.6344757+00:00",
    "date_delivery": "2024-12-27T16:41:27.6344757+00:00",
    "confirmed_date_delivery": "2024-12-27T16:41:27.6344757+00:00",
    "delivery_db_address_id": "e99326e3-875e-4f1c-a220-50a2a900d342",
    "approved_by_user_id": "bf0ec221-9ae6-46d0-bc89-7908ed94c670",
    "approved_by_user_code": "sample string 18",
    "technical_user_id": "f2fe32a2-7d4e-4fd6-9756-beb9422c85f2",
    "technical_user_code": "sample string 20",
    "purchase_order_status_id": "096a3fc4-e52d-43dc-afa3-8f8f338661c7",
    "purchase_order_status_code": "sample string 22",
    "article_stock_location_id": "9eba81ed-30de-4b74-bc47-d10ce8b4df07",
    "is_pickup": true,
    "reference_back_office": "sample string 25",
    "modified_dateutc": "2024-12-27T16:41:27.6344757+00:00"
  },
  "article_id": "efb06ddf-b62a-4028-a7e5-e200f74a6770",
  "article_code": "sample string 5",
  "article": {
    "id": "f5f78866-98e0-4607-b762-e770d9450add",
    "article_category_id": "aed7b19a-6567-4870-878f-495b47ce2fd5",
    "article_category": {
      "id": "59455ae0-ab8f-4df1-a17a-56ea71ebd385",
      "parent_id": "a5210b7b-1eaf-4ca9-b6c9-284b32e06725",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2024-12-27T16:41:27.6344757+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "8c848498-a062-46a2-a1a3-a9f16d551843",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "c1b89ad5-2e2d-4db9-8d11-f84184c07390",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "2d41c272-8b01-40cc-a704-4a1a9d510772",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "7a19b82b-50e1-4287-a625-c61fdc285c5b",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "e3e5887e-e8fb-4859-8ed4-7c38a296fbd1",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "b177189c-d66a-4269-8699-c96e915fb306",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2024-12-27T16:41:27.6344757+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-12-27T16:41:27.6344757+00:00",
    "date_update": "2024-12-27T16:41:27.6344757+00:00",
    "modified_dateutc": "2024-12-27T16:41:27.6344757+00:00",
    "article_color_id": "e27edbea-8538-4f96-bcfe-d0fe97bf5cf4",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "4801af26-0e63-4512-816a-5d9780251991",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2024-12-27T16:41:27.6344757+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "9adfba09-3fad-451c-a26c-343000237706",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "a04329c4-f978-4a9a-a911-ee474b26d06b",
    "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": "2024-12-27T16:41:27.6344757+00:00"
}