Skip to content

CreateRate

POST
/rate
curl --request POST \
--url https://api.huddlesurety.co/rate \
--header 'Content-Type: application/json' \
--data '{ "freeWarrantyMonths": 1, "name": "example", "orgID": "example", "stdTermMonths": 1 }'

Body

Media typeapplication/json

Body

object
freeWarrantyMonths
required
integer
name
required
string
orgID
required
string
stdTermMonths
required
integer
Examplegenerated
{
"freeWarrantyMonths": 1,
"name": "example",
"orgID": "example",
"stdTermMonths": 1
}

Created

Media typeapplication/json
object
freeWarrantyMonths
required
integer
id
required
string
name
required
string
orgID
required
string
stdTermMonths
required
integer
Examplegenerated
{
"freeWarrantyMonths": 1,
"id": "example",
"name": "example",
"orgID": "example",
"stdTermMonths": 1
}