POST
/
tiers
/
profile
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "profile_id": 123,
      "special_tier_id": 123,
      "tier_id": 123
    }
  ],
  "success": true
}

Body

application/json
AddProfileToTierRequest Data
market_id
string
required
profile_id
integer
required
tier_id
integer
required

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean