Authentication Level:
This module delivers all stock information.
| Name | Description | Authentication |
|---|---|---|
| add | Create a new stock. | Service |
Authentication Level: Service
Description:
Create a new stock.
Request parameter:
| Field | Type | Description | Default |
|---|---|---|---|
| articlenumber required | String | Articlenumber of object to append new stock entry (required if no id given). |
null |
| id required | Integer | Id of object to append new stock entry (required if no articlenumber given). |
null |
| data required | Object | Stock data to be added (required). |
null |
Example Request:
{
"articlenumber": "LFS2021003"
"data": {
"purpose": "external",
"ref_number": "AR2021001003"
"quantity": -100
}
}