Skip to main content
POST
/
api
/
v1
/
inventory
/
input-schema
/
{movementType}
/
validate
Validate input against schema before sending to API Body: the movement data o...
curl --request POST \
  --url http://localhost:3000/api/v1/inventory/input-schema/{movementType}/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

movementType
string
required

movementType identifier

Body

application/json

The body is of type object.

Response

OK

message
string
data
object