Persons

Endpoints within Contact.Persons Category

Persons or Private Contacts related operations across the Samdock Product are managed through endpoints falling under this category.

EndpointTypeDescriptionLive
Read PersonsGETRetrieves all Persons data from the Samdock systemYes
Delete PersonsDELETEThis endpoints enables developer to delete persons detail in bulk by passing id's in an array through the Request Body.Yes
Add PersonPOSTThis endpoint is used to add a person details into the Samdock system.Yes
Read Person by IDGETTo retrieve a person details based on a specific ID.Yes
Edit Person by IDPATCHThis endpoint enables the developer to update any person details as per the passed DTO based on specific ID.Yes
Delete Person by IDDELETEDeletes a person based on the provided ID.Yes