Creates a new purchase order order line
Request Information
URI Parameters :
None.
Body Parameters :
purchase_order_details| Name | Description | Type | Additional 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
{
"id": "b7c2fef6-d6e7-46fe-ac90-6c9b8a920e32",
"purchase_order_id": "f73b133d-6d87-40cb-9470-81d7a1896e2b",
"purchase_order_reference_back_office": "sample string 3",
"purchase_order": {
"id": "80fc73c9-aca1-4c1e-9454-4694b17de464",
"id2": 2,
"jobs_id": "ceb6f52d-2c33-4918-9ba7-26e7145ddaa9",
"jobs_reference_back_office": "sample string 4",
"supplier_company_id": "4b617996-907c-43ea-95bb-9497eff676b2",
"supplier_company_code": "sample string 6",
"user_id": "7dab0f6e-a4b3-44cf-b2f2-75b852e6195a",
"user_code": "sample string 8",
"description": "sample string 9",
"memo": "sample string 10",
"total_lines": 11,
"date_create": "2026-09-04T21:56:22.8343744+00:00",
"date_update": "2026-09-04T21:56:22.8343744+00:00",
"date_delivery": "2026-09-04T21:56:22.8343744+00:00",
"confirmed_date_delivery": "2026-09-04T21:56:22.8343744+00:00",
"delivery_db_address_id": "5baa134c-9568-438b-9dc2-b4f7cb37bae4",
"approved_by_user_id": "d3c4df51-a5a8-486e-98b7-5d5063c39296",
"approved_by_user_code": "sample string 18",
"technical_user_id": "a15b147f-2325-49c9-b8eb-464c4b8538e5",
"technical_user_code": "sample string 20",
"purchase_order_status_id": "7341c2f1-0297-457d-9da0-74fe972a1732",
"purchase_order_status_code": "sample string 22",
"article_stock_location_id": "38035183-f303-48b4-a9cc-451c60b47f12",
"is_pickup": true,
"reference_back_office": "sample string 25",
"modified_dateutc": "2026-09-04T21:56:22.8343744+00:00"
},
"article_id": "17bfa581-410b-4275-b0ec-7f04472c369a",
"article_code": "sample string 5",
"article": {
"id": "75e348e6-b7c7-42c8-99f8-9bc0445ec122",
"article_category_id": "ae8ab3b7-170b-4571-bc9c-d5a1938d4ec8",
"article_category": {
"id": "a3edb276-ad5d-4afa-8cdb-1bbdbf56e005",
"parent_id": "7213ff56-1d26-43c8-b399-07afc26f0cd6",
"parent_code": "sample string 3",
"code": "sample string 4",
"name": "sample string 5",
"modified_dateutc": "2026-09-04T21:56:22.8343744+00:00"
},
"article_category_code": "sample string 3",
"article_group_1_id": "c84e206b-3d50-44b6-9be0-b3d14fd2f754",
"article_group_1_code": "sample string 5",
"article_group_2_id": "a660cb06-b936-4786-a45e-d730a74ef9fb",
"article_group_2_code": "sample string 7",
"article_group_3_id": "daccef81-0c68-4b3b-bb29-2d0c48ac9287",
"article_group_3_code": "sample string 9",
"article_group_4_id": "b8ba3e12-23c3-4e16-9626-348ba677755a",
"article_group_4_code": "sample string 11",
"article_group_5_id": "8198a86f-7726-4dc5-9c55-227a881469d8",
"article_group_5_code": "sample string 13",
"article_group_6_id": "e56a5a6c-7ce7-4f4c-bff5-cce6ad925e10",
"article_group_6_code": "sample string 15",
"physical_stock": 16,
"back_order_client": 17,
"back_order_supplier": 18,
"expected_delivery_date_bo_supplier": "2026-09-04T21:56:22.8343744+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-09-04T21:56:22.8343744+00:00",
"date_update": "2026-09-04T21:56:22.8343744+00:00",
"modified_dateutc": "2026-09-04T21:56:22.8343744+00:00",
"article_color_id": "65f31da8-63c2-41c5-9d27-94858bbd8e4f",
"article_color_code": "sample string 38",
"article_color": {
"id": "bc99f05f-0364-4ecd-92ee-b94872cf550c",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-09-04T21:56:22.8343744+00:00"
},
"warranty_period_nb_months": 39,
"use_serial": true,
"_replace_id": "ad112aed-4610-4200-bb2d-5a437abc65ee",
"replace_article_code": "sample string 42",
"db_unit_of_measure_id_selling": "48e45c2d-1fe4-4d22-8e31-84119170c9a3",
"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-09-04T21:56:22.8343744+00:00"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.