quote_tabs: Quote Tabs

Description Usage Arguments Details Value Examples

View source: R/endpoints.R

Description

Specific quote information.

Usage

1
2
3
4
5
6
7
8
quote_tabs(
  quote_id = NULL,
  fields = NULL,
  conditions = NULL,
  page = NULL,
  pageSize = NULL,
  ...
)

Arguments

quote_id

Quote id number

fields

Which fields to include.

conditions

Some conditions

page

Which page?

pageSize

How many rows.

...

...

Details

Include the quote id to return product information.

Value

List of quotes.

Examples

1
2
3
4
5
6
## Not run: 

    quote_tabs()


## End(Not run)

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