Aller au contenu principal

Create a new order

POST 

/account/order/vir/:clientId/

Create a new order

Request

Path Parameters

    clientId stringrequired

    The ID of the client you want to add new order

Body

Data to send

    externalId string

    externalId

    nominalAmount number

    nominalAmount

    recidivism boolean

    recidivism

    executionDate string

    executionDate

    comment string

    comment

    paymentId number

    paymentId

Responses

Order SCT created

Schema
    entity string
    id string
Loading...