getShopList
getShopList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
accountNo string
addresses object[]
bankId int64
bik string
corAccountNo string
id int64
name string
online boolean
owner string
regAddress string
treatyNo string
[
{
"accountNo": "string",
"addresses": [
{
"addressId": 0,
"id": 0
}
],
"bankId": 0,
"bik": "string",
"corAccountNo": "string",
"id": 0,
"name": "string",
"online": true,
"owner": "string",
"regAddress": "string",
"treatyNo": "string"
}
]
Unauthorized
Forbidden
Not Found
GET /dicts/shops
Request
Request
curl / cURL
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/dicts/shops' \
-H 'Accept: */*'