getCustomer: Get a Customer

Description Usage Arguments Value

Description

This function returns a dataframe or json object of a Customer

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
getCustomer(
  CustomerID,
  AsOfBalanceDate = F,
  BalanceAsOfDate = F,
  CreatedTime = F,
  CurrentBalance = F,
  DistrictID = F,
  IsCurrentActive = F,
  IsCurrentOrFutureActive = F,
  IsFutureActive = F,
  ModifiedTime = F,
  NameID = F,
  PIN = F,
  PINLength = F,
  PINSequenceNumber = F,
  StopAllPurchases = F,
  UserIDCreatedBy = F,
  UserIDModifiedBy = F,
  fieldPaths = NULL,
  entityId = 1,
  query = NULL,
  flatten = T,
  returnResponse = F
)

Arguments

CustomerID

The ID of the Customer to return.

fieldPaths

Fields from other objects with 'Many to One' or 'One to One' relationships to the given object listed as text. Run getSchemaForObjects('Customer') to get more field paths.

entityId

The id of the entity (school). Run listEntities for a list of entities. Defaults to 1 (district).

query

Queries to be added to the request. Ex. list(SchoolYearID = 1). Defaults to NULL.

flatten

Whether to flatten result into a dataframe or return the json object. Default is TRUE (flatten to dataframe).

returnResponse

Whether to return the server response instead of the results. Useful for debugging. Default is FALSE.

fieldNames

A TRUE or FALSE value determining whether or not to return the field for the given Customer. Defaults to FALSE for all return fields which, for convenience, returns all fields for the Customer.

Value

A dataframe or of Customer Skyward's Knowledge Hub


samterfa/rqmlativ documentation built on April 2, 2021, 12:03 p.m.