Represents an opportunity that is stored in Capsule.
Name | Type | Description | |
---|---|---|---|
id | Long | Read only |
The unique id of this opportunity. |
createdAt | Date | Read only |
The date and time this opportunity was created. |
updatedAt | Date | Read only |
The ISO DateTime when this opportunity was updated last time. This field is automatically set by Capsule and cannot be edited. |
party | Nested Party | Required |
The main contact for this opportunity. |
name | String | Required |
The name of this opportunity. |
description | String |
The description of this opportunity. |
|
owner | Nested User |
The owner of the opportunity. |
|
milestone | Nested Milestone | Required |
The milestone for this opportunity. |
value | Opportunity Value |
The value of this opportunity. |
|
expectedCloseOn | Date |
The expected close date of this opportunity. |
|
probability | Long |
The probability of winning this opportunity. |
|
durationBasis | String |
The time unit used by the duration field. Accepted values are: |
|
duration | Integer |
The duration of this opportunity. Must be |
|
closedOn | Date |
The date this opportunity was closed. |
|
tags | Array of Tag |
An array of tags that are added to this opportunity. This field is include in responses only if the |
|
fields | Array of Field Value |
An array of custom fields that are defined for this opportunity. This field is include in responses only if the |