Перейти к основному содержимому

getValidActionById

getValidActionById

Path Parameters
    id int64 required

    id

Responses

OK


Schema
    actionTypeId int64
    amountTypeId int64
    id int64
    paymentTypeId int64
    sign int32
GET /main/operations/valid-actions/:id

Request

Base URL
//localhost
id — path required
curl / cURL
curl -L -X GET '//localhost/main/operations/valid-actions/:id' \
-H 'Accept: */*'