Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Search product groups
POST
/goodsReception/rest/v1/product-groups
Returns filtered product groups using POST body
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"filter"
:
{
}
}
Responses
200
Successful response
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"name"
:
"string"
,
"description"
:
"string"
,
"active"
:
true
}
]
POST
/goodsReception/rest/v1/product-groups
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI