Description Usage Arguments Details Value Author(s) Examples
apiPUT
- Do a PUT to the PFS API.
1 2 3 |
coreApi |
coreApi object with valid jsessionid |
resource |
entity type for PUT |
query |
query string |
body |
body for request |
encode |
encoding to use for request option are "multipart", "form", "json", "raw" |
headers |
headers to be added to |
special |
passed to buildUrl for special sdk endpoints |
useVerbose |
use verbose communication for debugging |
unbox |
use autounbox when doing list-to-JSON conversion |
valueFlag |
Tells the PUT if there needs to be a /$value added to the end. |
fullReturn |
Return the entire response object, or just the response content (default TRUE) |
apiPUT
Do a PUT to the PFS API.
List of length 2, containing content
and response
objects:
content
is the HTTP response content.
response
is the entire HTTP response. NULL if fullReturn
is FALSE.
Craig Parman info@ngsanalytics.com
Adam Wheeler adam.wheeler@thermofisher.com
Francisco Marin francisco.marin@thermofisher.com
Scott Russell scott.russell@thermofisher.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.