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

updateValidAction

updateValidAction

Path Parameters
    id int64 required

    id

Request Body required

request

    actionTypeId int64
    amountTypeId int64
    id int64
    paymentTypeId int64
    sign int32
Responses

OK


Schema

    integer

PUT /main/operations/valid-actions/:id

Request

Base URL
//localhost
id — path required
Body required
{
"actionTypeId": 0,
"amountTypeId": 0,
"id": 0,
"paymentTypeId": 0,
"sign": 0
}
curl / cURL
curl -L -X PUT '//localhost/main/operations/valid-actions/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"actionTypeId": 0,
"amountTypeId": 0,
"id": 0,
"paymentTypeId": 0,
"sign": 0
}'