-
<static> deletePostHandler(request) → {object}
-
The script function that Netsuite will call to execute the Deleter process
Parameters:
Name |
Type |
Description |
request |
object
|
The object representing the HTTP request body |
- Source:
Returns:
The formatted results of the request
-
Type
-
object
-
<static> loadPostHandler(request) → {object}
-
The script function that Netsuite will call to execute the Loader process
Parameters:
Name |
Type |
Description |
request |
object
|
The HTTP request body |
- Source:
Returns:
The formatted results of the request
-
Type
-
object
-
<static> savedSearchPostHandler(request) → {object}
-
The script function that Netsuite will call to execute the SavedSearch process
Parameters:
Name |
Type |
Description |
request |
object
|
The object representing the HTTP request body |
- Source:
Returns:
The formatted results of the request
-
Type
-
object
-
<static> searchPostHandler(request) → {object}
-
The script function that Netsuite will call to execute the Search process
Parameters:
Name |
Type |
Description |
request |
object
|
The object representing the HTTP request body |
- Source:
Returns:
The formatted results of the request
-
Type
-
object
-
<static> transformPostHandler(request) → {object}
-
The script function that Netsuite will call to execute the Transformer process
Parameters:
Name |
Type |
Description |
request |
object
|
The object representing the HTTP request body |
- Source:
Returns:
The formatted results of the request
-
Type
-
object
-
<static> upsertPostHandler(request) → {object}
-
The script function that Netsuite will call to execute the Upserter process
Parameters:
Name |
Type |
Description |
request |
object
|
The object representing the body of the HTTP request |
- Source:
Returns:
The formatted results of the request
-
Type
-
object