Modules

filter

 

Objects/Functions

module (N/http)

SuiteScript 2.0

ServerRequest.body

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=ServerRequest.body for more information.

N/http Module
ServerRequest.body
Property Description: The server request body.
Type: string (read-only)
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/http Module
Parent Object: http.ServerRequest
Sibling Object Members: ServerRequest Object Members
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=ServerRequest.body

Example:

// Code Example 1
// Add additional code
//...
log.debug({
title: 'Server Request Body',
details: request.body
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4314806583.html