Creates a new purchase order order line

Request Information

URI Parameters :

None.

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "630be45f-2b3c-4c3d-b8c3-92ba7599952b",
  "purchase_order_id": "b5213b68-e2fc-4ef4-b8a6-cdb39a02e20c",
  "purchase_order_reference_back_office": "sample string 3",
  "purchase_order": {
    "id": "a08ec193-6295-4aeb-b6f3-71851564b5ed",
    "id2": 2,
    "jobs_id": "aabc8da9-2c40-4e80-8855-f3e8b7cf72b9",
    "jobs_reference_back_office": "sample string 4",
    "supplier_company_id": "4ea03de2-9796-49b1-b2cf-e376f8e630a7",
    "supplier_company_code": "sample string 6",
    "user_id": "a8c203ae-2249-4226-aeab-d16a8cc04850",
    "user_code": "sample string 8",
    "description": "sample string 9",
    "memo": "sample string 10",
    "total_lines": 11,
    "date_create": "2025-07-11T20:03:36.7447397+00:00",
    "date_update": "2025-07-11T20:03:36.7447397+00:00",
    "date_delivery": "2025-07-11T20:03:36.7447397+00:00",
    "confirmed_date_delivery": "2025-07-11T20:03:36.7447397+00:00",
    "delivery_db_address_id": "48f153a3-02b5-4ed9-b998-934192f66966",
    "approved_by_user_id": "5850088f-d1ed-4c77-9be4-f44c9fcdd3bc",
    "approved_by_user_code": "sample string 18",
    "technical_user_id": "acfa9c2c-3982-4855-8425-ef83ddce0c28",
    "technical_user_code": "sample string 20",
    "purchase_order_status_id": "bf17e18e-d379-40be-be8d-3857408f90ba",
    "purchase_order_status_code": "sample string 22",
    "article_stock_location_id": "d10349ab-56f1-48ba-a55e-8d6db65a589b",
    "is_pickup": true,
    "reference_back_office": "sample string 25",
    "modified_dateutc": "2025-07-11T20:03:36.7603666+00:00"
  },
  "article_id": "c1ab977f-bd6b-40ec-9e71-50be3c5b7741",
  "article_code": "sample string 5",
  "article": {
    "id": "97c3fcfa-4144-46af-8a7f-b3ae9c53905e",
    "article_category_id": "9fa05fa7-ad63-4fe2-820c-c954399a4749",
    "article_category": {
      "id": "df7dce3e-9289-4d6e-a392-fee051c46505",
      "parent_id": "a3c5f087-e9ec-46f7-b813-4bc147af7ca8",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2025-07-11T20:03:36.7603666+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "2f467b67-9257-4b20-8916-187e03ae370f",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "e3bc9dfb-8f81-427c-81f1-c77dfd0af795",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "f3e194a6-1d12-4747-8a96-35ee4b4d2a6d",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "c483a666-d739-4e05-9bab-ce5a58073885",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "3ea84bdf-7aa8-491e-bebc-00c57f34135e",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "6bc1b918-b821-4a91-9ebc-aefed0424e7e",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2025-07-11T20:03:36.7603666+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": "2025-07-11T20:03:36.7603666+00:00",
    "date_update": "2025-07-11T20:03:36.7603666+00:00",
    "modified_dateutc": "2025-07-11T20:03:36.7603666+00:00",
    "article_color_id": "6ba247cc-8251-4214-8178-4335cdf01f5b",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "00082061-76bc-41d8-b2bc-77f5bb4b85f1",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2025-07-11T20:03:36.7603666+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "621f81b3-2359-47e5-9f56-79c1042b496c",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "e7592807-00aa-4f4a-a6cc-162b854b653f",
    "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": "2025-07-11T20:03:36.7603666+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.