Person Deals
Operations related to Person Deals under Deals Microservice
All deals associated with the person are managed using endpoints falling under this specific category.
Endpoint | Type | Description | Status |
---|---|---|---|
Relate Person to Deal | POST | This endpoint is used to associate a person over tot he existing lead. | LIVE |
UnRelate Person to Deal | DELETE | This endpoint is used to disassociate a person over tot he existing lead. | LIVE |
[Update Contact.Person to Deal] (ref:DealPersonsController_assignContactPerson) | PATCH | The details and associated of the contact person associated to the deal is updated using this endpoint. | LIVE |
[Remove Contact.Person to Deal] (ref:DealPersonsController_removeContactPerson) | DELETE | This endpoint provision the consumer to remove the specific contact person from the specific deal. | LIVE |
Updated about 2 years ago