Appearance
Create Stock Request
OpenAPI specificationspost https://hamp.autopass.pro/create-stockrequest
Create Stock Request.
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
clientFreeText | string | This is an example |
productEANReference | string | 5010874764408 |
productManufacturerCode | string | 167 |
productManufacturerReference | string | FDB1050 |
Example
{
"clientFreeText": "This is an example",
"productEANReference": 5010874764408,
"productManufacturerCode": 167,
"productManufacturerReference": "FDB1050"
}