getShopList
getShopList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
accountNo string
addresses object[]
addressId int64
id int64
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
Loading...