Persons
Endpoints within Contact.Persons Category
Persons or Private Contacts related operations across the Samdock Product are managed through endpoints falling under this category.
Endpoint | Type | Description | Live |
---|---|---|---|
Read Persons | GET | Retrieves all Persons data from the Samdock system | Yes |
Delete Persons | DELETE | This endpoints enables developer to delete persons detail in bulk by passing id's in an array through the Request Body. | Yes |
Add Person | POST | This endpoint is used to add a person details into the Samdock system. | Yes |
Read Person by ID | GET | To retrieve a person details based on a specific ID. | Yes |
Edit Person by ID | PATCH | This endpoint enables the developer to update any person details as per the passed DTO based on specific ID. | Yes |
Delete Person by ID | DELETE | Deletes a person based on the provided ID. | Yes |
Updated about 2 years ago