Class Index: netsuite.io.input.NetsuiteFileCabinetDownload¶
NetsuiteFileCabinetDownloadConfig¶
Configuration settings for downloading files from the NetSuite File Cabinet. This class extends NetsuiteCredentials, adding optional parameters for configuring API connection details. Example JSON: {
"account": "TSTDRV1762243",
"consumer_key": "your_consumer_key",
"consumer_secret": "your_consumer_secret",
"token_id": "your_token_id",
"token_secret": "your_token_secret",
"url": "https://api.netsuite.com"
}
|
||
type |
object |
|
properties |
||
|
Account |
|
NetSuite account ID. |
||
type |
string |
|
examples |
TSTDRV1762243 |
|
|
Consumer Key |
|
OAuth consumer key used for authentication. |
||
type |
string |
|
examples |
your_consumer_key |
|
|
Consumer Secret |
|
OAuth consumer secret used for authentication. |
||
type |
string |
|
examples |
your_consumer_secret |
|
|
Token Id |
|
OAuth token ID for authentication. |
||
type |
string |
|
examples |
your_token_id |
|
|
Token Secret |
|
OAuth token secret for authentication. |
||
type |
string |
|
examples |
your_token_secret |
|
|
Url |
|
Optional custom NetSuite API base URL. |
||
type |
string |
|
examples |