getValidActionById
getValidActionById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
actionTypeId int64
amountTypeId int64
id int64
paymentTypeId int64
sign int32
{
"actionTypeId": 0,
"amountTypeId": 0,
"id": 0,
"paymentTypeId": 0,
"sign": 0
}
Unauthorized
Forbidden
Not Found
GET /main/operations/valid-actions/:id
Request
Request
curl / cURL
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'