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
- application/json
Body
Data to send
externalId string
externalId
nominalAmount number
nominalAmount
recidivism boolean
recidivism
executionDate string
executionDate
comment string
comment
paymentId number
paymentId
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Order SCT created
- application/json
- Schema
- Example (from schema)
Schema
entity string
id string
{
"entity": "OrderPayment",
"id": "17662"
}
No data found with this clientId
Bad Request
You need to put a Token in 'Authorize' section
Access to the resource is forbidden for this user
Internal Server Error
Loading...