POST api/orders/PostOptions/{programId}?token={token}

Create an order for items with customizable items

Request Information

Parameters

NameDescriptionAdditional information
programId

Define this parameter in the request URI.

value

Define this parameter in the request body.

token

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "data": [
    {},
    {},
    {}
  ]
}