Monday, November 14, 2022

How to set Date time while making PostMan Requests?

To set Date time while making Requests in PostMan, we can use Pre-request Script.

Sample Code:

const moment = require( 'moment' );    pm.environment.set( "currentDateTime", moment().utc().format( "YYYYMMDDTHHmmss" ) + "Z" );

No comments:

Post a Comment

How to change Cursor Color Theme?

Effortless Customization: A Step-by-Step Guide to Changing Your Cursor Color Theme Are you tired of the same old cursor on your screen? Do y...