get_quotes: Quotes

Description Usage Arguments Details Value Examples

View source: R/endpoints.R

Description

Returns a list of quotes.

Usage

1
2
3
4
5
6
7
8
get_quotes(
  fields = NULL,
  conditions = NULL,
  page = NULL,
  pageSize = NULL,
  trunc = TRUE,
  ...
)

Arguments

fields

Which fields to include.

conditions

Some conditions

page

Which page?

pageSize

How many rows.

trunc

TRUE returns a dataframe with fewer columns.

...

...

Details

Search quotes by crmOpportunityID in ordert to return the quote number.

TO return specific fields, set trunc = FALSE.

Value

List of quotes.

Examples

1
2
3
4
5
6
## Not run: 

    get_quotes()


## End(Not run)

Cloud9Smart/sell documentation built on Nov. 12, 2020, 9:44 p.m.