v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Place order

Rate limit - 5/s

post/2023-10/subscription/{subscriptionId}/placeOrder

Path parameters

subscriptionIdinteger required

ID of the subscription

Request body

preponeFutureOrderboolean

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/placeOrder:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/subscription/{subscriptionId}/placeOrder:post:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Order placed successfully",
  "code": "SUCCESS"
}