Skip to content

CreateRateTier

POST
/rate_tier
curl --request POST \
--url https://api.huddlesurety.co/rate_tier \
--header 'Content-Type: application/json' \
--data '{ "orgID": "example", "rateID": "example", "threshold": 1, "type": "example", "value": 1 }'

Body

Media typeapplication/json

Body

object
orgID
required
string
rateID
required
string
threshold
required
number
type
required
string
value
required
number
Examplegenerated
{
"orgID": "example",
"rateID": "example",
"threshold": 1,
"type": "example",
"value": 1
}

Created

Media typeapplication/json
object
id
required
string
orgID
required
string
rateID
required
string
threshold
required
number
type
required
string
value
required
number
Examplegenerated
{
"id": "example",
"orgID": "example",
"rateID": "example",
"threshold": 1,
"type": "example",
"value": 1
}