A list of Factors contributing to the Product of an opportunity.
closeDate | string <date-time> The date the opportunity Line item is expected to close. |
createdAt | string <date-time>
The date and time the opportunity Line item was created. |
custom1 | string <= 32000 characters The value of the Opportunity Line Item first custom field |
custom2 | string <= 32000 characters The value of the Opportunity Line item 2nd custom field |
custom3 | string <= 32000 characters The value of the Opportunity Line item 3rd custom field |
custom4 | string <= 32000 characters The value of the Opportunity Line Items 4th custom field |
custom5 | string <= 32000 characters The value of the Opportunity Line Item 5th custom field |
custom6 | string <= 32000 characters The value of the Opportunity Line Item 6th custom field |
custom7 | string <= 32000 characters The value of the Opportunity Line Item 7th custom field |
custom8 | string <= 32000 characters The value of the Opportunity Line Item 8th custom field |
custom9 | string <= 32000 characters The value of the Opportunity Line Item 9th custom field |
custom10 | string <= 32000 characters The value of the Opportunity Line Item 10th custom field. |
discount | number <float>
The discount in opportunity Line item product. |
externalId | string <= 255 characters A custom ID for the Opportunity Line Item, often referencing an ID in an external system |
externalProductId | string <= 255 characters A custom Product id for the Opportunity Line Item, often referencing an Product id in an external system |
lineDescription | string <= 65535 characters A description of the opportunity Line item. |
name | string <= 255 characters
The name of the opportunity Line item. |
productId | string <= 255 characters The product id of this opportunity Line item. |
quantity | number <float>
The quantity of the product |
totalPrice | number <float>
The total price of opportunity Line item. |
unitPrice | number <float>
The unit price of opportunity Line item. |
updatedAt | string <date-time>
The date and time the opportunity Line item was updated. |
{- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}
(user (data (object) or links (object))) The creator of the opportunity Line item. Relationship creator cannot be used as a filter. | |
data (object) or links (object) (opportunity) The opportunity with who the opportunity Line item is associated. You can use only the attribute id to filter opportunity Line items by owner (e.g. filter[opportunity][id]=X). | |
data (object) or links (object) (user) The user who owns the opportunity Line item. You can use only the attribute id to filter opportunity Line items by owner (e.g. filter[owner][id]=X). | |
(user (data (object) or links (object))) The updater of the opportunity Line item. Relationship updater cannot be used as a filter. |
{- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}
METADATA NAME | DESCRIPTION | QUERY PARAM |
---|---|---|
canWrite | A boolean value indicating whether the current API user has write access to this resource. | provideAuthorizationMeta |
canDelete | A boolean value indicating whether the current API user has delete access to this resource. | provideAuthorizationMeta |
{- "data": [
- {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
]
}
object |
Created
JSON error message
{- "data": {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}
{- "data": {
- "attributes": {
- "closeDate": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "custom1": "string",
- "custom2": "string",
- "custom3": "string",
- "custom4": "string",
- "custom5": "string",
- "custom6": "string",
- "custom7": "string",
- "custom8": "string",
- "custom9": "string",
- "custom10": "string",
- "discount": 0,
- "externalId": "string",
- "externalProductId": "string",
- "lineDescription": "string",
- "name": "string",
- "productId": "string",
- "quantity": 0,
- "totalPrice": 0,
- "unitPrice": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "creator": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "opportunity": {
- "data": {
- "id": 0,
- "type": "opportunity"
}
}, - "owner": {
- "data": {
- "id": 0,
- "type": "user"
}
}, - "updater": {
- "data": {
- "id": 0,
- "type": "user"
}
}
}, - "type": "string"
}
}