Body Required

Responses

  • Hide response attributes Show response attributes object
  • Hide response attributes Show response attributes object
  • Hide response attributes Show response attributes object
POST /orders
curl \
 -X POST https://open-api.hml.soupi.com.br/orders \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"cuc":"string","customerId":"string","partnerId":"string","items":["string"],"reinvestiment":true}'
Request example
{
  "cuc": "string",
  "customerId": "string",
  "partnerId": "string",
  "items": [
    "string"
  ],
  "reinvestiment": true
}
Request examples
{
  "cuc": "string",
  "customerId": "string",
  "partnerId": "string",
  "items": [
    "string"
  ],
  "reinvestiment": true
}
Response examples (200)
{
  "status": "string",
  "message": "string"
}
Response examples (200)
{
  "status": "string",
  "message": "string"
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (400)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}
Response examples (401)
{
  "message": {},
  "data": {}
}