getCellContents: getCellContents - Gets information about container cell...

Description Usage Arguments Details Value Author(s) Examples

Description

getCellContents - Gets information about container cell contents.

Usage

1
2
getCellContents(coreApi, containerBarcode, containerCellNum,
  useVerbose = FALSE)

Arguments

coreApi

coreApi object with valid jsessionid

containerBarcode

container barcode

containerCellNum

container cell number as a string

useVerbose

Use verbose communication for debugging

Details

getCellContents Gets information about container cell contents.

Value

RETURN returns a list $entity contains cell information, $response contains the entire http response

Author(s)

Craig Parman

Examples

1
2
3
4
5
6
7
## Not run: 
api<-CoreAPI("PATH TO JSON FILE")
login<- CoreAPI::authBasic(api)
cell<-getCellContents(login$coreApi,"VIA9","1")
logOut(login$coreApi )

## End(Not run)

ceparman/CoreAPI documentation built on May 13, 2019, 2:59 p.m.