POST api/needs/set
Request Information
URI Parameters
None.
Body Parameters
Collection of Need| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| order_code | string |
None. |
|
| customer | string |
None. |
|
| article_code | string |
None. |
|
| article_description | string |
None. |
|
| qty_kg | decimal number |
None. |
|
| qty_bags | integer |
None. |
|
| qty_stock | decimal number |
None. |
|
| date | date |
None. |
|
| in_order_book | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"order_code": "sample string 2",
"customer": "sample string 3",
"article_code": "sample string 4",
"article_description": "sample string 5",
"qty_kg": 6.0,
"qty_bags": 7,
"qty_stock": 8.0,
"date": "2025-12-11T11:42:10.5700698+01:00",
"in_order_book": true
},
{
"id": 1,
"order_code": "sample string 2",
"customer": "sample string 3",
"article_code": "sample string 4",
"article_description": "sample string 5",
"qty_kg": 6.0,
"qty_bags": 7,
"qty_stock": 8.0,
"date": "2025-12-11T11:42:10.5700698+01:00",
"in_order_book": true
}
]
Response Information
Resource Description
None.