Skip to main content
POST
Creates a new contact detail with the provided information.

Body

The contact detail data to create.

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

Response

OK

id
integer<int32>
portalId
integer<int32>
name
string | null
contactNumber
string | null
contactEmail
string | null
contactBetweenStart
string<date-span>
contactBetweenEnd
string<date-span>
priority
integer<int32>
isActive
boolean
createdAt
string<date-time>
contactWhenFinalOutpost
boolean