Order Data REST APIOperations
Update Order Status
Authorization
Bearer Authorization<token>
Please enter JWT with Bearer into field
In: header
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/api/Orders/updateOrderStatus" \ -H "Content-Type: application/json" \ -d '{}'{ "status": 0, "successful": true}