Description
Represents reasons why an opportunity was marked as lost. Useful for reporting and sales process analysis.
Resource Overview
| Endpoint | Definition |
| GET/OpportunityLostReason | Retrieve a list of opportunity lost reasons. |
| POST/OpportunityLostReason | Add a new reason for lost opportunities.
|
| PUT/OpportunityLostReason | Edit an existing lost reason, such as correcting a label or toggling the active status.
|
Attributes
| Attribute | Description | Data Type | Notes |
|---|
| OpportunityLostReasonID | Unique identifier | integer |
|
| OpportunityLostReasonName | Name of the lost reason | string | Max length: 100, Nullable |
| Active | Status of reason | boolean |
|
| CreatedByUserID | ID of creator | integer |
|
| CreatedByUserName | Name of creator | string | Max length: 101, Nullable |
| CreatedDateTime | Creation timestamp | datetime |
|
| LastModifiedByUserID | ID of last editor | integer | Nullable |
| LastModifiedByUserName | Name of last editor | string | Max length: 101, Nullable |
| LastModifiedDateTime | Last modified timestamp | datetime | Nullable |