Skip to main content
POST
/
api
/
v1
/
orders
/
{docId}
:confirm
Confirm restriction order
curl --request POST \
  --url https://api.plais-sandbox.finventi.com/api/v1/orders/{docId}:confirm
{
  "result": {
    "accepted": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.finventi.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

docId
string
required

Restriction order document ID.

Response

Result of restriction order confirmation

result
object
required

Result of the restriction order posting

Last modified on May 7, 2026