Skip to main content
PUT
Updates an existing contact detail with the provided information.

Path Parameters

id
integer<int32>
required

The unique identifier of the contact detail to update.

Body

The updated contact detail data.

name
string | null
contactNumber
string | null
contactEmail
string | null
contactBetweenStart
string<date-span>
contactBetweenEnd
string<date-span>
priority
integer<int32>
isActive
boolean

Response

OK