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": "17f0a3c2-f32e-4a8e-9f38-510db3055cac",
  "purchase_order_id": "40927240-e3eb-4216-9872-3dfcf0d8459f",
  "purchase_order_reference_back_office": "sample string 3",
  "purchase_order": {
    "id": "31557f7e-a923-4f54-a801-19ebb78de892",
    "id2": 2,
    "jobs_id": "8237d2df-ed3f-44aa-bcd2-b0d23c4e6224",
    "jobs_reference_back_office": "sample string 4",
    "supplier_company_id": "ec94befa-b3cc-4259-a283-5ac38f07ab5d",
    "supplier_company_code": "sample string 6",
    "user_id": "ad2ce7dc-7026-4d48-ad32-739cbebca383",
    "user_code": "sample string 8",
    "description": "sample string 9",
    "memo": "sample string 10",
    "total_lines": 11,
    "date_create": "2026-05-20T03:35:44.981701+00:00",
    "date_update": "2026-05-20T03:35:44.981701+00:00",
    "date_delivery": "2026-05-20T03:35:44.981701+00:00",
    "confirmed_date_delivery": "2026-05-20T03:35:44.981701+00:00",
    "delivery_db_address_id": "ce463afd-1d4e-43f9-bb1a-9abf682f115f",
    "approved_by_user_id": "1a0c02e2-6876-49b8-b6e5-f2bb9cc22de4",
    "approved_by_user_code": "sample string 18",
    "technical_user_id": "72f3bf68-aad9-4a5b-8380-ce84b82283bc",
    "technical_user_code": "sample string 20",
    "purchase_order_status_id": "10b2f39d-5bdf-42a5-8c1e-1cc6b4e94568",
    "purchase_order_status_code": "sample string 22",
    "article_stock_location_id": "dc19c816-c2c4-4965-9f86-0f1e207704bf",
    "is_pickup": true,
    "reference_back_office": "sample string 25",
    "modified_dateutc": "2026-05-20T03:35:44.981701+00:00"
  },
  "article_id": "f3e516ae-e985-4793-b110-466d8d9a1b96",
  "article_code": "sample string 5",
  "article": {
    "id": "bf898e21-f2e2-4eb3-8f95-5ad96c29b227",
    "article_category_id": "0a77fa8a-a8eb-4f08-81f6-862345d058b6",
    "article_category": {
      "id": "788cfd12-81fd-4107-8bf4-0dba4fdc33a8",
      "parent_id": "edd5a988-5f22-40ad-a377-dadfbec0a1bd",
      "parent_code": "sample string 3",
      "code": "sample string 4",
      "name": "sample string 5",
      "modified_dateutc": "2026-05-20T03:35:44.981701+00:00"
    },
    "article_category_code": "sample string 3",
    "article_group_1_id": "e9aedc6c-c098-419b-a4fb-7aed9fab81f3",
    "article_group_1_code": "sample string 5",
    "article_group_2_id": "98fe75ca-8ae3-4995-9af7-51c6d222e2d9",
    "article_group_2_code": "sample string 7",
    "article_group_3_id": "ef9a7629-798c-48f4-95d1-a49e1bfbf6ec",
    "article_group_3_code": "sample string 9",
    "article_group_4_id": "0c143418-610c-4172-bbcc-28cfeb4aa6c0",
    "article_group_4_code": "sample string 11",
    "article_group_5_id": "61b7695f-8f35-4e2f-b3d8-b7951f51f13c",
    "article_group_5_code": "sample string 13",
    "article_group_6_id": "52f0f1ed-2946-4c7a-bf69-2f1c049e11c8",
    "article_group_6_code": "sample string 15",
    "physical_stock": 16,
    "back_order_client": 17,
    "back_order_supplier": 18,
    "expected_delivery_date_bo_supplier": "2026-05-20T03:35:44.981701+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-05-20T03:35:44.981701+00:00",
    "date_update": "2026-05-20T03:35:44.981701+00:00",
    "modified_dateutc": "2026-05-20T03:35:44.981701+00:00",
    "article_color_id": "c01974f4-99c5-464c-8cc1-5349a489d891",
    "article_color_code": "sample string 38",
    "article_color": {
      "id": "c94436cf-abb0-4a85-9c96-ba8f63c85072",
      "name": "sample string 2",
      "code": "sample string 3",
      "modified_dateutc": "2026-05-20T03:35:44.981701+00:00"
    },
    "warranty_period_nb_months": 39,
    "use_serial": true,
    "_replace_id": "550e9f1b-e5a0-4fc2-92e3-38a3b7730d63",
    "replace_article_code": "sample string 42",
    "db_unit_of_measure_id_selling": "2f76cd24-ffac-4126-b714-ec841ed1317a",
    "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-05-20T03:35:44.981701+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.