Skip to content

UpdateSurety

PUT
/surety/{orgID}
curl --request PUT \
--url https://api.huddlesurety.co/surety/example \
--header 'Content-Type: application/json' \
--data '{ "address": "example", "name": "example", "phone": "example", "residentName": "example", "stateOfAuthority": "example" }'
orgID
required
string

Organization ID

Body

Media typeapplication/json

Body

object
address
required
string
name
required
string
phone
required
string
residentName
required
string
stateOfAuthority
required
string
Examplegenerated
{
"address": "example",
"name": "example",
"phone": "example",
"residentName": "example",
"stateOfAuthority": "example"
}

OK

Media typeapplication/json
object
address
required
string
name
required
string
orgID
required
string
phone
required
string
residentName
required
string
stateOfAuthority
required
string
Examplegenerated
{
"address": "example",
"name": "example",
"orgID": "example",
"phone": "example",
"residentName": "example",
"stateOfAuthority": "example"
}