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