Skip to main content
POST
/
v1
/
contractors
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v1/contractors/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "isGeneral": true,
  "address": "<string>",
  "state": "<string>",
  "licenseNumber": "<string>",
  "contact": {}
}
'

Body

application/json
isGeneral
boolean
required
address
string
required
state
string
required
licenseNumber
string
contact
object

Response

200

Success