Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "info": {
- "_postman_id": "ed97792a-f57f-401c-a83a-a9cf82db4154",
- "name": "New Collection",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
- "_exporter_id": "1894341"
- },
- "item": [
- {
- "name": "https://xxxxx.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=1&deploy=1",
- "protocolProfileBehavior": {
- "disabledSystemHeaders": {
- "accept-encoding": true
- }
- },
- "request": {
- "auth": {
- "type": "oauth1",
- "oauth1": [
- {
- "key": "realm",
- "value": "XXXXXXXXX",
- "type": "string"
- },
- {
- "key": "tokenSecret",
- "value": "Token Secret",
- "type": "string"
- },
- {
- "key": "token",
- "value": "Token ID",
- "type": "string"
- },
- {
- "key": "consumerSecret",
- "value": "Consumer Secret",
- "type": "string"
- },
- {
- "key": "consumerKey",
- "value": "Consumer Key",
- "type": "string"
- },
- {
- "key": "disableHeaderEncoding",
- "value": false,
- "type": "boolean"
- },
- {
- "key": "addParamsToHeader",
- "value": true,
- "type": "boolean"
- },
- {
- "key": "signatureMethod",
- "value": "HMAC-SHA256",
- "type": "string"
- },
- {
- "key": "version",
- "value": "1.0",
- "type": "string"
- },
- {
- "key": "addEmptyParamsToSign",
- "value": false,
- "type": "boolean"
- }
- ]
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/xml",
- "type": "text",
- "disabled": true
- },
- {
- "key": "Accept",
- "value": "application/xml",
- "type": "text",
- "disabled": true
- }
- ],
- "url": {
- "raw": "https://xxxxx.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=1&deploy=1",
- "protocol": "https",
- "host": [
- "xxxxx",
- "restlets",
- "api",
- "netsuite",
- "com"
- ],
- "path": [
- "app",
- "site",
- "hosting",
- "restlet.nl"
- ],
- "query": [
- {
- "key": "script",
- "value": "1"
- },
- {
- "key": "deploy",
- "value": "1"
- }
- ]
- }
- },
- "response": []
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement