Update the order detail
PUT/account/order/vir/:orderId/
Update the order detail
Request
Path Parameters
orderId stringrequired
The Id of the order you want to get
- application/json
Body
Data to send
recidivism boolean
recidivism
executionDate string
executionDate
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Order SCT updated
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "OrderId 17662 updated"
}
No data found with this orderId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...