updateValidAction
updateValidAction
Path Parameters
id int64 required
id
application/json
Request Body required
request
actionTypeId int64
amountTypeId int64
id int64
paymentTypeId int64
sign int32
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Schema
integer
Created
Unauthorized
Forbidden
Not Found
PUT /main/operations/valid-actions/:id
Request
Request
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
}'
python / requests
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
}'
go / native
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
}'
nodejs / axios
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
}'
php / guzzle
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
}'
java / OkHttp
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
}'