Skip to content

Create Stock Request

OpenAPI specifications

post https://hamp.autopass.pro/create-stockrequest

Create Stock Request.

Request body

Schema

AttributeTypeExample
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"
}

Responses

200 - OK.