Deals
Everything to know about Deals.Deals Category
Deals are the successful leads that pass through a pre-defined pipeline. Deal has different stages and operations based on which the developer can consume the below endpoints as per the business requirements.
Endpoint | Type | Description | Status |
---|---|---|---|
Browse Deals | GET | All deals are retrieved as per the user security access. | LIVE |
Add Deal | POST | This endpoints provision adding a new deal into the Samdock system. | LIVE |
Read Deal | GET | Retrieves a deal based on the provided id. | LIVE |
Edit Deal | PATCH | A deal details can be altered through this endpoint. Only specific fields referred in the request body will be entertained. | LIVE |
Delete Deal | DELETE | Deal can be deleted by consuming this endpoint under Deals micro services. | LIVE |
Change Deal Stage | PATCH | A deal passes through several stages through its lifetime. This endpoints enables consumer to change deal stage based on provided details. | LIVE |
Demote Lead Deal | PATCH | A lead can be demoted to previous stage through this endpoint. | LIVE |
Archive Deal | PATCH | A deal, if failed can be archived by using this endpoint. | LIVE |
Reopen Deal | PATCH | An archived or closed deal can be reopened through this endpoint. | LIVE |
Change Deal Budget | PATCH | Deal budget is bound to change as it progresses. Consumer can utilize this endpoint to perform deal budget related changes. | LIVE |
Change Decision Maker | PATCH | A deal decision maker can be switched as it moves on .This process is carried out using this endpoint. | LIVE |
Change Budget Holder | PATCH | This endpoint alters the budget holder if required. | LIVE |
Change Customer Requirement | PATCH | Customer requirement changes as the deals progresses. This endpoint enables developers to change customer requirements which is usually specified in a single string based value. | LIVE |
Change Deal Timing | PATCH | Deal timing can be altered through this endpoint. | LIVE |
Updated over 1 year ago