getShopById
getShopById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- 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...