Skip to main content
PUT
Update a lead

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

leadUuid
string
required
portfolio
string
required

Body

application/json
lead
object
required
verifyToken
string
required

Verification token retrieved from create Lead, must be correct for the lead or updates will fail to prevent unuathorized updates.

facilityUuid
string<uuid>
unitGroupUuid
string<uuid>
unitUuid
string<uuid>
promotionUuid
string<uuid> | null

If set to null will remove the promotion from the lead. Undefined will keep any existing promotion.

additionalServices
string[]

Array of additional services the lead has selected.

coverageUuid
string<uuid> | null
accessPlanUuid
string<uuid> | null
isAutopayEnabled
boolean | null

Response

200

Response to updating a lead, no response body details