SuiteAPI Documentation

All SuiteAPI requests are sent using the HTTP POST method, and both the request and response payloads are JSON-encoded.

Requests include the name of the procedure that is to be run, and any required and optional parameters, depending on the procedure being called.

For example, to call SuiteAPI's recordGet procedure, the request would look like this:

{
  "procedure": "recordGet",
  "type": "salesorder",
  "id": 26049
}

When sending a request, set the HTTP "Content-Type" header to: application/json

When using token-based authentication, the HTTP "Authorization" header should be a valid OAuth 1.0a Authorization Header.

Unless a fatal error occurs, the HTTP response code returned by SuiteAPI will always be 200 OK. Error information will be returned in the response body.

The table below lists all of the standard procedures that SuiteAPI supports based on the most recent release.

configGet

Returns the NetSuite instance's configuration settings, including:
• Company information.
• Company, user, and accounting preferences.
• Accounting and tax periods.
• Features.


Comments

In order to use this procedure, the following permissions are needed:
• Setup - Accounting Preferences (Full)
• Setup - Enable Features (Full)
• Setup - Manage Accounting Periods (Full)
• Setup - Setup Company (View)

Due to the nature of those permissions, this function is disabled by default, and it is recommended that you only enable it after careful consideration.


Parameters

None.


Sample Request
{
  "procedure": "configGet"
}

Sample Response
{
  "config": {
    "userPreferences": {
      "type": "userpreferences",
      "isDynamic": false,
      "fields": {
        "DO_NOT_CALCULATE_CUSTOMER_BALANCES": "F",
        "EVENT_DEFAULTPUBLIC": "BUSY",
        "ONLYSHOWLASTSUBITEM": "F",
        "LANDINGPAGE": "-1",
        "_eml_nkey_": "9999999~1545~1064~N",
        "type": "userpreferences",
        "DOWNLOADPDFS": "F",
        "CSV_COLUMN_DELIMITER": "COMMA",
        "SYSTEMLARGEFONTS": "F",
        "EXPOSEIDS": "F",
        "ONLYSHOWLASTSUBACCT": "F",
        "CLASSSUBS": "F",
        "EVENT_EMAILNOTIFICATION": "internal",
        "ALERTONDEMAND": "F",
        "TIMEZONE": "America/Los_Angeles",
        "KEYWORDSEARCH": "T",
        "ITEMEXACTMATCH": "F",
        "CALENDARSYSTEM": "Gregorian",
        "LONGDATEFORMAT": "Month D, YYYY",
        "MSIE_ZOOM_FACTOR": "100",
        "ACCESSIBILITY_HIGH_CONTRAST": "F",
        "DISPLAYRPTDESC": "T",
        "HTMLPRINTING": "F",
        "MAXDROPDOWNSIZE": "200",
        "DASHBOARD_DEFAULT_VIEW_FOR_CUSTOMER": "F",
        "MESSAGE_AUTOSIGNATURE": "F",
        "LINKS_EMAILALERT": "T",
        "sc": "-29",
        "NEGATIVE_NUMBER_FORMAT": "0",
        "USE_QUICKDATE_IN_ALERTS": "T",
        "DEPARTMENTUNASSIGNED": "F",
        "TIMEFORMAT": "h:mm a",
        "SHOWPORTLETHINT": "T",
        "REPORTPDFORIENTATION": "PORTRAIT",
        "PRINTGLIMPACTPERSUBSIDIARY": "F",
        "FIRSTDAYOFWEEK": "1",
        "GLOBALSEARCHSORTBYNAME": "F",
        "BASICCENTER": "F",
        "REPORTGRID": "F",
        "SHOW_ID_FIELD": "F",
        "FONT": "Open Sans",
        "POPUPAUTOSUGGEST": "T",
        "HORZPRINTOFFSET": "0.000",
        "CAMPAIGN_BOUNCE_WARNING": "T",
        "SHOWQUICKADD": "T",
        "EMAILALERT_EMAIL": "PRIMARY",
        "SUBSIDIARYSUBS": "F",
        "CHART_THEME": "basic",
        "DUPLICATEWARNINGS": "WARN_ONLY",
        "GLOBALSEARCHCUPREFIX": "F",
        "SORTBYPHONETIC": "T",
        "LISTSEGMENTSIZE": "50",
        "SHOWLISTONERESULT": "F",
        "CSV_DECIMAL_DELIMITER": "PERIOD",
        "CSVEXPORTENCODING": "UTF8",
        "AUTOPLACE": "F",
        "TRANSACTION_ATTACHMENT_FORMAT": "HTML",
        "CHART_BACKGROUND": "lines",
        "PAGE_SEARCH": "T",
        "CLASSUNASSIGNED": "F",
        "DELAYLOADINGSUBLISTS": "T",
        "NATIVE_DROPDOWNS": "F",
        "REMINDERPLAYWAVE": "T",
        "SEARCHAUTOSUGGEST": "T",
        "COLORTHEME": "-5",
        "NUMBERFORMAT": "0",
        "TYPEAHEADSELECTS": "T",
        "CUSTCREDLIMHANDLING": "WARNING",
        "SHOW_APPID_FIELD": "F",
        "ENABLE_REPORT_FONT_CUSTOMIZATION": "F",
        "LIMITTOTWOCOLUMNS": "F",
        "TASK_DEFAULTPUBLIC": "T",
        "VENDCREDLIMWARNINGS": "T",
        "VERTPRINTOFFSET": "0.000",
        "STOCKWARNINGS": "T",
        "DISPLAYLOGO": "F",
        "REPORTPDFFONTSIZE": "8",
        "DISPLAYRPTTITLE": "F",
        "REMINDERPERIOD": "15",
        "EMAILLIMITCC": "F",
        "USE_MC_ON_EXPREPT": "T",
        "LOCATIONUNASSIGNED": "F",
        "MAPTYPE": "GOOGLE",
        "nsapiCT": "1667336753137",
        "sys_id": "-4012485149990315",
        "GLOBALSEARCHBYTRANANDDOCNUMS": "F",
        "SUBMITWARNINGS": "T",
        "EVENT_EDITFROMCALENDAR": "F",
        "LOCATIONSUBS": "F",
        "AUTOFILL": "F",
        "UNLAYEREDTABS": "F",
        "DATEFORMAT": "M/D/YYYY",
        "KPI_PERIOD_SPECIFIC_RATES": "F",
        "RICHTEXTEDITOR": "T",
        "EVENT_INTERNALINVITEESONLY": "F",
        "SEARCHINACTIVES": "F",
        "ORACLE_GUIDED_LEARNING": "T",
        "FORECASTWEIGHTED": "T",
        "DEFAULTTASKPRIORITY": "MEDIUM",
        "SEARCHSORTING": "LANGUAGE_SPECIFIC",
        "SPELL_LOCALE": "AMERICAN",
        "ALPHABETIZE_ITEMS": "F",
        "CALL_DEFAULTPUBLIC": "T",
        "DEPARTMENTSUBS": "F",
        "REPORTBYPERIOD": "FINANCIALS",
        "KEYWORDSEARCHPOPUP": "F",
        "ONLYSHOWLASTSUBENT": "F"
      },
      "sublists": {
        "recordalerts": {
          "currentline": {
            "hasaudittrail": "",
            "recordtype": "",
            "search": "",
            "sendonupdate": "",
            "showaudittrail": "",
            "sys_id": "-4012485152196280",
            "sys_parentid": "-4012485149990315",
            "#": "1"
          }
        }
      }
    },
    "companyInfo": {
      "type": "companyinformation",
      "isDynamic": false,
      "fields": {
        "isinactive": "F",
        "sessioncountry": "US",
        "country": "US",
        "freeformstatepref": "F",
        "wfinstances": "",
        "customersurl": "https://9999999.app.netsuite.com/app/login/secure/privatelogin.nl?c=9999999",
        "suitetalkurl": "https://9999999.suitetalk.api.netsuite.com",
        "legalname": "Ironforge Software",
        "timezone": "America/Los_Angeles",
        "purgeaccount": "F",
        "forcompany": "T",
        "edition": "US",
        "_eml_nkey_": "9999999~1545~1064~N",
        "appurl": "https://9999999.app.netsuite.com",
        "type": "subsidiary",
        "fiscalmonth": "JAN",
        "basecurrency": "1",
        "fiscalcalendar": "1",
        "nsapiCT": "1667336753210",
        "sys_id": "4012485333998323",
        "companyid": "9999999",
        "showDropdownStateInitially": "T",
        "showsubsidiaryname": "F",
        "dropdownstate": "CA",
        "id": "1",
        "state": "CA",
        "origbinactive": "F",
        "email": "demoexcellence@netsuite.com",
        "custrecord_subnav_subsidiary_logo": "13414",
        "taxfiscalcalendar": "1",
        "lastmodifieddate": "6/17/2022 8:40 pm",
        "entryformquerystring": "e=T&id=1",
        "addrlanguage": "en_US",
        "formlogo": "13414",
        "datacenter": "US Santa Clara",
        "formsurl": "https://9999999.extforms.netsuite.com",
        "internalid": "1",
        "companyname": "Ironforge Software",
        "restleturl": "https://9999999.restlets.api.netsuite.com",
        "iselimination": "F",
        "name": "Parent",
        "displaylogointernally": "F",
        "haschildren": "F",
        "pagelogo": "13414"
      }
    },
    "companyPreferences": {
      "type": "companypreferences",
      "isDynamic": false,
      "fields": {
        "BYPASS_BANKFEEDS_INSTALLED_CHECK": "F",
        "EMAILMAINTENANCECOMPLETE": "F",
        "PERFORMANCELOGGING": "F",
        "ALLOWLANGUAGE_XX_US_WTHID": "F",
        "SHOWINDIVIDUALSASCONTACTS": "F",
        "_eml_nkey_": "9999999~1545~1064~N",
        "type": "setupcompany",
        "CUSTOMERWELCOMEMESSAGE": "You are logged in as a customer of {#Company Name#}.",
        "FICONNECTIVITYACCTSTARTBUFFERDAYS": "7",
        "COLLAPSEVSOEFIELDSET": "T",
        "FREEFORMSTATES": "F",
        "FLP_CHECKS_LEGACY_SEARCH": "0",
        "MINPASSWORDLENGTH": "8",
        "ASSIGNTASKSTOPARTNERS": "F",
        "ACCOUNT_LEVEL_SWITCH": "0",
        "custscript_lsa_primary_sales_rep": "F",
        "CALENDARSYSTEM": "Gregorian",
        "HORIZONTALLABEL": "F",
        "LONGDATEFORMAT": "Month D, YYYY",
        "BANK_IMPORT_SCHEDULE_MIN_TIME": "400",
        "custscript_lsa_message": "F",
        "custscript_lsa_marketingcampaign": "F",
        "MAXDROPDOWNSIZE": "200",
        "MAXREPORTROWS_BACKEND": "1000000",
        "LASTNAMEFIRST": "F",
        "EMAILEMPLOYEEONAPPROVAL": "F",
        "ORACLE_GUIDED_LEARNING_APPID": "hMnLQhuOQ4GFJBUW6wmeWA",
        "FC_UI_HIDE_HIERARCHY_FOLDER_INFO": "F",
        "NEGATIVE_NUMBER_FORMAT": "0",
        "INACTIVATE_CONTACTS": "F",
        "LASTNAMEFIRSTENTITIES": "F",
        "CONTACTONBILLTO": "T",
        "TIMEFORMAT": "h:mm a",
        "ALLOWLANGUAGE_XX_US": "F",
        "custscript_lsa_enable_manual_update": "F",
        "custscript_lsa_activity_days_filter": "7",
        "MAXREPORTROWS": "100000",
        "IDLE_SESSION_TIMEOUT": "180",
        "FIRSTDAYOFWEEK": "1",
        "SHOWEMPLOYEESASCONTACTS": "F",
        "REPORTGRID": "F",
        "DFLTVENDORTYPE": "COMPANY",
        "FONT": "Open Sans",
        "AUTONOMOUS_ENTITY_NUMBERING": "F",
        "DISABLE_HTML_IN_SEARCH_FORMULA": "F",
        "INCR_NUM_OF_BULK_PROCESSING_THREADS": "F",
        "AUTONAMECUSTOMERS": "T",
        "FLP_CHECKS_RECORD_SERVICE_INTERNAL": "0",
        "SHOWQUICKADD": "T",
        "USEOLDNUMBERFORMATTING": "F",
        "DFLTPARTNERTYPE": "COMPANY",
        "CUSTOMERROLE": "14",
        "FLIPSIGNFOREXPENSEACCOUNTSINSEARCH": "F",
        "ALLOC_SCHEDULE_ALLOW_JE_USER_EVENTS": "F",
        "LOGSYSTEMNOTESONUPDATEONLY": "F",
        "PREPOPULATECONTACTADDRESS": "T",
        "UNRESTRICTED_SEARCH_FORMULA_FIELDS": "T",
        "RATING_ENGINE_YEAR_LIMIT": "50",
        "custscript_lsa_task_completed": "F",
        "LISTSEGMENTSIZE": "50",
        "USE_PROMOTION_LOGGER": "T",
        "custscript_lsa_task": "F",
        "SHOWLISTONERESULT": "F",
        "WEBSITE_DUPLICATE_EMAIL_MANAGEMENT": "ENABLED",
        "custscript_sc_extmech_api_path_ss2": "SuiteBundles/Bundle 390093/ExtensionMechanism/SDK/SCExtMechAPISS2.js",
        "HIDEATTACHMENTFOLDERS": "F",
        "MAXREPORTDIMENSIONS": "200",
        "SHOWPROJECTINNEWUI": "F",
        "BANK_IMPORT_SCHEDULE_MAX_TIME": "700",
        "LEGACY_SUBSID_RESTRICTIONS": "F",
        "ALLOWLANGUAGE_ES_AR_ONLQA": "F",
        "ALLOWCREATINGPOLYMORPHICEMPLOYEES": "F",
        "custscript_lsa_event_completed": "F",
        "DELAYLOADINGSUBLISTS": "T",
        "custscript_lsa_phonecall_completed": "F",
        "NEWUSERLINKEXPIRATION": "24",
        "custscript_lsa_task_note": "F",
        "NUMBERFORMAT": "0",
        "custscript_lsa_task_event": "F",
        "CUSTOMERSHOWHELPLINK": "T",
        "INTERNALWEBSITE": "1",
        "SHOW_TRAN_NUMBERING_SETUP": "F",
        "ALLOWSUBSIDHIERARCHYCHANGE": "9/20/2017",
        "ALLOWLANGUAGE_DE_DE_ONLQA": "F",
        "FLP_CHECKS_RECORD_SERVICE_EXTERNAL": "0",
        "MAXSEARCHROWS_BACKEND": "15000000",
        "GLIMPACTINGENTITY": "T",
        "CUSTOMERTYPE": "COMPANY",
        "FC_LEGACY_FOLDER_ACCESS": "F",
        "nsapiCT": "1667336753387",
        "ALLOWLANGUAGE_HE_IL": "F",
        "sys_id": "-4012485382472474",
        "custscript_nsts_scis_websitecat": "-250",
        "CREATE_AUTOMATED_MEMDOC_AS_SYSTEM": "T",
        "custscript_nsts_scis_websiteid": "8",
        "HOSTING_FILES_PUBLIC": "T",
        "PASSWORD_POLICY": "WEAK",
        "DATEFORMAT": "M/D/YYYY",
        "ENABLE_FLP_CLIENT_CHANGE_CHECK": "T",
        "FLP_CHECKS_SS_WF": "1",
        "custscript_sc_extmech_api_path": "SuiteBundles/Bundle 390093/ExtensionMechanism/SDK/SCExtMechAPI.js",
        "CHECK_LINE_ITME_AMOUNT_ON_CC_SO": "F",
        "FC_SUBFOLDER_CONNECT_BY_APPROACH": "F",
        "ORACLE_GUIDED_LEARNING": "T",
        "MAX_CUSTOMER_HIERARCHY_SIZE": "10000",
        "ALLOWLANGUAGE_FR_FR_ONLQA": "F",
        "FICONNECTIVITYIMPORTTOLERANCEMINS": "60",
        "SEARCHSORTING": "LANGUAGE_SPECIFIC",
        "INTERCO_ORDER_GENERATION_BULK": "T",
        "ABBREVIATESTATES": "T",
        "ITEMNUMBERING": "F",
        "custscript_sc_extmech_do_bless": "F",
        "custscript_lsa_phonecall": "F",
        "TIMESELECTORSUSEFIRSTFISCALMONTH": "T",
        "COMPANYLOGOFOLDER": "-4"
      },
      "sublists": {
        "accounting_contexts": {
          "currentline": {
            "key": "",
            "name": "",
            "sys_id": "-4012485384821634",
            "sys_parentid": "-4012485382472474",
            "used": "",
            "#": "1"
          }
        },
        "centerprefs": {
          "currentline": {
            "centertype": "",
            "signoutlandingpageurl": "",
            "sys_id": "-4012485384802324",
            "sys_parentid": "-4012485382472474",
            "#": "1"
          }
        },
        "override": {
          "line 1": {
            "override": "T",
            "prefdesc": "Address Mapping Type",
            "prefid": "MAPTYPE",
            "sys_id": "4012485382638966",
            "sys_parentid": "-4012485382472474"
          },
          "line 2": {
            "override": "T",
            "prefdesc": "CSV column delimiter",
            "prefid": "CSV_COLUMN_DELIMITER",
            "sys_id": "4012485382634067",
            "sys_parentid": "-4012485382472474"
          },
          "line 3": {
            "override": "T",
            "prefdesc": "CSV decimal delimiter",
            "prefid": "CSV_DECIMAL_DELIMITER",
            "sys_id": "4012485382628823",
            "sys_parentid": "-4012485382472474"
          },
          "line 4": {
            "override": "T",
            "prefdesc": "Calculate Forecasts as Weighted",
            "prefid": "FORECASTWEIGHTED",
            "sys_id": "4012485382623210",
            "sys_parentid": "-4012485382472474"
          },
          "line 5": {
            "override": "T",
            "prefdesc": "Calendar System",
            "prefid": "CALENDARSYSTEM",
            "sys_id": "4012485382617919",
            "sys_parentid": "-4012485382472474"
          },
          "line 6": {
            "override": "T",
            "prefdesc": "Customer Credit Limit Handling",
            "prefid": "CUSTCREDLIMHANDLING",
            "sys_id": "4012485382612507",
            "sys_parentid": "-4012485382472474"
          },
          "line 7": {
            "override": "T",
            "prefdesc": "Date Format",
            "prefid": "DATEFORMAT",
            "sys_id": "4012485382606573",
            "sys_parentid": "-4012485382472474"
          },
          "line 8": {
            "override": "T",
            "prefdesc": "Delay Loading of Sublists",
            "prefid": "DELAYLOADINGSUBLISTS",
            "sys_id": "4012485382600738",
            "sys_parentid": "-4012485382472474"
          },
          "line 9": {
            "override": "T",
            "prefdesc": "Duplicate Number Warnings",
            "prefid": "DUPLICATEWARNINGS",
            "sys_id": "4012485382595742",
            "sys_parentid": "-4012485382472474"
          },
          "line 10": {
            "override": "T",
            "prefdesc": "Enable Oracle Guided Learning",
            "prefid": "ORACLE_GUIDED_LEARNING",
            "sys_id": "4012485382590368",
            "sys_parentid": "-4012485382472474"
          },
          "line 11": {
            "override": "T",
            "prefdesc": "First Day of Week",
            "prefid": "FIRSTDAYOFWEEK",
            "sys_id": "4012485382585439",
            "sys_parentid": "-4012485382472474"
          },
          "line 12": {
            "override": "T",
            "prefdesc": "Global Search Includes Transaction Numbers",
            "prefid": "GLOBALSEARCHBYTRANANDDOCNUMS",
            "sys_id": "4012485382580648",
            "sys_parentid": "-4012485382472474"
          },
          "line 13": {
            "override": "T",
            "prefdesc": "Limit Recipient Field to Related Contacts",
            "prefid": "EMAILLIMITRECIPIENTS",
            "sys_id": "4012485382575487",
            "sys_parentid": "-4012485382472474"
          },
          "line 14": {
            "override": "T",
            "prefdesc": "Long Date Format",
            "prefid": "LONGDATEFORMAT",
            "sys_id": "4012485382570431",
            "sys_parentid": "-4012485382472474"
          },
          "line 15": {
            "override": "T",
            "prefdesc": "Maximum Entries in Dropdowns",
            "prefid": "MAXDROPDOWNSIZE",
            "sys_id": "4012485382565335",
            "sys_parentid": "-4012485382472474"
          },
          "line 16": {
            "override": "T",
            "prefdesc": "Negative Number Format",
            "prefid": "NEGATIVE_NUMBER_FORMAT",
            "sys_id": "4012485382560317",
            "sys_parentid": "-4012485382472474"
          },
          "line 17": {
            "override": "T",
            "prefdesc": "Number Format",
            "prefid": "NUMBERFORMAT",
            "sys_id": "4012485382554998",
            "sys_parentid": "-4012485382472474"
          },
          "line 18": {
            "override": "T",
            "prefdesc": "Number of Rows in List Segments",
            "prefid": "LISTSEGMENTSIZE",
            "sys_id": "4012485382549693",
            "sys_parentid": "-4012485382472474"
          },
          "line 19": {
            "override": "T",
            "prefdesc": "Phone Number Format",
            "prefid": "PHONEFORMAT",
            "sys_id": "4012485382544545",
            "sys_parentid": "-4012485382472474"
          },
          "line 20": {
            "override": "T",
            "prefdesc": "Screen Font",
            "prefid": "FONT",
            "sys_id": "4012485382539569",
            "sys_parentid": "-4012485382472474"
          },
          "line 21": {
            "override": "T",
            "prefdesc": "Search Sorting",
            "prefid": "SEARCHSORTING",
            "sys_id": "4012485382534344",
            "sys_parentid": "-4012485382472474"
          },
          "line 22": {
            "override": "T",
            "prefdesc": "Show List When Only One Result",
            "prefid": "SHOWLISTONERESULT",
            "sys_id": "4012485382528841",
            "sys_parentid": "-4012485382472474"
          },
          "line 23": {
            "override": "T",
            "prefdesc": "Show Quick Add Row on Lists",
            "prefid": "SHOWQUICKADD",
            "sys_id": "4012485382523762",
            "sys_parentid": "-4012485382472474"
          },
          "line 24": {
            "override": "T",
            "prefdesc": "Show Reports in Grid",
            "prefid": "REPORTGRID",
            "sys_id": "4012485382518689",
            "sys_parentid": "-4012485382472474"
          },
          "line 25": {
            "override": "T",
            "prefdesc": "Spelling Locale",
            "prefid": "SPELL_LOCALE",
            "sys_id": "4012485382513468",
            "sys_parentid": "-4012485382472474"
          },
          "line 26": {
            "override": "T",
            "prefdesc": "Time Format",
            "prefid": "TIMEFORMAT",
            "sys_id": "4012485382508274",
            "sys_parentid": "-4012485382472474"
          },
          "line 27": {
            "override": "T",
            "prefdesc": "Time Zone",
            "prefid": "TIMEZONE",
            "sys_id": "4012485382502383",
            "sys_parentid": "-4012485382472474"
          },
          "line 28": {
            "override": "T",
            "prefdesc": "Vendor Credit Limit Warnings",
            "prefid": "VENDCREDLIMWARNINGS",
            "sys_id": "4012485382493558",
            "sys_parentid": "-4012485382472474"
          }
        }
      }
    },
    "accountingPreferences": {
      "type": "accountingpreferences",
      "isDynamic": false,
      "fields": {
        "DEFAULTTRANSFERORDERCOMMITOPTION": "1",
        "NOMAPORREDUCEFUNCINDBQUIESCEGP": "F",
        "MAXLOCATIONS": "100",
        "ENABLEINVENTORYDEMANDTRACKING": "T",
        "DEFAULT_TRNFRORD_INCOTERM": "1",
        "TERMDISCOUNTSINCLUDETAX": "F",
        "OVERRIDE_SUITETAX_REQUIREMENT": "F",
        "VALIDATE_SAME_PO_CURRENCY_IN_BILL": "T",
        "_eml_nkey_": "9999999~1545~1064~N",
        "KEEPSPECIALORDERQUANTITIESINSYNC": "F",
        "DEFAULTEXPENSESBILLABLE": "T",
        "NONBALANCINGCDLONJE": "T",
        "ACCOUNTINGPERIODS": "F",
        "ADVANCEDTIMEAPPROVALS": "F",
        "ALLOCATION_AUTO_FIX_DATA": "T",
        "INVT_TRANS_CLOSED_PERIODS": "F",
        "COPYEXPENSEMEMOS": "T",
        "USE_DELAYED_TRIGGER_INVENTORY": "T",
        "VALIDATE_TRANLINE_LOCATION_CHANGE": "T",
        "BUDGETINCLUDEELIMSUB": "F",
        "LANDEDCOSTPERLINEDEFAULT": "F",
        "DECOMMIT_PENDING_APPROVAL_ZERO_QTY": "F",
        "PAYBILLSSEGMENTSIZE": "500",
        "PAYMENTACCOUNT": "122",
        "USEINVENTORYCOSTINGSTRICTVALIDATION": "F",
        "CCSECURITYCODE": "F",
        "MAXSUBSIDIARIES": "250",
        "TIMELIMITENTRYMINACTION": "ERROR",
        "APPLYTIMETHRESHOLDTOVENDORTIME": "T",
        "PICKINGTICKETNONINVT": "F",
        "CONSOLPAYMENTS": "F",
        "NAMING_PICKED": "Picked",
        "OVERFULFILLMENTS": "F",
        "REMOVECLIENTGOVERNANCELIMIT": "F",
        "FULFILLDROPSHIPORDERFROMINVENTORY": "BLOCK",
        "UNRECEIVEDRTNAUTHS": "F",
        "ASSETACCOUNT": "127",
        "PRINTDROPSHIPPOS": "F",
        "PERFORMLIMITCHECKONAPPROVALACTION": "F",
        "DONTTRACKITEMCOUNT": "F",
        "USEPERITEMCOMMITMENTFORDRP": "F",
        "COPYTIMESHEETOPTIONS": "ALWAYSCOPYHOURSANDMEMOS",
        "VENDPYMTTOPRINT": "F",
        "DELAYEDTRIGGERCOMMITMENT": "F",
        "UNIFIEDGOVERNANCELIMIT": "1000",
        "RECREATEREVRECSCHEDULES": "F",
        "RECONSORTCOL": "DATE",
        "CUSTOMAPPROVALJOURNAL": "F",
        "FORECASTINCLUDES_REIMB_EXP": "T",
        "SHOWADDLITEMSPACKSLIP": "NONE",
        "COPYSERVITEMDESCTOMEMO": "T",
        "CUSTOMAPPROVALVENDORBILL": "F",
        "CUSTOMCOSTING": "F",
        "DEFVENDBILLSTATUS": "2",
        "ALLOW_CLOSED_PERIOD_COSTING_CHANGES": "F",
        "KEEP_LEGACY_DISCOUNT_APPLICATION": "F",
        "NAMING_SHIPPED": "Shipped",
        "OVERRIDETIMERATES": "F",
        "DATEPERIODMISMATCH": "WARN",
        "FORECASTINCLUDES_SHIPPING": "F",
        "BULK_JOURNAL_APPROVAL_EVENTS": "F",
        "CURCOUNTONTRANSFERS": "F",
        "RETURNCOSTDEFAULT": "LOCALAVG",
        "DEFAULTUNFULFILLED": "F",
        "INVOICEUSESCHEDULEDATE": "T",
        "INV_COSTING_DELAYED_START": "T",
        "ITEMVERSION": "T",
        "ASSETCOGSITEMACCTS": "T",
        "MAX_BUCKETS_PER_PROCESSOR": "1",
        "AGEFROM": "DUEDATE",
        "TIMECR": "READY_FOR_BILLING",
        "UNRETURNEDVENDAUTHS": "F",
        "DUPLICATEWARNINGS": "WARN_ONLY",
        "SFTP_USE_LIST_TO_TEST_FILE_EXISTS": "F",
        "DEFAULTITEMSBILLABLE": "T",
        "BYPASS_ALLOCATION_DATA_FIX": "F",
        "CURRENCY_RATE_ACCESS": "F",
        "REALTIMECOGSORDERING": "F",
        "TIMELIMITWEEKMAXACTION": "ERROR",
        "COGSACCOUNT": "134",
        "DEPTSPERLINE": "T",
        "AUTONOTIFYSUPV": "T",
        "CUSTOMAPPROVALTIMEBILL": "F",
        "SINGLEITEMBARCODING": "T",
        "RESTRICTBALANCEVIEWING": "F",
        "DEFAULTSALESORDERCOMMITOPTION": "1",
        "ARACCOUNT": "123",
        "INCOMEACCOUNT": "54",
        "JOURNALAPPROVALS": "T",
        "NO_UPDATE_TRANSACTION_COGSASSETACCT": "F",
        "INVENTORYNUMBEREXPRESSENTRYSIZE": "1000",
        "GAINLOSSACCOUNT": "100",
        "INVT_TRANS_DATE_PERIOD_MISMATCH": "F",
        "USE_UPDATED_CALCULATION_OBV": "F",
        "VENDRETURNVARIANCEACCOUNT": "173",
        "USESERIALNUMBERSELECT": "F",
        "PURCHDISCACCT": "174",
        "SHOWUNSHIPPEDITEMS": "T",
        "ENABLEINVFUTURESUPPLYTRACKING": "T",
        "USEINTRANSITINGACCALCULATIONS": "F",
        "LOGEACHSSSCRIPTSTART": "F",
        "DELETE_ALL_MONTH_END_REVALS": "F",
        "OVERRECEIPTS": "F",
        "TIMELIMITWEEKMIN": "DISABLED",
        "DEFAULTRECEIVINGEXCHANGERATE": "ORDERRATE",
        "FFCRFIXEDDATE": "READY_FOR_BILLING",
        "CACHE_ITEM_LOCATION_MAP": "F",
        "FORBID_SUITELET_EXEC_BY_SHOPPER": "F",
        "TIMELIMITDAYMAX": "DISABLED",
        "USE_ROLE_RESTRICTIONS_ON_APPLY": "F",
        "USEPORECEIPTCOST": "F",
        "sys_id": "-4012485474701187",
        "COMBINEEXPENSEITEMS": "T",
        "VERIFYINVENTORYDETAILITEM": "T",
        "CREATE_DEPOSIT_ON_SO_SALE_ROLE": "3",
        "SETREVERSINGVARIANCEDATETOREVJES": "F",
        "DROPSHIPANDRECEIVEINTOINVDROPSHIPPO": "BLOCK",
        "ALLOWNONREIMBURSABLEEXPENSES": "F",
        "CONSOLINVOICES": "T",
        "PACKINGSLIPSTATUS": "A",
        "canDoFuturePeriodLock": "T",
        "ALLOW_COSTING_ENGINE_TO_RUN": "T",
        "NOMAPORREDUCEFUNCINTERMINALSTATE": "F",
        "GIFTCERTAUTHCODEGENERATION": "AUTOGENERATE",
        "RESTOCKRETURNS": "T",
        "PICKINGTICKETKITITEMS": "T",
        "ALLOW_NON_GL_CHANGES_BY_DEFAULT": "F",
        "MAXITEMSONQUICKDISTRIBUTION": "0",
        "VENDCREDLIMORDERS": "F",
        "CUSTOM_SEGMENT_DELETION": "F",
        "OPENONLYSTMTS": "F",
        "LOGUERECORDSYNCH": "F",
        "DEPTMANDATORY": "F",
        "BULKFULFILLLOCFILTERING": "T",
        "DEFRTNAUTHSTATUS": "B",
        "ZEROCOSTUNDERWATER": "F",
        "VALIDATE_SAME_PO_VENDOR_IN_BILL": "T",
        "UNRECEIVEDBILLS": "F",
        "INCLUDEINTRANSITACCOUNT": "F",
        "NO_PRE_DISTRIB_LOCATIONS": "T",
        "FULFILLCOMMITTED": "ALLOWUNCOMMITTED",
        "CUSTCREDLIMORDERS": "F",
        "ALLOWBILLCONSOLFORMULTITERMPO": "T",
        "RECONCILIATIONALLTRANTYPES": "F",
        "REQUIRETIMEFORWORKINGDAYS": "F",
        "type": "acctsetup",
        "ENABLEINVINSTOCKSUPPLYTRACKING": "T",
        "EXPENSEACCOUNT": "76",
        "TIMELIMITWEEKMINACTION": "ERROR",
        "USELATESTCOSTESTIMATE": "ALWAYS",
        "DEFAULTPERIODIFCLOSED": "CURRENT",
        "ORDFULFILLCONFEMAIL": "F",
        "TIMEAPPROVALS": "T",
        "USEPREFERREDBINONITEMRCPT": "T",
        "ALLOWMANUALGCCODE": "F",
        "ALLOW_DEFAULT_EMAIL_ON_PO": "DO_NOT_ALLOW",
        "DEFTRNFRORDSTATUS": "FIRMPENDINGAPPROVAL",
        "ACCOUNTNUMBERS": "T",
        "LIMITITEMVENDORS": "T",
        "UNSHIPPEDINVOICES": "T",
        "REVERSALVOIDING": "F",
        "ALLOW_PERIODS_QUICK_CLOSE": "F",
        "ENFORCE_MIN_QUANTITY_RET_AUTH": "T",
        "EDITITEMACCOUNTS": "T",
        "CDLPERLINEONJE": "T",
        "DEFAULTTIMEBILLABLE": "T",
        "SKUSEPARATOR": "-",
        "EXTENDEDLEVEL3DATA": "T",
        "NEWCOSTINGFLAGGING": "F",
        "CENTRALIZEDPURCHASING": "F",
        "TIMELIMITENTRYMIN": "DISABLED",
        "ALLOWFUTUREPERIODLOCK": "F",
        "CUSTOMAPPROVALVENDPYMT": "F",
        "DEFSALESORDSTATUS": "B",
        "POEXPENSES": "T",
        "TERMDISCOUNTSINCLUDESHIPPING": "F",
        "ALLOWNONREIMBURSABLEEXPENSESVISIBLE": "T",
        "CUSTOMAPPROVALEXPENSE": "T",
        "ALLOCATION_WORK_QUEUE_THREAD_LIMIT": "25",
        "SALESDISCACCT": "282",
        "MATCH_SOURCE_CLASSIFICATION": "F",
        "UPDATEITEMSHIPDATEONSTATUSCHANGE": "F",
        "SUPPLY_PLAN_EVENTS_LEVEL": "DEBUG",
        "CUSTOMERPAYMENTSAPPLYLOGIC": "AMOUNT_THEN_FIFO",
        "OPENONLYTRANSACTIONS": "OPENONLYBYTODAY",
        "QTYPRICECOUNT": "5",
        "INVENTORYCOSTINGMAXLINESTOLOAD": "25000",
        "INVENTORY_COSTING_LOG_LEVEL": "1",
        "AUTHORIZECUSTOMERCENTERORDERS": "F",
        "FORECASTTRANTYPES": "Check\u0005Deposit\u0005InvAdjst\u0005InvReval\u0005InvDistr\u0005InvWksht",
        "LEGACY_TAX_HIGH_PRECISION_US_LOOKUP": "2",
        "FFCRMILESTONE": "READY_FOR_BILLING",
        "CLASSESPERLINE": "T",
        "FFCRPROGRESS": "READY_FOR_BILLING",
        "OVERTRANSFERS": "F",
        "ALLOWPAYFLOWADDITIONS": "F",
        "MAX_LINES_PER_REVAL_BATCH": "2000",
        "ALLOWCROSSSUBBILLABLES": "F",
        "USEHEADERDEPTFORLINE": "T",
        "PRESERVE_TRAN_ON_HOLD_PAYMENT": "T",
        "USEPORATEONBILLS": "F",
        "USEPROMOTIONENGINE": "T",
        "CUSTOMAPPROVALPURCHORD": "T",
        "DO_NOT_CALCULATE_PROMOTIONS_ON_EDIT": "F",
        "STRICT_SELECTION_OF_PPP": "T",
        "BFO_VERSION": "1",
        "TIMELIMITDAYMINACTION": "ERROR",
        "NEWITEMCOMMITMENTLOGLEVEL": "DONOTLOG",
        "SENDLEVEL3DATAWITHCYBSAUTH": "T",
        "EMAILDROPSHIPPOS": "F",
        "INCLUDELANDEDCOSTINLPP": "F",
        "ENABLEINVENTORYALLOCATIONTRACKING": "T",
        "USETXMGMTFORREVALUESTDCOSTINV": "F",
        "AUTOMATICITEMCOMMITMENT": "T",
        "EXTERNALPAYMENTS": "T",
        "QTYPRICESCHEDULEMULTDISCOUNTS": "F",
        "DEFAULT_RFQ_TIERS": "1",
        "CUSTOMAPPROVALCUSTINVC": "F",
        "ITEMCOMMITMENTTRANSACTIONORDER": "TRANSACTIONDATE",
        "USE_UNIT_CONVERSION_RATE": "F",
        "CASHBASIS": "F",
        "REQUIREBINSONTRANS": "F",
        "UOMMISMATCHCHECKLEVEL": "REGULAR",
        "CUSTOMAPPROVALPURCHCON": "F",
        "ENABLEITEMAVAILABILITYTRACKING": "T",
        "MAXPURCHASES": "0",
        "VALIDATE_LOT_AVAIL_QTY_AT_COMMIT": "F",
        "SHOW_WARN_TAX_RECEIPT": "T",
        "PICKINGTICKETUNCOMMITTED": "F",
        "NULLCDLONJE": "F",
        "WRITEOFFACCOUNT": "57",
        "CREATE_DEPOSIT_ON_SALES_ORDER_SALE": "T",
        "CONVERTABSOLUTEDISCOUNTS": "T",
        "DEFVENDAUTHSTATUS": "A",
        "MAX_ITEM_COMMITMENT_CONTEXT_LINES": "100000",
        "DROPSHIPTEMPLATE": "78",
        "LOCMANDATORY": "F",
        "MAX_LINES_IN_REVAL_BUCKET": "4000000",
        "COMMITORDERSAFTERDECOMMITTING": "T",
        "CUSTOMERRETURNVARIANCEACCOUNT": "148",
        "CUSTCREDLIMHANDLING": "WARNING",
        "EMAILCANCELORDER": "F",
        "NAMING_PACKED": "Packed",
        "STACKLEGACYPROMOTIONSONNEWENGINE": "F",
        "ALLOWADJUSTEDEXPIRATIONDATE": "T",
        "GENERATE_SUPPLY_PLAN_RESTARTS": "3",
        "ORDFULFILLUSESTORETEMPLATES": "F",
        "VENDCREDLIMWARNINGS": "T",
        "ITEMCOSTASTRNFRORDCOST": "T",
        "PRINT_PICK_TICKET_PER_QUANTITY": "F",
        "ASYNCFIXREVRECTRANSACTIONS": "F",
        "PACKINGSLIPDROPSHIP": "F",
        "ALLOWZEROQUANTITYINVADJST": "F",
        "USEHEADERCLASSFORLINE": "T",
        "CLASSMANDATORY": "F",
        "INVTCOSTMETHOD": "AVG",
        "REAPPROVESOONEDIT": "F",
        "nsapiCT": "1667336753435",
        "CURCOUNTONADJUSTMENTS": "F",
        "NEWITEMCOMMITMENT": "T",
        "CURCOUNTONWORKSHEETS": "F",
        "TIMELIMITDAYMIN": "DISABLED",
        "FAXDROPSHIPPOS": "F",
        "SALESTRANTYPES": "Check\u0005InvAdjst\u0005InvReval\u0005InvDistr\u0005InvWksht",
        "DROPSHIPINCLUDECOMMITTED": "T",
        "KEEPDROPSHIPQUANTITIESINSYNC": "T",
        "TIMELIMITDAYMAXACTION": "ERROR",
        "TIMELIMITWEEKMAX": "DISABLED",
        "COPYTIMEMEMOS": "T",
        "SHOWOPENPACKSLIP": "F",
        "ACCOUNTLEGALNAME": "F",
        "STATEMENTJOURNALMEMOS": "F",
        "EXP_REPORT_FOREIGN_AMOUNT_CHANGE": "FXRATE",
        "ENABLEINVDEMANDSUPPLYTRACKING": "T"
      }
    },
    "accountingPeriods": {
      "type": "accountingperiods",
      "isDynamic": false,
      "fields": {
        "fiscalcalendar": "2",
        "nsapiCT": "1667336753529",
        "periodstyle": "months",
        "sys_id": "-4012485491988728",
        "periodnameyear": "end",
        "lastday": "F",
        "_eml_nkey_": "9999999~1545~1064~N",
        "type": "acctperiods",
        "fiscalmonth": "JUL",
        "fiscalyear": "2022"
      }
    },
    "taxPeriods": {
      "type": "taxperiods",
      "isDynamic": false,
      "fields": {
        "fiscalcalendar": "2",
        "nsapiCT": "1667336753553",
        "periodstyle": "months",
        "sys_id": "-4012485515962511",
        "periodnameyear": "end",
        "_eml_nkey_": "9999999~1545~1064~N",
        "type": "acctperiods",
        "fiscalmonth": "JUL",
        "fiscalyear": "2022"
      }
    },
    "features": {
      "type": "companyfeatures",
      "isDynamic": false,
      "fields": {
        "shippinglabels": "T",
        "expenseallocation": "T",
        "centralizedpurchasingbilling": "F",
        "_eml_nkey_": "9999999~1545~1064~N",
        "timebasedpricing": "F",
        "trandeletionreasoncode": "F",
        "installments": "T",
        "groupaveragecosting": "T",
        "grossprofit": "T",
        "vendoraccess": "F",
        "billingratecards": "F",
        "restwebservices": "T",
        "netsuiteapprovalsworkflow": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=240841&sourcecompanyid=5112204&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>NetSuite Approvals Workflow</b></a>",
        "promocodes": "T",
        "achv_orig": "F",
        "suitesignon": "T",
        "personalized_catalog_views": "T",
        "intercompanyframework": "F",
        "customtransactions": "T",
        "fulfillmentrequest_orig": "T",
        "multilanguage": "F",
        "purchaseorders": "T",
        "achvend": "F",
        "purchasereqs": "T",
        "distributionresourceplanning": "F",
        "supplyallocation": "F",
        "multilocinvt": "T",
        "consolpayments": "F",
        "mobilepushntf": "T",
        "ipaddressrules": "F",
        "suitetaxdatarecords": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=239499&sourcecompanyid=5108699&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>SuiteTax Data Records</b></a>",
        "salescampaigns": "T",
        "suiteappcontrolcenter": "F",
        "customrecords": "T",
        "suitecommerce_in_store": "T",
        "supplychaincontroltower": "F",
        "suitetaxengineindia": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=400562&sourcecompanyid=7450686&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>India Localization SuiteTax Engine</b></a>",
        "billscosts": "T",
        "itemoptions": "T",
        "multicurrency": "T",
        "multipartner": "T",
        "stackablepromotions": "T",
        "paycheckjournal": "F",
        "intercompanyautodropship": "F",
        "withholdingtax": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=47459&sourcecompanyid=3776705&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Withholding Tax</b></a>",
        "vendorprepayments_orig": "F",
        "departments": "T",
        "multishipto": "T",
        "supplychainpredictedrisks": "F",
        "salesorders": "T",
        "escalationrules": "F",
        "website": "T",
        "multprice": "T",
        "jobs": "T",
        "advancedsitemanagement": "T",
        "upsell": "T",
        "requireddepositworkflow": "F",
        "barcodes": "T",
        "crmtime": "F",
        "suitecommerce_my_account": "T",
        "sfa": "T",
        "pi_removal": "F",
        "marketing": "T",
        "dynallocation": "T",
        "campaignassistant": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=58023&sourcecompanyid=3958187&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Campaign Assistant</b></a>",
        "billingworkcenter": "T",
        "createsuitebundles": "T",
        "boxnet": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=28044&sourcecompanyid=TSTDRV581137&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b><img src=\"/images/cobrands/box/box_logo_small.png\" style=\"padding-right: 4px; vertical-align: text-bottom;\"/>Box Document Management</b></a>",
        "fxratetype": "F",
        "serializedinventory": "T",
        "documents": "T",
        "accounting": "T",
        "oauth2": "F",
        "commercecategories": "T",
        "inboundshipment": "F",
        "multiplecalendars": "T",
        "estimates": "T",
        "weeklytimesheets": "F",
        "duplicates": "T",
        "multisubsidiarycustomer": "F",
        "advancedprocurementapprovals": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=57060&sourcecompanyid=3949705&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Advanced Procurement Approvals</b></a>",
        "multivendor": "T",
        "fcadvancedsecurity": "F",
        "advancedsitecust": "T",
        "kpireports": "T",
        "sitebuilder_store": "T",
        "inventorystatus": "F",
        "prm": "T",
        "internationalphonenumbers": "F",
        "mlang_orig": "F",
        "autoapplypromotions": "T",
        "advancedrevenuerecognition": "F",
        "storepickup_orig": "T",
        "telephony": "F",
        "crosssubsidiaryfulfillment": "F",
        "advreceiving": "T",
        "rfq": "T",
        "support": "T",
        "mailmerge": "T",
        "advancedrevenuerecognitionapp": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=92373&sourcecompanyid=4295572&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Advanced Revenue Recognition SuiteApp</b></a>",
        "knowledgebase": "T",
        "saleschannelallocation": "F",
        "sitelocationaliases": "T",
        "classes": "T",
        "requisitions": "F",
        "suitetaxreports": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=237699&sourcecompanyid=5170090&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>SuiteTax Reports</b></a>",
        "inventory": "T",
        "timetracking": "T",
        "billingaccounts": "T",
        "intranet": "T",
        "sys_id": "-4012486646348946",
        "customgllines": "T",
        "paypalintegration": "F",
        "acctperiod_orig": "T",
        "advbinseriallotmgmt": "T",
        "softdescriptors": "F",
        "sdfcopytoaccount": "F",
        "advancedprinting": "T",
        "asynccustomer": "T",
        "multicurrencyvendor": "T",
        "suitecommerce": "T",
        "empperms": "T",
        "supplychainmanagement": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=47193&sourcecompanyid=3834147&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Supply Chain Management</b></a>",
        "customsegments": "T",
        "gridordermanagement": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=41296&sourcecompanyid=3751217&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Grid Order Management</b></a>",
        "fulfillmentrequest": "T",
        "intransitpayments": "F",
        "periodendjournalentries": "F",
        "gainlossacctmapping": "F",
        "campaignsubscriptions": "T",
        "webservicesexternal": "T",
        "suiteappdevelopmentframework": "T",
        "teamselling": "F",
        "killsha1fortba": "F",
        "leadmanagement": "F",
        "approvalrouting": "T",
        "ssmnotes": "<img style=\"width:2em; height:2em;\" src=\"/erp/subsidiary/ssm/images/sys-subsidiaries.svg\"/> Subsidiary Feature: After enabling this feature, you must enable and set preferences for individual subsidiaries using the <a href=\"/app/common/subsidiarymanagement/subsidiarysettingsmanager.nl\">Subsidiary Settings Manager</a>.",
        "addons": "F",
        "enhancedinventorylocation": "F",
        "lotnumberedinventory": "T",
        "weeklytimesheetsnewui": "F",
        "sitebuilder": "T",
        "type": "features",
        "advtaxengine": "T",
        "autolocationassignment": "T",
        "payables": "T",
        "advforecasting": "T",
        "inventorycount": "T",
        "multiplebudgets": "T",
        "documentpublishing": "F",
        "giftcertificates": "T",
        "returnauths": "T",
        "advinventorymgmt": "T",
        "customcode": "T",
        "crm_template_categories": "T",
        "emailintegration": "T",
        "availabletopromise": "F",
        "urlcomponentaliases": "T",
        "matrixitems": "T",
        "invoicegroup": "F",
        "landedcost": "T",
        "webduplicateemailmanagement": "T",
        "extcrm": "T",
        "standardcosting": "F",
        "paymentlink": "T",
        "rulebasedrecognitiontreatment": "F",
        "quantitypricing": "T",
        "nsasoidcprovider": "F",
        "amortization": "F",
        "warrantyandrepairsmanagement": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=51007&sourcecompanyid=3872646&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Warranty and Repairs Management</b></a>",
        "historicalmetrics": "F",
        "vendorprepayments": "F",
        "advsubscriptionbilling": "T",
        "customeraccess": "T",
        "billingclasses": "T",
        "inboundcaseemail": "F",
        "balancing_segments": "F",
        "glauditnumbering": "F",
        "extstore": "F",
        "serversidescripting": "T",
        "suitetaxengine": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=237702&sourcecompanyid=4824246&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>SuiteTax Engine</b></a>",
        "vendorreturnauths": "T",
        "itemdemandplanning": "T",
        "commercesearchanalytics": "T",
        "opportunities": "T",
        "unitsofmeasure": "T",
        "onlineordering": "T",
        "advancedpromotions": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=49247&sourcecompanyid=3856193&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Advanced Promotions</b></a>",
        "multilocinvt_orig": "T",
        "chargebasedbilling": "T",
        "advshipping": "T",
        "storepickup": "T",
        "cctracking": "T",
        "partneraccess": "F",
        "dropshipments": "T",
        "killinboundsso": "F",
        "intelligentrecommendations": "F",
        "binmanagement": "T",
        "usr": "T",
        "intercompanyautoelimination": "F",
        "merchandisehierarchy": "F",
        "suitecommerce_advanced": "T",
        "workflow": "T",
        "advbilling": "T",
        "pickpackship": "T",
        "multicurrencymerge": "T",
        "samlsso": "F",
        "advinventorymgmt_orig": "T",
        "helpdesk": "F",
        "moss": "F",
        "tba": "T",
        "webhosting": "T",
        "fcexpense": "F",
        "multibook": "F",
        "receivables": "T",
        "advpartneraccess": "F",
        "openidsso": "F",
        "timebasedpricingsuiteapp": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=363984&sourcecompanyid=6999753&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>Subscription Billing Enhanced UI SuiteApp</b></a>",
        "fcexpensemigratecontroller": "F",
        "perbookclosing": "F",
        "subscriptionbilling": "T",
        "blanketpurchaseorders": "F",
        "suitetaxreportsindia": "<a onClick=\"\nif (NS.form.isChanged()) \n{\n    if ( confirm('Do you want to save changes to the Enable Features page before installing this SuiteApp?') )\n    {\n        if ( !document.forms['main_form'].onsubmit || document.forms['main_form'].onsubmit() ) \n        { \n            document.forms['main_form'].elements['_button'].value= 'submitter'; \n            document.forms['main_form'].submit();\n            return true;\n        }\n    }\n    return false;\n}\" href=\"/app/bundler/bundledetails.nl?id=400554&sourcecompanyid=7450689&domain=PRODUCTION&feature=T&loadsuiteappdata=T\" target=\"_self\" ><b>India Localization SuiteTax Reports</b></a>",
        "advancednumberingsequences": "F",
        "expreports": "T",
        "extremelist": "T",
        "accountingperiods": "T",
        "nsapiCT": "1667336753574",
        "intercompanytimeexpense": "F",
        "advwebreports": "T",
        "advancedprojectaccounting": "F",
        "suitecube_enterprise": "F",
        "fxrateupdates": "F",
        "crm": "T",
        "checkoutsubdomain": "F",
        "multicurrencycustomer": "T",
        "purchasecontracts": "T",
        "stataccounting": "T",
        "advwebsearch": "T",
        "oidc": "F",
        "eft": "F",
        "tableau": "F",
        "webapplications": "T",
        "asyncsalesorder": "T",
        "materialrequirementsplanning": "F",
        "locations": "T",
        "eft_orig": "F",
        "paymentinstruments": "T"
      }
    }
  }
}

echo

A utility procedure that simply returns (echoes) the request back to the caller. This can be helpful when troubleshooting.


Parameters

Accepts any payload.


Sample Request
{
  "procedure": "echo",
  "message": "Hello, world!"
}

Sample Response
{
  "procedure": "echo",
  "message": "Hello, world!"
}

emailSend

Used to send email messages via NetSuite, on behalf of a specified user. Supports sending messages to multiple recipients, including CC and BCC. Also supports plaintext and HTML-encoded messages, and file attachments.


Comments

To send emails that appear to be from a user other than the user associated with the Access Token being used, enable this permission: Setup - Vicarious emails (Full)


Parameters

author: The internal ID of the employee that the email is being sent on behalf of. Required.

recipients: An array of email addresses that the email is being sent to. Required.

cc: An array of secondary recipient(s) to copy. Optional.

bcc: An array of recipient(s) to blind copy. Optional.

subject: The subject of the message. Required.

body: Contents of the outgoing message.
SuiteScript formats the body of the email in either plain text or HTML. If HTML tags are present, the message is formatted as HTML. Otherwise, the message is formatted in plain text. To display XML as plain text, use an HTML <pre> tag around the XML. Required.

attachments: An array of IDs representing files, stored in the NetSuite File Cabinet, that are to be attached to the message. Optional.


Sample Request
{
  "procedure": "emailSend",
  "author": 1545,
  "recipients": [
    "timdietrich@me.com",
    "tim@dietrich.awsapps.com"
  ],
  "cc": [
    "timdietrich@mac.com"
  ],
  "bcc": [
    "timdietrich@icloud.com"
  ],
  "subject": "Test Email - Sent via NetSuite @ 2:55 PM",
  "body": "<p style=\"background: blue; color: white; padding: 24px;\">This is a test!</p>",
  "attachments": [
    1377,
    1375
  ]
}

Sample Response
{
  "email": {
    "procedure": "emailSend",
    "author": 1545,
    "recipients": [
      "timdietrich@me.com",
      "tim@test.com"
    ],
    "cc": [
      "timdietrich@mac.com"
    ],
    "bcc": [
      "timdietrich@icloud.com"
    ],
    "subject": "Test Email - Sent via NetSuite @ 2:55 PM",
    "body": "<p style=\"background: blue; color: white; padding: 24px;\">This is a test!</p>",
    "attachments": [
      {
        "type": "file.File",
        "id": "1377",
        "name": "Australian Flag.gif",
        "description": null,
        "path": "Images/Australian Flag.gif",
        "url": "/core/media/media.nl?id=1377&c=999999&h=sRGZmdD10p0Wauwt_WSxpaEv9XMc5qWE_6uvVwcdGM2onlyd",
        "folder": -4,
        "fileType": "GIFIMAGE",
        "isText": false,
        "size": 34223,
        "encoding": "UTF-8",
        "isInactive": false,
        "isOnline": true
      },
      {
        "type": "file.File",
        "id": "1375",
        "name": "Canadian Flag.jpg",
        "description": null,
        "path": "Images/Canadian Flag.jpg",
        "url": "/core/media/media.nl?id=1375&c=999999&h=ZNZxXJTJCOqItgWyFsW_U6eyJoDgHItev8Qg5gN4gQdkYnno",
        "folder": -4,
        "fileType": "JPGIMAGE",
        "isText": false,
        "size": 15875,
        "encoding": "UTF-8",
        "isInactive": false,
        "isOnline": true
      }
    ],
    "status": "sent"
  }
}

eventLog

Used to log an event / message in NetSuite, which can be helpful when debugging SuiteAPI or the application calling it.

Messages appear on the Execution Log tab of the SuiteAPI script deployment, and on the Execution Log tab of the SuiteAPI script.


Parameters

logName: The type of message to be logged. Valid values include Audit, Debug, Emergency, and Error. Required.

title: The title of the message. Maximum length is 99 characters. If you set this value to null, an empty string (''), or omit it, the word “Untitled” appears for the log entry. Optional.

details: You can pass any value for this parameter. If the value is a JavaScript Object type, JSON.stringify(obj) is called on the object before displaying the value. NetSuite truncates any resulting string over 3999 characters. Optional.


Sample Request
{
  "procedure": "eventLog",
  "logName": "Emergency",
  "title": "Test Event",
  "details": "Event Details!"
}

Sample Response
{
  "event": {
    "procedure": "eventLog",
    "logName": "Emergency",
    "title": "Test Event",
    "details": "Event Details!",
    "status": "logged"
  }
}

fileCopy

Used to copy an existing file in the NetSuite File Cabinet.


Parameters

id: The internal ID of the file to be copied. Required.

folderID: The internal ID of the folder in the NetSuite File Cabinet to which the file is to be copied. Required.

conflictResolution: Indicates how naming conflicts are to be resolved, such as when a file is being copied to a folder where an existing file with that name already exists. Options include FAIL, OVERWRITE, OVERWRITE_CONTENT_AND_ATTRIBUTES, and RENAME_TO_UNIQUE. Defaults to FAIL. This is an enumeration, and you can get the supported values by calling SuiteAPI's fileEnumerate procedure.


Sample Request
{
  "procedure": "fileCopy",
  "id": 367578,
  "folderID": -15,
  "conflictResolution": "RENAME_TO_UNIQUE"
}

Sample Response
{
  "file": {
    "info": {
      "type": "file.File",
      "id": "368279",
      "name": "test-20221102-1242-002 (2).txt",
      "description": "An updated test file.",
      "path": "SuiteScripts/test-20221102-1242-002 (2).txt",
      "url": "/core/media/media.nl?id=368279&c=999999&h=L7mjEXTpy5fv2f1YGqORLvSFdpEgHASbVc8kZt4IUg4AAdsQ&mv=laia51k0&_xt=.txt",
      "folder": -15,
      "fileType": "PLAINTEXT",
      "isText": true,
      "size": 14,
      "encoding": "UTF-8",
      "isInactive": false,
      "isOnline": false
    }
  }
}

fileCreate

Used to create a new file in (upload a file to) the NetSuite File Cabinet.


Parameters

name: The name of the file to be created. Required.

fileType: The type of file to be created. For supported file types, see the "Type" attribute of the fileEnumerate procedure's response. Examples include PDF, PLAINTEXT, CSV, EXCEL, etc. Required.

contents: The contents of the file. If the file type is binary (for example, PDF), the file content must be base64 encoded. Optional.

description: A description of the file. Optional.

encoding: The character encoding of the file. For example, UTF-8. For supported encoding values, see the "Encoding" attribute of the fileEnumerate procedure's response. Required.

folderID: The internal ID of the folder in the NetSuite File Cabinet in which the file is to be stored. Required.

isInactive: Indicates the inactive status of the file. By default, inactive files do not appear in the NetSuiteUI, unless the Show Inactives option is selected. The default value is False. Optional.

isOnline: Indicates if the file is to be accessible by external users, who are not logged into NetSuite. This is equivalent to the "Available without Login" option within the NetSuite UI. The default value is False. Optional.


Sample Request
{
  "procedure": "fileCreate",
  "name": "test-20221102-1132.txt",
  "fileType": "PLAINTEXT",
  "contents": "Test contents.",
  "description": "A test file.",
  "encoding": "UTF-8",
  "folderID": -15,
  "isOnline": true
}

Sample Response
{
  "file": {
    "info": {
      "type": "file.File",
      "id": "367478",
      "name": "test-20221102-1132.txt",
      "description": "A test file.",
      "path": "SuiteScripts/test-20221102-1132.txt",
      "url": "/core/media/media.nl?id=367478&c=999999&h=wxxDEpykH20cCMIqI7rHAhYvBgC8M4q9B91-O0dTWGT6uASl&mv=l9zssa68&_xt=.txt",
      "folder": -15,
      "fileType": "PLAINTEXT",
      "isText": true,
      "size": 14,
      "encoding": "UTF-8",
      "isInactive": false,
      "isOnline": true
    },
    "content": "Test contents."
  }
}

fileDelete

Used to delete a file from the NetSuite File Cabinet.


Parameters

id: The internal ID of the file to be deleted.


Sample Request
{
  "procedure": "fileDelete",
  "id": 367478
}

Sample Response
{
  "info": {
    "type": "file.File",
    "id": "367478",
    "name": "test-20221102-1132.txt",
    "description": "A test file.",
    "path": "SuiteScripts/test-20221102-1132.txt",
    "url": "/core/media/media.nl?id=367478&c=999999&h=wxxDEpykH20cCMIqI7rHAhYvBgC8M4q9B91-O0dTWGT6uASl&mv=l9zssa68&_xt=.txt",
    "folder": -15,
    "fileType": "PLAINTEXT",
    "isText": true,
    "size": 14,
    "encoding": "UTF-8",
    "isInactive": false,
    "isOnline": true
  },
  "content": "Test contents."
}

fileEnumerate

Enumerates the SuiteScript N/file module, providing information about the file types, encodings, etc that are supported. Those values are helpful when using SuiteAPI's other file-related procedures, including fileCopy, fileCreate and fileUpdate.


Parameters

None.


Sample Request
{"procedure":"fileEnumerate"}

Sample Response
{
  "Type": {
    "APPCACHE": "APPCACHE",
    "AUTOCAD": "AUTOCAD",
    "BMPIMAGE": "BMPIMAGE",
    "CERTIFICATE": "CERTIFICATE",
    "CONFIG": "CONFIG",
    "CSV": "CSV",
    "EXCEL": "EXCEL",
    "FLASH": "FLASH",
    "FREEMARKER": "FREEMARKER",
    "GIFIMAGE": "GIFIMAGE",
    "GZIP": "GZIP",
    "HTMLDOC": "HTMLDOC",
    "ICON": "ICON",
    "JAVASCRIPT": "JAVASCRIPT",
    "JPGIMAGE": "JPGIMAGE",
    "JSON": "JSON",
    "MESSAGERFC": "MESSAGERFC",
    "MP3": "MP3",
    "MPEGMOVIE": "MPEGMOVIE",
    "MSPROJECT": "MSPROJECT",
    "PDF": "PDF",
    "PJPGIMAGE": "PJPGIMAGE",
    "PLAINTEXT": "PLAINTEXT",
    "PNGIMAGE": "PNGIMAGE",
    "POSTSCRIPT": "POSTSCRIPT",
    "POWERPOINT": "POWERPOINT",
    "QUICKTIME": "QUICKTIME",
    "RTF": "RTF",
    "SCSS": "SCSS",
    "SMS": "SMS",
    "STYLESHEET": "STYLESHEET",
    "SVG": "SVG",
    "TAR": "TAR",
    "TIFFIMAGE": "TIFFIMAGE",
    "VISIO": "VISIO",
    "WEBAPPPAGE": "WEBAPPPAGE",
    "WEBAPPSCRIPT": "WEBAPPSCRIPT",
    "WORD": "WORD",
    "XMLDOC": "XMLDOC",
    "XSD": "XSD",
    "ZIP": "ZIP"
  },
  "Encoding": {
    "UTF_8": "UTF-8",
    "WINDOWS_1252": "windows-1252",
    "ISO_8859_1": "ISO-8859-1",
    "GB18030": "GB18030",
    "SHIFT_JIS": "SHIFT_JIS",
    "MAC_ROMAN": "MacRoman",
    "GB2312": "GB2312",
    "BIG5": "Big5"
  },
  "NameConflictResolution": {
    "FAIL": "FAIL",
    "OVERWRITE": "OVERWRITE",
    "OVERWRITE_CONTENT_AND_ATTRIBUTES": "OVERWRITE_CONTENT_AND_ATTRIBUTES",
    "RENAME_TO_UNIQUE": "RENAME_TO_UNIQUE"
  }
}

fileGet

Returns information about and (optionally) the contents of a file stored in the NetSuite File Cabinet.


Parameters

id: The internal ID of the file to be retrieved. Required.

returnContent: A boolean value indicating if the file's content should be returned. Default is true. Optional.


Sample Request
{
  "procedure": "fileGet",
  "id": 229551,
  "returnContent": false
}

Sample Response
{
  "file": {
    "info": {
      "type": "file.File",
      "id": "229551",
      "name": "B763451.media.blouse.jpg",
      "description": null,
      "path": "Web Site Hosting Files/Live Hosting Files/assets/all-item-images/B763451.media.blouse.jpg",
      "url": "/core/media/media.nl?id=229551&c=999999&h=7vD3PtxHdH8tHPYFCpzHLdGWevLSpbTokjErOqyttRcRV2Nw",
      "folder": 53179,
      "fileType": "JPGIMAGE",
      "isText": false,
      "size": 23972,
      "encoding": "UTF-8",
      "isInactive": false,
      "isOnline": true
    }
  }
}

fileUpdate

Used to update information about an existing file that is stored in the NetSuite File Cabinet. See above for important limitations of this procedure.


Parameters

id: The internal ID of the file to be updated. Required.

name: The updated name of the file. Optional.

description: A description of the file. Optional.

encoding: The character encoding of the file. For example, UTF-8. For supported encoding values, see the "Encoding" attribute of the fileEnumerate procedure's response. Required.

isInactive: Indicates the inactive status of the file. By default, inactive files do not appear in the NetSuiteUI, unless the Show Inactives option is selected. The default value is False. Optional.

isOnline: Indicates if the file is to be accessible by external users, who are not logged into NetSuite. This is equivalent to the "Available without Login" option within the NetSuite UI. The default value is False. Optional.

returnContent: A boolean value indicating if the file's content should be returned. Default is false. Optional.


Sample Request
{
  "procedure": "fileUpdate",
  "id": 367578,
  "name": "test-20221102-1242.txt",
  "description": "An updated test file.",
  "encoding": "UTF-8",
  "isOnline": false,
  "returnContent": true
}

Sample Response
{
  "file": {
    "info": {
      "type": "file.File",
      "id": "367578",
      "name": "test-20221102-1242.txt",
      "description": "An updated test file.",
      "path": "SuiteScripts/test-20221102-1242.txt",
      "url": "/core/media/media.nl?id=367578&c=999999&h=yMyhpyCommBIUBIzj6wOfNWtpd0VgFZt6ETzOiwewBcMcs5q&mv=l9zujnt4&_xt=.txt",
      "folder": -15,
      "fileType": "PLAINTEXT",
      "isText": true,
      "size": 14,
      "encoding": "UTF-8",
      "isInactive": false,
      "isOnline": false
    },
    "content": "VGVzdCBjb250ZW50cy4="
  }
}

folderCreate

Used to create a new folder in the NetSuite File Cabinet.


Parameters

name: The name of the folder to be created. Required.

description: A description of the folder's contents. Optional.

isPrivate: Indicates if the contents of the folder are to be visible only by the owner. Optional. Default is false.

isInactive: Indicates the inactive status of the folder. By default, inactive folders do not appear in the NetSuiteUI, unless the Show Inactives option is selected. The default value is False. Optional.

parent: The internal ID of the folder in the NetSuite File Cabinet in which the folder is to be created. Optional. By default, new folders are created in the root of the File Cabinet.


Sample Request
{
  "procedure": "folderCreate",
  "name": "Test Folder 20221115-955",
  "description": "A test folder.",
  "isPrivate": true,
  "parent": 71998
}

Sample Response
{
  "id": "72308",
  "type": "folder",
  "isDynamic": false,
  "fields": {
    "bundleable": "F",
    "isinactive": "F",
    "isprivate": "T",
    "owner": "1545",
    "parent": "71998",
    "entryformquerystring": "e=T&id=72308",
    "description": "A test folder.",
    "_eml_nkey_": "999999~1545~1064~N",
    "type": "filecabinet",
    "nsapiCT": "1668524177932",
    "sys_id": "4853862751479941",
    "parentofparent": "-15",
    "name": "Test Folder 20221115-955",
    "foldertype": "DEFAULT",
    "id": "72308"
  }
}

folderDelete

Used to delete an existing folder from the NetSuite File Cabinet.


Parameters

folderID: The internal ID of the folder to be deleted. Required. Note that folders are actually a NetSuite record type ("folder"). The ID is the record ID.


Sample Request
{
  "procedure": "folderDelete",
  "id": 72502
}

Sample Response
{
  "status": "deleted"
}

folderUpdate

Used to update a folder in the NetSuite File Cabinet.


Parameters

id: The internal ID of the folder to be updated. Required. Note that folders are actually a NetSuite record type ("folder"). The ID is the record ID.

name: The updated name of the folder. Optional.

description: A description of the folder's contents. Optional.

isPrivate: Indicates if the contents of the folder are to be visible only by the owner. Optional. Default is false.

isInactive: Indicates the inactive status of the folder. By default, inactive folders do not appear in the NetSuiteUI, unless the Show Inactives option is selected. The default value is False. Optional.


Sample Request
{
  "procedure": "folderUpdate",
  "id": 72306,
  "name": "Test Folder Updated",
  "description": "Description updated",
  "isPrivate": true,
  "isInactive": true
}

Sample Response
{
  "id": "72306",
  "type": "folder",
  "isDynamic": false,
  "fields": {
    "bundleable": "F",
    "isinactive": "T",
    "isprivate": "T",
    "owner": "1545",
    "parent": "71998",
    "entryformquerystring": "e=T&id=72306",
    "description": "Description updated",
    "_eml_nkey_": "999999~1545~1064~N",
    "type": "filecabinet",
    "nsapiCT": "1668534165359",
    "sys_id": "4863850162666235",
    "parentofparent": "-15",
    "name": "Test Folder Updated!",
    "foldertype": "DEFAULT",
    "id": "72306"
  }
}

queryEnumerate

Enumerates the SuiteScript N/query module, providing information about the operators, functions, datatypes, etc that are supported.


Parameters

None.


Sample Request
{
  "procedure": "queryEnumerate"
}

Sample Response
{
  "Operator": {
    "AFTER": "AFTER",
    "AFTER_NOT": "AFTER_NOT",
    "ANY_OF": "ANY_OF",
    "ANY_OF_NOT": "ANY_OF_NOT",
    "BEFORE": "BEFORE",
    "BEFORE_NOT": "BEFORE_NOT",
    "BETWEEN": "BETWEEN",
    "BETWEEN_NOT": "BETWEEN_NOT",
    "CONTAIN": "CONTAIN",
    "CONTAIN_NOT": "CONTAIN_NOT",
    "EMPTY": "EMPTY",
    "EMPTY_NOT": "EMPTY_NOT",
    "ENDWITH": "ENDWITH",
    "ENDWITH_NOT": "ENDWITH_NOT",
    "EQUAL": "EQUAL",
    "EQUAL_NOT": "EQUAL_NOT",
    "EXCLUDE_ALL": "MN_EXCLUDE",
    "EXCLUDE_ANY": "MN_EXCLUDE_ALL",
    "EXCLUDE_EXACTLY": "MN_EXCLUDE_EXACTLY",
    "INCLUDE_ALL": "MN_INCLUDE_ALL",
    "INCLUDE_ANY": "MN_INCLUDE",
    "INCLUDE_EXACTLY": "MN_INCLUDE_EXACTLY",
    "GREATER": "GREATER",
    "GREATER_NOT": "GREATER_NOT",
    "GREATER_OR_EQUAL": "GREATER_OR_EQUAL",
    "GREATER_OR_EQUAL_NOT": "GREATER_OR_EQUAL_NOT",
    "IS": "IS",
    "IS_NOT": "IS_NOT",
    "LESS": "LESS",
    "LESS_NOT": "LESS_NOT",
    "LESS_OR_EQUAL": "LESS_OR_EQUAL",
    "LESS_OR_EQUAL_NOT": "LESS_OR_EQUAL_NOT",
    "ON": "ON",
    "ON_NOT": "ON_NOT",
    "ON_OR_AFTER": "ON_OR_AFTER",
    "ON_OR_AFTER_NOT": "ON_OR_AFTER_NOT",
    "ON_OR_BEFORE": "ON_OR_BEFORE",
    "ON_OR_BEFORE_NOT": "ON_OR_BEFORE_NOT",
    "START_WITH": "START_WITH",
    "START_WITH_NOT": "START_WITH_NOT",
    "WITHIN": "WITHIN",
    "WITHIN_NOT": "WITHIN_NOT"
  },
  "Aggregate": {
    "AVERAGE": "AVERAGE",
    "AVERAGE_DISTINCT": "AVERAGE_DISTINCT",
    "COUNT": "COUNT",
    "COUNT_DISTINCT": "COUNT_DISTINCT",
    "MEDIAN": "MEDIAN",
    "MAXIMUM": "MAXIMUM",
    "MAXIMUM_DISTINCT": "MAXIMUM_DISTINCT",
    "MINIMUM": "MINIMUM",
    "MINIMUM_DISTINCT": "MINIMUM_DISTINCT",
    "SUM": "SUM",
    "SUM_DISTINCT": "SUM_DISTINCT"
  },
  "ReturnType": {
    "BOOLEAN": "BOOLEAN",
    "DATE": "DATE",
    "DATETIME": "DATETIME",
    "FLOAT": "FLOAT",
    "INTEGER": "INTEGER",
    "STRING": "STRING",
    "DURATION": "DURATION",
    "CURRENCY": "CURRENCY",
    "KEY": "KEY",
    "RELATIONSHIP": "RELATIONSHIP",
    "ANY": "ANY",
    "CLOBTEXT": "CLOBTEXT",
    "PERCENT": "PERCENT",
    "UNKNOWN": "UNKNOWN"
  },
  "RelativeDateRange": {
    "NEXT_ONE_QUARTER": {
      "dateId": "NOQ"
    },
    "NEXT_ONE_HALF": {
      "dateId": "NOH"
    },
    "NEXT_ONE_YEAR": {
      "dateId": "NOY"
    },
    "SAME_MONTH_LAST_FISCAL_QUARTER": {
      "dateId": "SMLFQ"
    },
    "SAME_MONTH_LAST_FISCAL_YEAR": {
      "dateId": "SMLFY"
    },
    "SAME_FISCAL_QUARTER_LAST_FISCAL_YEAR": {
      "dateId": "SFQLFY"
    },
    "SAME_WEEK_LAST_FISCAL_YEAR": {
      "dateId": "SWLFY"
    },
    "SAME_DAY_LAST_WEEK": {
      "dateId": "SDLW"
    },
    "SAME_DAY_WEEK_BEFORE_LAST": {
      "dateId": "SDWBL"
    },
    "SAME_DAY_LAST_MONTH": {
      "dateId": "SDLM"
    },
    "SAME_DAY_MONTH_BEFORE_LAST": {
      "dateId": "SDMBL"
    },
    "SAME_DAY_LAST_FISCAL_QUARTER": {
      "dateId": "SDLFQ"
    },
    "SAME_DAY_FISCAL_QUARTER_BEFORE_LAST": {
      "dateId": "SDFQBL"
    },
    "SAME_DAY_LAST_FISCAL_YEAR": {
      "dateId": "SDLFY"
    },
    "SAME_FISCAL_HALF_LAST_FISCAL_YEAR": {
      "dateId": "SFHLFY"
    },
    "SAME_MONTH_FISCAL_QUARTER_BEFORE_LAST": {
      "dateId": "SMFQBL"
    },
    "SAME_MONTH_FISCAL_YEAR_BEFORE_LAST": {
      "dateId": "SMFYBL"
    },
    "SAME_WEEK_FISCAL_YEAR_BEFORE_LAST": {
      "dateId": "SWFYBL"
    },
    "SAME_DAY_FISCAL_YEAR_BEFORE_LAST": {
      "dateId": "SDFYBL"
    },
    "SAME_FISCAL_QUARTER_FISCAL_YEAR_BEFORE_LAST": {
      "dateId": "SFQFYBL"
    },
    "SAME_MONTH_LAST_FISCAL_QUARTER_TO_DATE": {
      "dateId": "SMLFQTD"
    },
    "SAME_MONTH_LAST_FISCAL_YEAR_TO_DATE": {
      "dateId": "SMLFYTD"
    },
    "SAME_FISCAL_QUARTER_LAST_FISCAL_YEAR_TO_DATE": {
      "dateId": "SFQLFYTD"
    },
    "SAME_FISCAL_HALF_LAST_FISCAL_YEAR_TO_DATE": {
      "dateId": "SFHLFYTD"
    },
    "WEEK_BEFORE_LAST": {
      "dateId": "WBL"
    },
    "MONTH_BEFORE_LAST": {
      "dateId": "MBL"
    },
    "WEEK_AFTER_NEXT": {
      "dateId": "WAN"
    },
    "MONTH_AFTER_NEXT": {
      "dateId": "MAN"
    },
    "FISCAL_QUARTER_BEFORE_LAST": {
      "dateId": "FQBL"
    },
    "FISCAL_HALF_BEFORE_LAST": {
      "dateId": "FHBL"
    },
    "FISCAL_YEAR_BEFORE_LAST": {
      "dateId": "FYBL"
    },
    "THREE_MONTHS_AGO": {
      "dateId": "MB"
    },
    "THREE_FISCAL_QUARTERS_AGO": {
      "dateId": "FQB"
    },
    "THREE_FISCAL_YEARS_AGO": {
      "dateId": "FYB"
    },
    "THREE_MONTHS_AGO_TO_DATE": {
      "dateId": "MBTD"
    },
    "THREE_FISCAL_QUARTERS_AGO_TO_DATE": {
      "dateId": "FQBTD"
    },
    "THREE_FISCAL_YEARS_AGO_TO_DATE": {
      "dateId": "FYBTD"
    },
    "WEEK_BEFORE_LAST_TO_DATE": {
      "dateId": "WBLTD"
    },
    "WEEK_AFTER_NEXT_TO_DATE": {
      "dateId": "WANTD"
    },
    "MONTH_BEFORE_LAST_TO_DATE": {
      "dateId": "MBLTD"
    },
    "MONTH_AFTER_NEXT_TO_DATE": {
      "dateId": "MANTD"
    },
    "FISCAL_QUARTER_BEFORE_LAST_TO_DATE": {
      "dateId": "FQBLTD"
    },
    "FISCAL_HALF_BEFORE_LAST_TO_DATE": {
      "dateId": "FHBLTD"
    },
    "FISCAL_YEAR_BEFORE_LAST_TO_DATE": {
      "dateId": "FYBLTD"
    },
    "LAST_MONTH_ONE_FISCAL_QUARTER_AGO": {
      "dateId": "LMLFQ"
    },
    "LAST_MONTH_ONE_FISCAL_YEAR_AGO": {
      "dateId": "LMLFY"
    },
    "LAST_FISCAL_QUARTER_ONE_FISCAL_YEAR_AGO": {
      "dateId": "LFQLFY"
    },
    "LAST_FISCAL_HALF_ONE_FISCAL_YEAR_AGO": {
      "dateId": "LFHLFY"
    },
    "LAST_MONTH_TWO_FISCAL_QUARTERS_AGO": {
      "dateId": "LMFQBL"
    },
    "LAST_MONTH_TWO_FISCAL_YEARS_AGO": {
      "dateId": "LMFYBL"
    },
    "LAST_FISCAL_QUARTER_TWO_FISCAL_YEARS_AGO": {
      "dateId": "LFQFYBL"
    },
    "PREVIOUS_MONTHS_THIS_FISCAL_QUARTER": {
      "dateId": "PMTFQ"
    },
    "PREVIOUS_MONTHS_LAST_FISCAL_QUARTER": {
      "dateId": "PMLFQ"
    },
    "PREVIOUS_MONTHS_SAME_FISCAL_QUARTER_LAST_FISCAL_YEAR": {
      "dateId": "PMSFQLFY"
    },
    "PREVIOUS_MONTHS_THIS_FISCAL_HALF": {
      "dateId": "PMTFH"
    },
    "PREVIOUS_MONTHS_LAST_FISCAL_HALF": {
      "dateId": "PMLFH"
    },
    "PREVIOUS_MONTHS_SAME_FISCAL_HALF_LAST_FISCAL_YEAR": {
      "dateId": "PMSFHLFY"
    },
    "PREVIOUS_MONTHS_THIS_FISCAL_YEAR": {
      "dateId": "PMTFY"
    },
    "PREVIOUS_MONTHS_LAST_FISCAL_YEAR": {
      "dateId": "PMLFY"
    },
    "PREVIOUS_FISCAL_QUARTERS_THIS_FISCAL_YEAR": {
      "dateId": "PQTFY"
    },
    "PREVIOUS_FISCAL_QUARTERS_LAST_FISCAL_YEAR": {
      "dateId": "PQLFY"
    },
    "TODAY": {
      "dateId": "TODAY"
    },
    "YESTERDAY": {
      "dateId": "YESTERDAY"
    },
    "TWO_DAYS_AGO": {
      "dateId": "DAGO2"
    },
    "THREE_DAYS_AGO": {
      "dateId": "DAGO3"
    },
    "FOUR_DAYS_AGO": {
      "dateId": "DAGO4"
    },
    "FIVE_DAYS_AGO": {
      "dateId": "DAGO5"
    },
    "TEN_DAYS_AGO": {
      "dateId": "DAGO10"
    },
    "THIRTY_DAYS_AGO": {
      "dateId": "DAGO30"
    },
    "SIXTY_DAYS_AGO": {
      "dateId": "DAGO60"
    },
    "NINETY_DAYS_AGO": {
      "dateId": "DAGO90"
    },
    "TWO_DAYS_FROM_NOW": {
      "dateId": "DFN2"
    },
    "THREE_DAYS_FROM_NOW": {
      "dateId": "DFN3"
    },
    "FOUR_DAYS_FROM_NOW": {
      "dateId": "DFN4"
    },
    "FIVE_DAYS_FROM_NOW": {
      "dateId": "DFN5"
    },
    "TEN_DAYS_FROM_NOW": {
      "dateId": "DFN10"
    },
    "THIRTY_DAYS_FROM_NOW": {
      "dateId": "DFN30"
    },
    "SIXTY_DAYS_FROM_NOW": {
      "dateId": "DFN60"
    },
    "NINETY_DAYS_FROM_NOW": {
      "dateId": "DFN90"
    },
    "TOMORROW": {
      "dateId": "TOMORROW"
    },
    "PREVIOUS_ONE_DAY": {
      "dateId": "OD"
    },
    "LAST_WEEK": {
      "dateId": "LW"
    },
    "LAST_BUSINESS_WEEK": {
      "dateId": "LBW"
    },
    "LAST_WEEK_TO_DATE": {
      "dateId": "LWTD"
    },
    "THIS_WEEK": {
      "dateId": "TW"
    },
    "THIS_BUSINESS_WEEK": {
      "dateId": "TBW"
    },
    "THIS_WEEK_TO_DATE": {
      "dateId": "TWTD"
    },
    "PREVIOUS_ONE_WEEK": {
      "dateId": "OW"
    },
    "NEXT_WEEK": {
      "dateId": "NW"
    },
    "NEXT_BUSINESS_WEEK": {
      "dateId": "NBW"
    },
    "LAST_MONTH": {
      "dateId": "LM"
    },
    "LAST_MONTH_TO_DATE": {
      "dateId": "LMTD"
    },
    "THIS_MONTH_TO_DATE": {
      "dateId": "TMTD"
    },
    "THIS_MONTH": {
      "dateId": "TM"
    },
    "TODAY_TO_END_OF_THIS_MONTH": {
      "dateId": "TODAYTTM"
    },
    "PREVIOUS_ONE_MONTH": {
      "dateId": "OM"
    },
    "NEXT_MONTH": {
      "dateId": "NM"
    },
    "LAST_YEAR": {
      "dateId": "LY"
    },
    "LAST_YEAR_TO_DATE": {
      "dateId": "LYTD"
    },
    "THIS_YEAR": {
      "dateId": "TY"
    },
    "THIS_YEAR_TO_DATE": {
      "dateId": "TYTD"
    },
    "NEXT_FOUR_WEEKS": {
      "dateId": "N4W"
    },
    "FOUR_WEEKS_STARTING_THIS_WEEK": {
      "dateId": "TWN3W"
    },
    "LAST_FISCAL_QUARTER": {
      "dateId": "LFQ"
    },
    "LAST_FISCAL_QUARTER_TO_DATE": {
      "dateId": "LFQTD"
    },
    "THIS_FISCAL_QUARTER": {
      "dateId": "TFQ"
    },
    "THIS_FISCAL_QUARTER_TO_DATE": {
      "dateId": "TFQTD"
    },
    "NEXT_FISCAL_QUARTER": {
      "dateId": "NFQ"
    },
    "LAST_FISCAL_HALF": {
      "dateId": "LFH"
    },
    "LAST_FISCAL_HALF_TO_DATE": {
      "dateId": "LFHTD"
    },
    "THIS_FISCAL_HALF": {
      "dateId": "TFH"
    },
    "THIS_FISCAL_HALF_TO_DATE": {
      "dateId": "TFHTD"
    },
    "NEXT_FISCAL_HALF": {
      "dateId": "NFH"
    },
    "LAST_FISCAL_YEAR": {
      "dateId": "LFY"
    },
    "LAST_FISCAL_YEAR_TO_DATE": {
      "dateId": "LFYTD"
    },
    "THIS_FISCAL_YEAR": {
      "dateId": "TFY"
    },
    "THIS_FISCAL_YEAR_TO_DATE": {
      "dateId": "TFYTD"
    },
    "THIS_ROLLING_QUARTER": {
      "dateId": "TRQ"
    },
    "PREVIOUS_ROLLING_QUARTER": {
      "dateId": "PRQ"
    },
    "LAST_ROLLING_QUARTER": {
      "dateId": "LRQ"
    },
    "THIS_ROLLING_HALF": {
      "dateId": "TRH"
    },
    "PREVIOUS_ROLLING_HALF": {
      "dateId": "PRH"
    },
    "LAST_ROLLING_HALF": {
      "dateId": "LRH"
    },
    "THIS_ROLLING_YEAR": {
      "dateId": "TRY"
    },
    "PREVIOUS_ROLLING_YEAR": {
      "dateId": "PRY"
    },
    "LAST_ROLLING_YEAR": {
      "dateId": "LRY"
    },
    "PREVIOUS_ONE_QUARTER": {
      "dateId": "OQ"
    },
    "PREVIOUS_ONE_HALF": {
      "dateId": "OH"
    },
    "PREVIOUS_ONE_YEAR": {
      "dateId": "OY"
    },
    "ONE_YEAR_BEFORE_LAST": {
      "dateId": "OYBL"
    },
    "NEXT_FISCAL_YEAR": {
      "dateId": "NFY"
    },
    "NEXT_ONE_WEEK": {
      "dateId": "NOW"
    },
    "NEXT_ONE_MONTH": {
      "dateId": "NOM"
    }
  },
  "DateId": {
    "SECONDS_AGO": "sago",
    "MINUTES_AGO": "nago",
    "HOURS_AGO": "hago",
    "DAYS_AGO": "dago",
    "WEEKS_AGO": "wago",
    "MONTHS_AGO": "mago",
    "QUARTERS_AGO": "qago",
    "YEARS_AGO": "yago",
    "SECONDS_FROM_NOW": "sfn",
    "MINUTES_FROM_NOW": "nfn",
    "HOURS_FROM_NOW": "hfn",
    "DAYS_FROM_NOW": "dfn",
    "WEEKS_FROM_NOW": "wfn",
    "MONTHS_FROM_NOW": "mfn",
    "QUARTERS_FROM_NOW": "qfn",
    "YEARS_FROM_NOW": "yfn"
  },
  "FieldContext": {
    "RAW": "RAW",
    "DISPLAY": "DISPLAY",
    "HIERARCHY": "HIERARCHY",
    "HIERARCHY_IDENTIFIER": "HIERARCHY_IDENTIFIER",
    "SIGN_CONSOLIDATED": "SIGN_CONSOLIDATED",
    "CURRENCY_CONSOLIDATED": "CURRENCY_CONSOLIDATED",
    "CONVERTED": "CONVERTED"
  },
  "PeriodType": {
    "START": "START",
    "END": "END"
  },
  "PeriodAdjustment": {
    "NOT_LAST": "NOT_LAST",
    "ALL": "ALL"
  },
  "PeriodCode": {
    "FIRST_FISCAL_QUARTER_LAST_FY": "Q1LFY",
    "FIRST_FISCAL_QUARTER_THIS_FY": "Q1TFY",
    "FISCAL_QUARTER_BEFORE_LAST": "QBL",
    "FISCAL_YEAR_BEFORE_LAST": "FYBL",
    "FOURTH_FISCAL_QUARTER_LAST_FY": "Q4LFY",
    "FOURTH_FISCAL_QUARTER_THIS_FY": "Q4TFY",
    "LAST_FISCAL_QUARTER": "LQ",
    "LAST_FISCAL_QUARTER_ONE_FISCAL_YEAR_AGO": "LQOLFY",
    "LAST_FISCAL_QUARTER_TO_PERIOD": "LFQTP",
    "LAST_FISCAL_YEAR": "LFY",
    "LAST_FISCAL_YEAR_TO_PERIOD": "LFYTP",
    "LAST_PERIOD": "LP",
    "LAST_PERIOD_ONE_FISCAL_QUARTER_AGO": "LPOLQ",
    "LAST_PERIOD_ONE_FISCAL_YEAR_AGO": "LPOLFY",
    "LAST_ROLLING_18_PERIODS": "LR18FP",
    "LAST_ROLLING_6_FISCAL_QUARTERS": "LR6FQ",
    "PERIOD_BEFORE_LAST": "PBL",
    "SAME_FISCAL_QUARTER_LAST_FY": "TQOLFY",
    "SAME_FISCAL_QUARTER_LAST_FY_TO_PERIOD": "TFQOLFYTP",
    "SAME_PERIOD_LAST_FY": "TPOLFY",
    "SAME_PERIOD_LAST_FISCAL_QUARTER": "TPOLQ",
    "SECOND_FISCAL_QUARTER_LAST_FY": "Q2LFY",
    "SECOND_FISCAL_QUARTER_THIS_FY": "Q2TFY",
    "THIRD_FISCAL_QUARTER_LAST_FY": "Q3LFY",
    "THIRD_FISCAL_QUARTER_THIS_FY": "Q3TFY",
    "THIS_FISCAL_QUARTER": "TQ",
    "THIS_FISCAL_QUARTER_TO_PERIOD": "TFQTP",
    "THIS_FISCAL_YEAR": "TFY",
    "THIS_FISCAL_YEAR_TO_PERIOD": "TFYTP",
    "THIS_PERIOD": "TP"
  },
  "SortLocale": {
    "ARABIC": "ARABIC",
    "ARABIC_MATCH": "ARABIC_MATCH",
    "ARABIC_ABJ_SORT": "ARABIC_ABJ_SORT",
    "ARABIC_ABJ_MATCH": "ARABIC_ABJ_MATCH",
    "ASCII7": "ASCII7",
    "AZERBAIJANI": "AZERBAIJANI",
    "BENGALI": "BENGALI",
    "BIG5": "BIG5",
    "BINARY": "BINARY",
    "BULGARIAN": "BULGARIAN",
    "CATALAN": "CATALAN",
    "CROATIAN": "CROATIAN",
    "CZECH": "CZECH",
    "CZECH_PUNCTUATION": "CZECH_PUNCTUATION",
    "DANISH": "DANISH",
    "DUTCH": "DUTCH",
    "EBCDIC": "EBCDIC",
    "EEC_EURO": "EEC_EURO",
    "EEC_EUROPA3": "EEC_EUROPA3",
    "ESTONIAN": "ESTONIAN",
    "FINNISH": "FINNISH",
    "FRENCH": "FRENCH",
    "GERMAN": "GERMAN",
    "GERMAN_DIN": "GERMAN_DIN",
    "GBK": "GBK",
    "GREEK": "GREEK",
    "HEBREW": "HEBREW",
    "HKSCS": "HKSCS",
    "HUNGARIAN": "HUNGARIAN",
    "ICELANDIC": "ICELANDIC",
    "INDONESIAN": "INDONESIAN",
    "ITALIAN": "ITALIAN",
    "LATIN": "LATIN",
    "LATVIAN": "LATVIAN",
    "LITHUANIAN": "LITHUANIAN",
    "MALAY": "MALAY",
    "NORWEGIAN": "NORWEGIAN",
    "POLISH": "POLISH",
    "PUNCTUATION": "PUNCTUATION",
    "ROMANIAN": "ROMANIAN",
    "RUSSIAN": "RUSSIAN",
    "SLOVAK": "SLOVAK",
    "SLOVENIAN": "SLOVENIAN",
    "SPANISH": "SPANISH",
    "SWEDISH": "SWEDISH",
    "SWISS": "SWISS",
    "TURKISH": "TURKISH",
    "UKRAINIAN": "UKRAINIAN",
    "UNICODE_BINARY": "UNICODE_BINARY",
    "VIETNAMESE": "VIETNAMESE",
    "WEST_EUROPEAN": "WEST_EUROPEAN",
    "ARABIC_CI": "ARABIC_CI",
    "ARABIC_MATCH_CI": "ARABIC_MATCH_CI",
    "ARABIC_ABJ_SORT_CI": "ARABIC_ABJ_SORT_CI",
    "ARABIC_ABJ_MATCH_CI": "ARABIC_ABJ_MATCH_CI",
    "ASCII7_CI": "ASCII7_CI",
    "AZERBAIJANI_CI": "AZERBAIJANI_CI",
    "BENGALI_CI": "BENGALI_CI",
    "BIG5_CI": "BIG5_CI",
    "BINARY_CI": "BINARY_CI",
    "BULGARIAN_CI": "BULGARIAN_CI",
    "CATALAN_CI": "CATALAN_CI",
    "CROATIAN_CI": "CROATIAN_CI",
    "CZECH_CI": "CZECH_CI",
    "CZECH_PUNCTUATION_CI": "CZECH_PUNCTUATION_CI",
    "DANISH_CI": "DANISH_CI",
    "DUTCH_CI": "DUTCH_CI",
    "EBCDIC_CI": "EBCDIC_CI",
    "EEC_EURO_CI": "EEC_EURO_CI",
    "EEC_EUROPA3_CI": "EEC_EUROPA3_CI",
    "ESTONIAN_CI": "ESTONIAN_CI",
    "FINNISH_CI": "FINNISH_CI",
    "FRENCH_CI": "FRENCH_CI",
    "GERMAN_CI": "GERMAN_CI",
    "GERMAN_DIN_CI": "GERMAN_DIN_CI",
    "GBK_CI": "GBK_CI",
    "GREEK_CI": "GREEK_CI",
    "HEBREW_CI": "HEBREW_CI",
    "HKSCS_CI": "HKSCS_CI",
    "HUNGARIAN_CI": "HUNGARIAN_CI",
    "ICELANDIC_CI": "ICELANDIC_CI",
    "INDONESIAN_CI": "INDONESIAN_CI",
    "ITALIAN_CI": "ITALIAN_CI",
    "LATIN_CI": "LATIN_CI",
    "LATVIAN_CI": "LATVIAN_CI",
    "LITHUANIAN_CI": "LITHUANIAN_CI",
    "MALAY_CI": "MALAY_CI",
    "NORWEGIAN_CI": "NORWEGIAN_CI",
    "POLISH_CI": "POLISH_CI",
    "PUNCTUATION_CI": "PUNCTUATION_CI",
    "ROMANIAN_CI": "ROMANIAN_CI",
    "RUSSIAN_CI": "RUSSIAN_CI",
    "SLOVAK_CI": "SLOVAK_CI",
    "SLOVENIAN_CI": "SLOVENIAN_CI",
    "SPANISH_CI": "SPANISH_CI",
    "SWEDISH_CI": "SWEDISH_CI",
    "SWISS_CI": "SWISS_CI",
    "TURKISH_CI": "TURKISH_CI",
    "UKRAINIAN_CI": "UKRAINIAN_CI",
    "UNICODE_BINARY_CI": "UNICODE_BINARY_CI",
    "VIETNAMESE_CI": "VIETNAMESE_CI",
    "WEST_EUROPEAN_CI": "WEST_EUROPEAN_CI",
    "FRENCH_AI": "FRENCH_AI",
    "GERMAN_AI": "GERMAN_AI",
    "GERMAN_DIN_AI": "GERMAN_DIN_AI",
    "GBK_AI": "GBK_AI",
    "GREEK_AI": "GREEK_AI",
    "HEBREW_AI": "HEBREW_AI",
    "HKSCS_AI": "HKSCS_AI",
    "HUNGARIAN_AI": "HUNGARIAN_AI",
    "ICELANDIC_AI": "ICELANDIC_AI",
    "INDONESIAN_AI": "INDONESIAN_AI",
    "ITALIAN_AI": "ITALIAN_AI",
    "LATIN_AI": "LATIN_AI",
    "LATVIAN_AI": "LATVIAN_AI",
    "LITHUANIAN_AI": "LITHUANIAN_AI",
    "MALAY_AI": "MALAY_AI",
    "NORWEGIAN_AI": "NORWEGIAN_AI",
    "POLISH_AI": "POLISH_AI",
    "PUNCTUATION_AI": "PUNCTUATION_AI",
    "ROMANIAN_AI": "ROMANIAN_AI",
    "RUSSIAN_AI": "RUSSIAN_AI",
    "SLOVAK_AI": "SLOVAK_AI",
    "SLOVENIAN_AI": "SLOVENIAN_AI",
    "SPANISH_AI": "SPANISH_AI",
    "SWEDISH_AI": "SWEDISH_AI",
    "SWISS_AI": "SWISS_AI",
    "TURKISH_AI": "TURKISH_AI",
    "UKRAINIAN_AI": "UKRAINIAN_AI",
    "UNICODE_BINARY_AI": "UNICODE_BINARY_AI",
    "VIETNAMESE_AI": "VIETNAMESE_AI",
    "WEST_EUROPEAN_AI": "WEST_EUROPEAN_AI",
    "CANADIAN_M": "CANADIAN_M",
    "DANISH_M": "DANISH_M",
    "FRENCH_M": "FRENCH_M",
    "GENERIC_M": "GENERIC_M",
    "JAPANESE_M": "JAPANESE_M",
    "KOREAN_M": "KOREAN_M",
    "SPANISH_M": "SPANISH_M",
    "THAI_M": "THAI_M",
    "SCHINESE_RADICAL_M": "SCHINESE_RADICAL_M",
    "SCHINESE_STROKE_M": "SCHINESE_STROKE_M",
    "SCHINESE_PINYIN_M": "SCHINESE_PINYIN_M",
    "TCHINESE_RADICAL_M": "TCHINESE_RADICAL_M",
    "CS_CZ": "CS_CZ",
    "DA_DK": "DA_DK",
    "DE_DE": "DE_DE",
    "EN": "EN",
    "EN_AU": "EN_AU",
    "EN_CA": "EN_CA",
    "EN_GB": "EN_GB",
    "EN_US": "EN_US",
    "ES_AR": "ES_AR",
    "ES_ES": "ES_ES",
    "FI_FI": "FI_FI",
    "FR_CA": "FR_CA",
    "FR_FR": "FR_FR",
    "HE_IL": "HE_IL",
    "ID_ID": "ID_ID",
    "IT_IT": "IT_IT",
    "JA_JP": "JA_JP",
    "KO_KR": "KO_KR",
    "NL_NL": "NL_NL",
    "NO_NO": "NO_NO",
    "PT_BR": "PT_BR",
    "RU_RU": "RU_RU",
    "SV_SE": "SV_SE",
    "TH_TH": "TH_TH",
    "TR_TR": "TR_TR",
    "VI_VN": "VI_VN",
    "ZH_CN": "ZH_CN",
    "ZH_TW": "ZH_TW",
    "TCHINESE_STROKE_M": "TCHINESE_STROKE_M"
  },
  "Type": {
    "CATEGORY1099MISC": "category1099misc",
    "ACCOUNTING_CONTEXT": "accountingcontext",
    "ACCOUNTING_PERIOD": "accountingperiod",
    "ACTIVITY": "activity",
    "ADDRESS_BOOK": "addressbook",
    "TRANSACTION_ADDRESSBOOK": "transactionaddressbook",
    "TRANSACTION_BILLING_ADDRESSBOOK": "transactionbillingaddressbook",
    "TRANSACTION_PAYEE_ADDRESSBOOK": "transactionpayeeaddressbook",
    "TRANSACTION_RETURN_ADDRESSBOOK": "transactionreturnaddressbook",
    "TRANSACTION_SHIPPING_ADDRESSBOOK": "transactionshippingaddressbook",
    "ALLOCATION_METHOD": "allocationmethod",
    "SITE_AUDIENCE": "siteaudience",
    "BILL_RUN": "billrun",
    "BILL_RUN_SCHEDULE": "billrunschedule",
    "BULK_PROC_SUBMISSION": "bulkprocsubmission",
    "BUSINESS_EVENTS_PROCESSING_HISTORY": "businesseventsprocessinghistory",
    "SEARCH_CAMPAIGN": "searchcampaign",
    "CAMPAIGN_EVENT": "campaignevent",
    "CMSPAGETYPE": "cmspagetype",
    "COMMERCE_CATEGORY": "commercecategory",
    "COMMERCE_SEARCH_ACTIVITY_DATA": "commercesearchactivitydata",
    "CUSTOM_FIELD2": "customfield2",
    "CUSTOM_RECORD_TYPE": "customrecordtype",
    "MEDIA_ITEM_FOLDER": "mediaitemfolder",
    "DUAL": "dual",
    "EMPLOYEE": "employee",
    "EMPLOYEE_SUBSIDIARY_RELATIONSHIP": "employeesubsidiaryrelationship",
    "SYSTEM_NOTE_FIELD": "systemnotefield",
    "FILE": "file",
    "FISCAL_CALENDAR": "fiscalcalendar",
    "GIFT_CERTIFICATE": "giftcertificate",
    "COM_SEARCH_GROUP_SYNONYM": "comsearchgroupsynonym",
    "INVENTORY_BALANCE": "inventorybalance",
    "GENERALIZED_ITEM": "generalizeditem",
    "ITEM": "item",
    "INVT_ITEM_PRICE_HISTORY": "invtitempricehistory",
    "ITEM_SEGMENT_INCLUDING_SYNTHETIC": "itemsegmentincludingsynthetic",
    "NOTE": "note",
    "USER_AUTHORIZATION_CONSENT": "userauthorizationconsent",
    "COM_SEARCH_ONE_WAY_SYNONYM": "comsearchonewaysynonym",
    "SHIPPING_PACKAGE": "shippingpackage",
    "PERIOD_CLOSING_TASK": "periodclosingtask",
    "PRICING": "pricing",
    "PRICING_WITH_CUSTOMERS": "pricingwithcustomers",
    "RECENT_RECORD": "recentrecord",
    "SCRIPT_CUSTOM_RECORD_TYPE": "scriptcustomrecordtype",
    "SCRIPT_RECORD_TYPE": "scriptrecordtype",
    "SALES_INVOICED": "salesinvoiced",
    "SALES_ORDERED": "salesordered",
    "USRSAVEDSEARCH": "usrsavedsearch",
    "INVENTORY_NUMBER": "inventorynumber",
    "SHOPPING_CART": "shoppingcart",
    "SITE_CATEGORY": "sitecategory",
    "STATE": "state",
    "SUITE_SCRIPT_DETAIL": "suitescriptdetail",
    "SYSTEM_NOTE": "systemnote",
    "SYSTEM_NOTE2": "systemnote2",
    "TAG": "tag",
    "TRACKING_NUMBER": "trackingnumber",
    "TRANSACTION": "transaction",
    "TRANSACTION_BILLING": "transactionbilling",
    "TRANSACTION_STATUS": "transactionstatus"
  },
  "MetadataProvider": {
    "STATIC": "STATIC",
    "SUITE_QL": "SUITE_QL"
  }
}

queryRun

Returns the results of an arbitrary SuiteQL query.


Parameters

query: The SuiteQL query to run.

params: An array of parameters to use in the SuiteQL query. Optional.


Sample Request
{
  "procedure": "queryRun",
  "query": "SELECT ID, FirstName, LastName, Email FROM Employee WHERE ( IsInactive = ? ) AND ( Email LIKE '%test.com' ) ORDER BY LastName, FirstName",
  "params": [
    "F"
  ]
}

Sample Response
{
  "records": [
    {
      "id": 19,
      "firstname": "Kevin",
      "lastname": "Abernathy",
      "email": "kabernathy@test.com"
    },
    {
      "id": 129,
      "firstname": "Mary",
      "lastname": "Adams",
      "email": "Mary.Adams@test.com"
    },
    {
      "id": 9,
      "firstname": "Trisha",
      "lastname": "Adams",
      "email": "tadams@test.com"
    },
    {
      "id": 1541,
      "firstname": "Lilly",
      "lastname": "Ames",
      "email": "lilly@test.com"
    },
    {
      "id": 1593,
      "firstname": "Robert",
      "lastname": "Augusto",
      "email": "arobert@test.com"
    },
    {
      "id": 1544,
      "firstname": "Sylvia",
      "lastname": "Belanger",
      "email": "sbelanger@test.com"
    },
    {
      "id": 182,
      "firstname": "Spencer",
      "lastname": "Billings",
      "email": "Spencer.Billings@test.com"
    },
    {
      "id": 117,
      "firstname": "Pamela",
      "lastname": "Borone",
      "email": "pamela.borone@test.com"
    },
    {
      "id": 173,
      "firstname": "Quentin",
      "lastname": "Bradley",
      "email": "Quentin.Bradley@test.com"
    },
    {
      "id": 203,
      "firstname": "John",
      "lastname": "Braud",
      "email": "John.Braud@test.com"
    },
    {
      "id": 120,
      "firstname": "Burt",
      "lastname": "Brocus",
      "email": "Burt.Brocus@test.com"
    },
    {
      "id": 39,
      "firstname": "Wes",
      "lastname": "Brown",
      "email": "wbrown@test.com"
    },
    {
      "id": 156,
      "firstname": "Bill",
      "lastname": "Carr",
      "email": "Bill.Carr@test.com"
    },
    {
      "id": 128,
      "firstname": "Tom",
      "lastname": "Carter",
      "email": "Tom.Carter@test.com"
    },
    {
      "id": 179,
      "firstname": "Beth",
      "lastname": "Castle",
      "email": "Beth.Castle@test.com"
    },
    {
      "id": 112,
      "firstname": "Dale",
      "lastname": "Chandler",
      "email": "dale.chandler@test.com"
    },
    {
      "id": 123,
      "firstname": "Ruth",
      "lastname": "Cohen",
      "email": "Ruth.Cohen@test.com"
    },
    {
      "id": 134,
      "firstname": "Peter",
      "lastname": "Collins",
      "email": "Peter.Collins@test.com"
    },
    {
      "id": 189,
      "firstname": "Roberto",
      "lastname": "Como",
      "email": "Roberto.Como@test.com"
    },
    {
      "id": 24,
      "firstname": "Malin",
      "lastname": "Concannon",
      "email": "mconcannon@test.com"
    },
    {
      "id": 26,
      "firstname": "Melissa",
      "lastname": "Cruz",
      "email": "mcruz@test.com"
    },
    {
      "id": 16,
      "firstname": "John",
      "lastname": "Daily",
      "email": "jdaily@test.com"
    },
    {
      "id": 29,
      "firstname": "Mike",
      "lastname": "Daniels",
      "email": "mdaniels@test.com"
    },
    {
      "id": 199,
      "firstname": "Judy",
      "lastname": "Davis",
      "email": "Judy.Davis@test.com"
    },
    {
      "id": 144,
      "firstname": "Griffin",
      "lastname": "Dundermellow",
      "email": "Griffin.Dundermellow@test.com"
    },
    {
      "id": 207,
      "firstname": "Maureen",
      "lastname": "Edwards",
      "email": "Maureen.Edwards@test.com"
    },
    {
      "id": 158,
      "firstname": "Ed",
      "lastname": "Ellis",
      "email": "Ed.Ellis@test.com"
    },
    {
      "id": 147,
      "firstname": "Gino",
      "lastname": "Falco",
      "email": "Gino.Falco@test.com"
    },
    {
      "id": 148,
      "firstname": "James",
      "lastname": "Farinaw",
      "email": "James.Farinaw@test.com"
    },
    {
      "id": 132,
      "firstname": "Matt",
      "lastname": "Fisher",
      "email": "Matt.Fisher@test.com"
    },
    {
      "id": 114,
      "firstname": "Rachel",
      "lastname": "Foster",
      "email": "rachel.foster@test.com"
    },
    {
      "id": 184,
      "firstname": "Sid",
      "lastname": "Foster",
      "email": "Sid.Foster@test.com"
    },
    {
      "id": 167,
      "firstname": "Tim",
      "lastname": "Foster",
      "email": "Tim.Foster@test.com"
    },
    {
      "id": 181,
      "firstname": "Rebecca",
      "lastname": "Fox",
      "email": "Rebecca.Fox@test.com"
    },
    {
      "id": 164,
      "firstname": "Steven",
      "lastname": "Foxxer",
      "email": "Steven.Foxxer@test.com"
    },
    {
      "id": 17,
      "firstname": "Juan",
      "lastname": "Garcia",
      "email": "jgarcia@test.com"
    },
    {
      "id": 160,
      "firstname": "Jack",
      "lastname": "Gates",
      "email": "Jack.Gates@test.com"
    },
    {
      "id": 149,
      "firstname": "Jazz",
      "lastname": "Geron",
      "email": "Jazz.Geron@test.com"
    },
    {
      "id": 126,
      "firstname": "Edwin",
      "lastname": "Goldwasser",
      "email": "Edwin.Goldwasser@test.com"
    },
    {
      "id": 20,
      "firstname": "Kevin",
      "lastname": "Gonzalez",
      "email": "kgonzalez@test.com"
    },
    {
      "id": 37,
      "firstname": "Tom",
      "lastname": "Griffin",
      "email": "tgriffin@test.com"
    },
    {
      "id": 116,
      "firstname": "Samuel",
      "lastname": "Guiding",
      "email": "samuel.guiding@test.com"
    },
    {
      "id": 206,
      "firstname": "Jules",
      "lastname": "Gunderson",
      "email": "Jules.Gunderson@test.com"
    },
    {
      "id": 1604,
      "firstname": "Emiliano",
      "lastname": "Gómez",
      "email": "egmunist@test.com"
    },
    {
      "id": 176,
      "firstname": "William",
      "lastname": "Harper",
      "email": "William.Harper@test.com"
    },
    {
      "id": 194,
      "firstname": "Kathy",
      "lastname": "Harrington",
      "email": "Kathy.Harrington@test.com"
    },
    {
      "id": 190,
      "firstname": "Ron",
      "lastname": "Hebert",
      "email": "Ron.Hebert@test.com"
    },
    {
      "id": 137,
      "firstname": "Paul",
      "lastname": "Heffert",
      "email": "Paul.Heffert@test.com"
    },
    {
      "id": 185,
      "firstname": "Sean",
      "lastname": "Hogstrom",
      "email": "Sean.Hogstrom@test.com"
    },
    {
      "id": 168,
      "firstname": "Dave",
      "lastname": "Horton",
      "email": "Dave.Horton@test.com"
    },
    {
      "id": 163,
      "firstname": "Sue",
      "lastname": "Huff",
      "email": "Sue.Huff@test.com"
    },
    {
      "id": 21,
      "firstname": "Kim",
      "lastname": "Huffman",
      "email": "khuffman_ss@test.com"
    },
    {
      "id": 157,
      "firstname": "Bill",
      "lastname": "Humber",
      "email": "Bill.Humber@test.com"
    },
    {
      "id": 159,
      "firstname": "Gary",
      "lastname": "Jameson",
      "email": "Gary.Jameson@test.com"
    },
    {
      "id": 161,
      "firstname": "Joan",
      "lastname": "Kelly",
      "email": "Joan.Kelly@test.com"
    },
    {
      "id": 13,
      "firstname": "Hugh",
      "lastname": "Kinch",
      "email": "hugh.kinch@test.com"
    },
    {
      "id": 202,
      "firstname": "Franz",
      "lastname": "Krause",
      "email": "Franz.Krause@test.com"
    },
    {
      "id": 146,
      "firstname": "Abby",
      "lastname": "Kwan",
      "email": "akwan@test.com"
    },
    {
      "id": 33,
      "firstname": "Pierre",
      "lastname": "LaFrak",
      "email": "pwing@test.com"
    },
    {
      "id": 115,
      "firstname": "Jenny",
      "lastname": "Lamberts",
      "email": "jenny.lamberts@test.com"
    },
    {
      "id": 18,
      "firstname": "Kate",
      "lastname": "Landon",
      "email": "klandon@test.com"
    },
    {
      "id": 11,
      "firstname": "Edward",
      "lastname": "Liu",
      "email": "eliu@test.com"
    },
    {
      "id": 183,
      "firstname": "Caitlin",
      "lastname": "McGyver",
      "email": "Caitlin.McGyver@test.com"
    },
    {
      "id": 15,
      "firstname": "Joan",
      "lastname": "Mencino",
      "email": "jmencino@test.com"
    },
    {
      "id": 201,
      "firstname": "Adam",
      "lastname": "Minister",
      "email": "Adam.Minister@test.com"
    },
    {
      "id": 195,
      "firstname": "Lauren",
      "lastname": "Mitchell",
      "email": "Lauren.Mitchell@test.com"
    },
    {
      "id": 138,
      "firstname": "Lila",
      "lastname": "Morse",
      "email": "Lila.Morse@test.com"
    },
    {
      "id": 170,
      "firstname": "Francis",
      "lastname": "Murphy",
      "email": "fmurphy@test.com"
    },
    {
      "id": 169,
      "firstname": "Dale",
      "lastname": "Muscat",
      "email": "Dale.Muscat@test.com"
    },
    {
      "id": 209,
      "firstname": "Lindsey",
      "lastname": "Norman",
      "email": "Lindsey.Norman@test.com"
    },
    {
      "id": 165,
      "firstname": "Tara",
      "lastname": "Nugent",
      "email": "Tara.Nugent@test.com"
    },
    {
      "id": 192,
      "firstname": "Brian",
      "lastname": "Oates",
      "email": "Brian.Oates@test.com"
    },
    {
      "id": 140,
      "firstname": "Alex",
      "lastname": "Pimm",
      "email": "Alex.Pimm@test.com"
    },
    {
      "id": 198,
      "firstname": "Joe",
      "lastname": "Pimm",
      "email": "Joe.Pimm@test.com"
    },
    {
      "id": 191,
      "firstname": "Marie",
      "lastname": "Porter",
      "email": "Marie.Porter@test.com"
    },
    {
      "id": 150,
      "firstname": "Matt",
      "lastname": "Price",
      "email": "Matteus.Pincus@test.com"
    },
    {
      "id": 166,
      "firstname": "Teddy",
      "lastname": "Quinn",
      "email": "Teddy.Quinn@test.com"
    },
    {
      "id": 155,
      "firstname": "Jo",
      "lastname": "Relfort",
      "email": "Jo.Relfort@test.com"
    },
    {
      "id": 118,
      "firstname": "Elaine",
      "lastname": "Reynolds",
      "email": "elaine.reynolds@test.com"
    },
    {
      "id": 6,
      "firstname": "John",
      "lastname": "Rittman",
      "email": "jrittman@test.com"
    },
    {
      "id": 188,
      "firstname": "Jessica",
      "lastname": "Robinson",
      "email": "Jessica.Robinson@test.com"
    },
    {
      "id": 1565,
      "firstname": "Noelia",
      "lastname": "Rodriguez",
      "email": "nrodriguez01@test.com"
    },
    {
      "id": 136,
      "firstname": "Martin",
      "lastname": "Sagastume",
      "email": "Martin.Sagastume@test.com"
    },
    {
      "id": 151,
      "firstname": "Dan",
      "lastname": "Sanders",
      "email": "Dan.Sanders@test.com"
    },
    {
      "id": 139,
      "firstname": "Lisa",
      "lastname": "Santos",
      "email": "Lisa.Santos@test.com"
    },
    {
      "id": 30,
      "firstname": "Mini",
      "lastname": "Saunders",
      "email": "msaunders@test.com"
    },
    {
      "id": 130,
      "firstname": "Grace",
      "lastname": "Schiffer",
      "email": "Grace.Schiffer@test.com"
    },
    {
      "id": 178,
      "firstname": "Alice",
      "lastname": "Sheffield",
      "email": "Alice.Sheffield@test.com"
    },
    {
      "id": 14,
      "firstname": "Jeff",
      "lastname": "Shen",
      "email": "jeff_shen@test.com"
    },
    {
      "id": 208,
      "firstname": "Barry",
      "lastname": "Shine",
      "email": "Barry.Shine@test.com"
    },
    {
      "id": 12,
      "firstname": "Jeff",
      "lastname": "Shipit",
      "email": "jshipit@test.com"
    },
    {
      "id": 142,
      "firstname": "Joanne",
      "lastname": "Shukla",
      "email": "Joanne.Shukla@test.com"
    },
    {
      "id": 122,
      "firstname": "Harvey",
      "lastname": "Silver",
      "email": "Harvey.Silver@test.com"
    },
    {
      "id": 177,
      "firstname": "Heidi",
      "lastname": "Sims",
      "email": "Heidi.Sims@test.com"
    },
    {
      "id": 121,
      "firstname": "Tom",
      "lastname": "Singor",
      "email": "Tom.Singor@test.com"
    },
    {
      "id": 153,
      "firstname": "Effen",
      "lastname": "Soto",
      "email": "Effen.Soto@test.com"
    },
    {
      "id": 197,
      "firstname": "Lovely",
      "lastname": "Sponder",
      "email": "Lovely.Sponder@test.com"
    },
    {
      "id": 135,
      "firstname": "Paul",
      "lastname": "Stehlin",
      "email": "Paul.Stehlin@test.com"
    },
    {
      "id": 193,
      "firstname": "Martin",
      "lastname": "Stephens",
      "email": "Martin.Stephens@test.com"
    },
    {
      "id": 180,
      "firstname": "Pat",
      "lastname": "Stevens",
      "email": "Pat.Stevens@test.com"
    },
    {
      "id": 205,
      "firstname": "Tracy",
      "lastname": "Stewert",
      "email": "Tracy.Stewert@test.com"
    },
    {
      "id": 204,
      "firstname": "Samantha",
      "lastname": "Struthers",
      "email": "Samantha.Struthers@test.com"
    },
    {
      "id": 145,
      "firstname": "Brian",
      "lastname": "Sullivan",
      "email": "Brian.Sullivan@test.com"
    },
    {
      "id": 200,
      "firstname": "Phil",
      "lastname": "Taylor",
      "email": "Phil.Taylor@test.com"
    },
    {
      "id": 186,
      "firstname": "Todd",
      "lastname": "Taylor",
      "email": "Todd.Taylor@test.com"
    },
    {
      "id": 175,
      "firstname": "Kyle",
      "lastname": "Telly",
      "email": "Kyle.Telly@test.com"
    },
    {
      "id": 152,
      "firstname": "Rick",
      "lastname": "Tenders",
      "email": "Rick.Tenders@test.com"
    },
    {
      "id": 174,
      "firstname": "Kelly",
      "lastname": "Teves",
      "email": "Kelly.Teves@test.com"
    },
    {
      "id": 154,
      "firstname": "Jhonny",
      "lastname": "Tim",
      "email": "Jhonny.Tim@test.com"
    },
    {
      "id": 36,
      "firstname": "Theron",
      "lastname": "Todd",
      "email": "ttodd@test.com"
    },
    {
      "id": 127,
      "firstname": "Scott",
      "lastname": "Torman",
      "email": "Scott.Torman@test.com"
    },
    {
      "id": 162,
      "firstname": "Sally",
      "lastname": "Vila",
      "email": "Sally.Vila@test.com"
    },
    {
      "id": 196,
      "firstname": "Kendall",
      "lastname": "Villa",
      "email": "Kendall.Villa@test.com"
    },
    {
      "id": 172,
      "firstname": "Charles",
      "lastname": "Webb",
      "email": "Charles.Webb@test.com"
    },
    {
      "id": 141,
      "firstname": "Andrew",
      "lastname": "West",
      "email": "Andrew.West@test.com"
    },
    {
      "id": 187,
      "firstname": "Jed",
      "lastname": "Wilbersen",
      "email": "Jed.Wilbersen@test.com"
    },
    {
      "id": 143,
      "firstname": "Jared",
      "lastname": "Williams",
      "email": "Jared.Williams@test.com"
    },
    {
      "id": 125,
      "firstname": "Joel",
      "lastname": "Williams",
      "email": "joel@test.com"
    },
    {
      "id": 8,
      "firstname": "Scott",
      "lastname": "Win",
      "email": "scottw@test.com"
    },
    {
      "id": 124,
      "firstname": "Tracie",
      "lastname": "Windbourne",
      "email": "Tracie.Windbourne@test.com"
    },
    {
      "id": 23,
      "firstname": "Luigi",
      "lastname": "Winn",
      "email": "lwinn@test.com"
    },
    {
      "id": 171,
      "firstname": "Henry",
      "lastname": "York",
      "email": "Henry.York@test.com"
    }
  ]
}

recordEnumerate

Enumerates the SuiteScript N/record module, providing information about the record types, events, etc that are supported.


Parameters

None.


Sample Request
{
  "procedure": "recordEnumerate"
}

Sample Response
{
  "Event": {
    "ERROR": "ERROR",
    "UPDATE_ALL": "UPDATE_ALL",
    "HANDLE_CHANGE_CALL": "HANDLE_CHANGE_CALL",
    "RECORD_INITIALIZED": "RECORD_INITIALIZED",
    "RECORD_SAVABLE": "RECORD_SAVABLE",
    "RECORD_NOT_SAVABLE": "RECORD_NOT_SAVABLE",
    "UPDATE_FIELD_VALUE": "UPDATE_FIELD_VALUE",
    "UPDATE_FIELD_OPTIONS": "UPDATE_FIELD_OPTIONS",
    "CREATE_SUBRECORD": "CREATE_SUBRECORD",
    "UPDATE_SUBRECORD": "UPDATE_SUBRECORD",
    "REMOVE_SUBRECORD": "REMOVE_SUBRECORD",
    "UPDATE_SUBLIST": "UPDATE_SUBLIST",
    "CREATE_LINE": "CREATE_LINE",
    "UPDATE_LINE": "UPDATE_LINE",
    "INSERT_LINE": "INSERT_LINE",
    "REMOVE_LINE": "REMOVE_LINE",
    "MOVE_LINE": "MOVE_LINE",
    "SELECT_LINE": "SELECT_LINE",
    "LINE_COMMITTABLE": "LINE_COMMITTABLE",
    "LINE_NOT_COMMITTABLE": "LINE_NOT_COMMITTABLE",
    "UPDATE_RELATED_RECORD_VIEW": "UPDATE_RELATED_RECORD_VIEW",
    "FIELD_IS_MANDATORY_CHANGE": "FIELD_IS_MANDATORY_CHANGE",
    "FIELD_IS_HIDDEN_CHANGE": "FIELD_IS_HIDDEN_CHANGE",
    "FIELD_IS_DISABLED_CHANGE": "FIELD_IS_DISABLED_CHANGE",
    "FIELD_IS_VISIBLE_CHANGE": "FIELD_IS_VISIBLE_CHANGE",
    "FIELD_IS_DISPLAY_CHANGE": "FIELD_IS_DISPLAY_CHANGE",
    "FIELD_IS_READ_ONLY_CHANGE": "FIELD_IS_READ_ONLY_CHANGE",
    "FIELD_LABEL_CHANGE": "FIELD_LABEL_CHANGE",
    "SUBLIST_IS_DISPLAY_CHANGE": "SUBLIST_IS_DISPLAY_CHANGE",
    "SUBLIST_IS_HIDDEN_CHANGE": "SUBLIST_IS_HIDDEN_CHANGE",
    "SUBLIST_COLUMN_IS_DISABLED_CHANGE": "SUBLIST_COLUMN_IS_DISABLED_CHANGE",
    "SUBLIST_COLUMN_IS_MANDATORY_CHANGE": "SUBLIST_COLUMN_IS_MANDATORY_CHANGE",
    "SUBLIST_COLUMN_IS_DISPLAY_CHANGE": "SUBLIST_COLUMN_IS_DISPLAY_CHANGE",
    "SUBLIST_COLUMN_LABEL_CHANGE": "SUBLIST_COLUMN_LABEL_CHANGE",
    "VALIDATION_FAILED": "VALIDATION_FAILED",
    "NOTIFY": "NOTIFY",
    "CONFIRM": "CONFIRM"
  },
  "Type": {
    "ACCOUNT": "account",
    "ACCOUNTING_BOOK": "accountingbook",
    "ACCOUNTING_CONTEXT": "accountingcontext",
    "ACCOUNTING_PERIOD": "accountingperiod",
    "ADV_INTER_COMPANY_JOURNAL_ENTRY": "advintercompanyjournalentry",
    "ALLOCATION_SCHEDULE": "allocationschedule",
    "AMORTIZATION_SCHEDULE": "amortizationschedule",
    "AMORTIZATION_TEMPLATE": "amortizationtemplate",
    "ASSEMBLY_BUILD": "assemblybuild",
    "ASSEMBLY_ITEM": "assemblyitem",
    "ASSEMBLY_UNBUILD": "assemblyunbuild",
    "AUTOMATED_CLEARING_HOUSE": "automatedclearinghouse",
    "BALANCE_TRX_BY_SEGMENTS": "balancetrxbysegments",
    "BILLING_ACCOUNT": "billingaccount",
    "BILLING_CLASS": "billingclass",
    "BILLING_RATE_CARD": "billingratecard",
    "BILLING_REVENUE_EVENT": "billingrevenueevent",
    "BILLING_SCHEDULE": "billingschedule",
    "BIN": "bin",
    "BIN_TRANSFER": "bintransfer",
    "BIN_WORKSHEET": "binworksheet",
    "BLANKET_PURCHASE_ORDER": "blanketpurchaseorder",
    "BOM": "bom",
    "BOM_REVISION": "bomrevision",
    "BONUS": "bonus",
    "BONUS_TYPE": "bonustype",
    "BUDGET_EXCHANGE_RATE": "budgetexchangerate",
    "BULK_OWNERSHIP_TRANSFER": "bulkownershiptransfer",
    "BUNDLE_INSTALLATION_SCRIPT": "bundleinstallationscript",
    "CALENDAR_EVENT": "calendarevent",
    "CAMPAIGN": "campaign",
    "CAMPAIGN_RESPONSE": "campaignresponse",
    "CAMPAIGN_TEMPLATE": "campaigntemplate",
    "CARDHOLDER_AUTHENTICATION": "cardholderauthentication",
    "CASH_REFUND": "cashrefund",
    "CASH_SALE": "cashsale",
    "CHARGE": "charge",
    "CHARGE_RULE": "chargerule",
    "CHECK": "check",
    "CLASSIFICATION": "classification",
    "CLIENT_SCRIPT": "clientscript",
    "CMS_CONTENT": "cmscontent",
    "CMS_CONTENT_TYPE": "cmscontenttype",
    "CMS_PAGE": "cmspage",
    "COMMERCE_CATEGORY": "commercecategory",
    "COMPETITOR": "competitor",
    "CONSOLIDATED_EXCHANGE_RATE": "consolidatedexchangerate",
    "CONTACT": "contact",
    "CONTACT_CATEGORY": "contactcategory",
    "CONTACT_ROLE": "contactrole",
    "COST_CATEGORY": "costcategory",
    "COUPON_CODE": "couponcode",
    "CREDIT_CARD_CHARGE": "creditcardcharge",
    "CREDIT_CARD_REFUND": "creditcardrefund",
    "CREDIT_MEMO": "creditmemo",
    "CURRENCY": "currency",
    "CUSTOMER": "customer",
    "CUSTOMER_CATEGORY": "customercategory",
    "CUSTOMER_DEPOSIT": "customerdeposit",
    "CUSTOMER_MESSAGE": "customermessage",
    "CUSTOMER_PAYMENT": "customerpayment",
    "CUSTOMER_PAYMENT_AUTHORIZATION": "customerpaymentauthorization",
    "CUSTOMER_REFUND": "customerrefund",
    "CUSTOMER_STATUS": "customerstatus",
    "CUSTOMER_SUBSIDIARY_RELATIONSHIP": "customersubsidiaryrelationship",
    "CUSTOM_PURCHASE": "custompurchase",
    "CUSTOM_RECORD": "customrecord",
    "CUSTOM_SALE": "customsale",
    "CUSTOM_TRANSACTION": "customtransaction",
    "DEPARTMENT": "department",
    "DEPOSIT": "deposit",
    "DEPOSIT_APPLICATION": "depositapplication",
    "DESCRIPTION_ITEM": "descriptionitem",
    "DISCOUNT_ITEM": "discountitem",
    "DOWNLOAD_ITEM": "downloaditem",
    "EMAIL_TEMPLATE": "emailtemplate",
    "EMPLOYEE": "employee",
    "EMPLOYEE_CHANGE_REQUEST": "employeechangerequest",
    "EMPLOYEE_CHANGE_REQUEST_TYPE": "employeechangerequesttype",
    "EMPLOYEE_EXPENSE_SOURCE_TYPE": "employeeexpensesourcetype",
    "EMPLOYEE_STATUS": "employeestatus",
    "EMPLOYEE_TYPE": "employeetype",
    "ENTITY_ACCOUNT_MAPPING": "entityaccountmapping",
    "ESTIMATE": "estimate",
    "EXPENSE_AMORTIZATION_EVENT": "expenseamortizationevent",
    "EXPENSE_CATEGORY": "expensecategory",
    "EXPENSE_PLAN": "expenseplan",
    "EXPENSE_REPORT": "expensereport",
    "EXPENSE_REPORT_POLICY": "expensereportpolicy",
    "FAIR_VALUE_PRICE": "fairvalueprice",
    "FINANCIAL_INSTITUTION": "financialinstitution",
    "FIXED_AMOUNT_PROJECT_REVENUE_RULE": "fixedamountprojectrevenuerule",
    "FOLDER": "folder",
    "FORMAT_PROFILE": "formatprofile",
    "FULFILLMENT_REQUEST": "fulfillmentrequest",
    "GENERAL_TOKEN": "generaltoken",
    "GENERIC_RESOURCE": "genericresource",
    "GIFT_CERTIFICATE": "giftcertificate",
    "GIFT_CERTIFICATE_ITEM": "giftcertificateitem",
    "GL_NUMBERING_SEQUENCE": "glnumberingsequence",
    "GLOBAL_ACCOUNT_MAPPING": "globalaccountmapping",
    "GLOBAL_INVENTORY_RELATIONSHIP": "globalinventoryrelationship",
    "GOAL": "goal",
    "IMPORTED_EMPLOYEE_EXPENSE": "importedemployeeexpense",
    "INBOUND_SHIPMENT": "inboundshipment",
    "INTERCOMP_ALLOCATION_SCHEDULE": "intercompallocationschedule",
    "INTER_COMPANY_JOURNAL_ENTRY": "intercompanyjournalentry",
    "INTER_COMPANY_TRANSFER_ORDER": "intercompanytransferorder",
    "INVENTORY_ADJUSTMENT": "inventoryadjustment",
    "INVENTORY_COST_REVALUATION": "inventorycostrevaluation",
    "INVENTORY_COUNT": "inventorycount",
    "INVENTORY_DETAIL": "inventorydetail",
    "INVENTORY_ITEM": "inventoryitem",
    "INVENTORY_NUMBER": "inventorynumber",
    "INVENTORY_STATUS": "inventorystatus",
    "INVENTORY_STATUS_CHANGE": "inventorystatuschange",
    "INVENTORY_TRANSFER": "inventorytransfer",
    "INVOICE": "invoice",
    "INVOICE_GROUP": "invoicegroup",
    "ISSUE": "issue",
    "ISSUE_PRODUCT": "issueproduct",
    "ISSUE_PRODUCT_VERSION": "issueproductversion",
    "ITEM_ACCOUNT_MAPPING": "itemaccountmapping",
    "ITEM_COLLECTION": "itemcollection",
    "ITEM_COLLECTION_ITEM_MAP": "itemcollectionitemmap",
    "ITEM_DEMAND_PLAN": "itemdemandplan",
    "ITEM_FULFILLMENT": "itemfulfillment",
    "ITEM_GROUP": "itemgroup",
    "ITEM_LOCATION_CONFIGURATION": "itemlocationconfiguration",
    "ITEM_PROCESS_FAMILY": "itemprocessfamily",
    "ITEM_PROCESS_GROUP": "itemprocessgroup",
    "ITEM_RECEIPT": "itemreceipt",
    "ITEM_REVISION": "itemrevision",
    "ITEM_SUPPLY_PLAN": "itemsupplyplan",
    "JOB": "job",
    "JOB_STATUS": "jobstatus",
    "JOB_TYPE": "jobtype",
    "JOURNAL_ENTRY": "journalentry",
    "KIT_ITEM": "kititem",
    "LABOR_BASED_PROJECT_REVENUE_RULE": "laborbasedprojectrevenuerule",
    "LEAD": "lead",
    "LOCATION": "location",
    "LOT_NUMBERED_ASSEMBLY_ITEM": "lotnumberedassemblyitem",
    "LOT_NUMBERED_INVENTORY_ITEM": "lotnumberedinventoryitem",
    "MANUFACTURING_COST_TEMPLATE": "manufacturingcosttemplate",
    "MANUFACTURING_OPERATION_TASK": "manufacturingoperationtask",
    "MANUFACTURING_ROUTING": "manufacturingrouting",
    "MAP_REDUCE_SCRIPT": "mapreducescript",
    "MARKUP_ITEM": "markupitem",
    "MASSUPDATE_SCRIPT": "massupdatescript",
    "MEM_DOC": "memdoc",
    "MERCHANDISE_HIERARCHY_LEVEL": "merchandisehierarchylevel",
    "MERCHANDISE_HIERARCHY_NODE": "merchandisehierarchynode",
    "MERCHANDISE_HIERARCHY_VERSION": "merchandisehierarchyversion",
    "MESSAGE": "message",
    "MFG_PLANNED_TIME": "mfgplannedtime",
    "NEXUS": "nexus",
    "NON_INVENTORY_ITEM": "noninventoryitem",
    "NOTE": "note",
    "NOTE_TYPE": "notetype",
    "OPPORTUNITY": "opportunity",
    "ORDER_RESERVATION": "orderreservation",
    "ORDER_SCHEDULE": "orderschedule",
    "ORDER_TYPE": "ordertype",
    "OTHER_CHARGE_ITEM": "otherchargeitem",
    "OTHER_NAME": "othername",
    "OTHER_NAME_CATEGORY": "othernamecategory",
    "PARTNER": "partner",
    "PARTNER_CATEGORY": "partnercategory",
    "PAYCHECK": "paycheck",
    "PAYCHECK_JOURNAL": "paycheckjournal",
    "PAYMENT_CARD": "paymentcard",
    "PAYMENT_CARD_TOKEN": "paymentcardtoken",
    "PAYMENT_ITEM": "paymentitem",
    "PAYMENT_METHOD": "paymentmethod",
    "PAYROLL_ITEM": "payrollitem",
    "PCT_COMPLETE_PROJECT_REVENUE_RULE": "pctcompleteprojectrevenuerule",
    "PERFORMANCE_METRIC": "performancemetric",
    "PERFORMANCE_REVIEW": "performancereview",
    "PERFORMANCE_REVIEW_SCHEDULE": "performancereviewschedule",
    "PERIOD_END_JOURNAL": "periodendjournal",
    "PHONE_CALL": "phonecall",
    "PICK_STRATEGY": "pickstrategy",
    "PICK_TASK": "picktask",
    "PLANNED_ORDER": "plannedorder",
    "PLANNING_ITEM_CATEGORY": "planningitemcategory",
    "PLANNING_ITEM_GROUP": "planningitemgroup",
    "PLANNING_RULE_GROUP": "planningrulegroup",
    "PLANNING_VIEW": "planningview",
    "PORTLET": "portlet",
    "PRICE_BOOK": "pricebook",
    "PRICE_LEVEL": "pricelevel",
    "PRICE_PLAN": "priceplan",
    "PRICING_GROUP": "pricinggroup",
    "PROJECT_EXPENSE_TYPE": "projectexpensetype",
    "PROJECT_IC_CHARGE_REQUEST": "projecticchargerequest",
    "PROJECT_TASK": "projecttask",
    "PROJECT_TEMPLATE": "projecttemplate",
    "PROMOTION_CODE": "promotioncode",
    "PROSPECT": "prospect",
    "PURCHASE_CONTRACT": "purchasecontract",
    "PURCHASE_ORDER": "purchaseorder",
    "PURCHASE_REQUISITION": "purchaserequisition",
    "REALLOCATE_ITEM": "reallocateitem",
    "RECEIVE_INBOUND_SHIPMENT": "receiveinboundshipment",
    "RESOURCE_ALLOCATION": "resourceallocation",
    "RESTLET": "restlet",
    "RETURN_AUTHORIZATION": "returnauthorization",
    "REVENUE_ARRANGEMENT": "revenuearrangement",
    "REVENUE_COMMITMENT": "revenuecommitment",
    "REVENUE_COMMITMENT_REVERSAL": "revenuecommitmentreversal",
    "REVENUE_PLAN": "revenueplan",
    "REV_REC_SCHEDULE": "revrecschedule",
    "REV_REC_TEMPLATE": "revrectemplate",
    "SALES_CHANNEL": "saleschannel",
    "SALES_ORDER": "salesorder",
    "SALES_ROLE": "salesrole",
    "SALES_TAX_ITEM": "salestaxitem",
    "SCHEDULED_SCRIPT": "scheduledscript",
    "SCHEDULED_SCRIPT_INSTANCE": "scheduledscriptinstance",
    "SCRIPT_DEPLOYMENT": "scriptdeployment",
    "SERIALIZED_ASSEMBLY_ITEM": "serializedassemblyitem",
    "SERIALIZED_INVENTORY_ITEM": "serializedinventoryitem",
    "SERVICE_ITEM": "serviceitem",
    "SHIP_ITEM": "shipitem",
    "SOLUTION": "solution",
    "STATISTICAL_JOURNAL_ENTRY": "statisticaljournalentry",
    "STORE_PICKUP_FULFILLMENT": "storepickupfulfillment",
    "SUBSCRIPTION": "subscription",
    "SUBSCRIPTION_CHANGE_ORDER": "subscriptionchangeorder",
    "SUBSCRIPTION_LINE": "subscriptionline",
    "SUBSCRIPTION_PLAN": "subscriptionplan",
    "SUBSCRIPTION_TERM": "subscriptionterm",
    "SUBSIDIARY": "subsidiary",
    "SUBSIDIARY_SETTINGS": "subsidiarysettings",
    "SUBTOTAL_ITEM": "subtotalitem",
    "SUITELET": "suitelet",
    "SUPPLY_CHAIN_SNAPSHOT": "supplychainsnapshot",
    "SUPPLY_CHAIN_SNAPSHOT_SIMULATION": "supplychainsnapshotsimulation",
    "SUPPLY_CHANGE_ORDER": "supplychangeorder",
    "SUPPLY_PLAN_DEFINITION": "supplyplandefinition",
    "SUPPORT_CASE": "supportcase",
    "TASK": "task",
    "TAX_ACCT": "taxacct",
    "TAX_GROUP": "taxgroup",
    "TAX_PERIOD": "taxperiod",
    "TAX_TYPE": "taxtype",
    "TERM": "term",
    "TIME_BILL": "timebill",
    "TIME_ENTRY": "timeentry",
    "TIME_OFF_CHANGE": "timeoffchange",
    "TIME_OFF_PLAN": "timeoffplan",
    "TIME_OFF_REQUEST": "timeoffrequest",
    "TIME_OFF_RULE": "timeoffrule",
    "TIME_OFF_TYPE": "timeofftype",
    "TIME_SHEET": "timesheet",
    "TOPIC": "topic",
    "TRANSFER_ORDER": "transferorder",
    "UNITS_TYPE": "unitstype",
    "UNLOCKED_TIME_PERIOD": "unlockedtimeperiod",
    "USAGE": "usage",
    "USEREVENT_SCRIPT": "usereventscript",
    "VENDOR": "vendor",
    "VENDOR_BILL": "vendorbill",
    "VENDOR_CATEGORY": "vendorcategory",
    "VENDOR_CREDIT": "vendorcredit",
    "VENDOR_PAYMENT": "vendorpayment",
    "VENDOR_PREPAYMENT": "vendorprepayment",
    "VENDOR_PREPAYMENT_APPLICATION": "vendorprepaymentapplication",
    "VENDOR_RETURN_AUTHORIZATION": "vendorreturnauthorization",
    "VENDOR_SUBSIDIARY_RELATIONSHIP": "vendorsubsidiaryrelationship",
    "WAVE": "wave",
    "WBS": "wbs",
    "WEBSITE": "website",
    "WORKFLOW_ACTION_SCRIPT": "workflowactionscript",
    "WORK_ORDER": "workorder",
    "WORK_ORDER_CLOSE": "workorderclose",
    "WORK_ORDER_COMPLETION": "workordercompletion",
    "WORK_ORDER_ISSUE": "workorderissue",
    "WORKPLACE": "workplace",
    "ZONE": "zone"
  }
}

recordGet

Loads an existing record, including header-level fields (standard and custom) and sublists.


Parameters

type: The record type, based on the record.Type enum. Required. For a list of supported record types, use SuiteAPI's "recordEnumerate" procedure.

id: The internal ID of the record. Required.


Sample Request
{
  "procedure": "recordGet",
  "type": "salesorder",
  "id": 26049
}

Sample Response
{
  "record": {
    "id": "26049",
    "type": "salesorder",
    "isDynamic": false,
    "fields": {
      "defaultilshipmethkey": "2",
      "_eml_nkey_": "9999999~1545~1064~N",
      "ordbilled": "F",
      "iseitf81on": "F",
      "handlingmode": "SAVE_ONLY",
      "overallbalance": "646.79",
      "paymenteventdate": "3/31/2025 8:22 am",
      "custbody_ns_pos_fb_tran_diff": "",
      "warnnexuschange": "F",
      "address_country_state_map": "[3118:US_NY]",
      "custbody_week_days_delivery": "F",
      "partnerstotal": "0",
      "defaultilshipaddrval": "179 E Houston St",
      "entryformquerystring": "e=T&id=26049",
      "checkcommitted": "F",
      "version": "3",
      "subsidiary": "2",
      "alaconfiguration": "1",
      "bminshipcostactive": "F",
      "ignorecscvis": "F",
      "subtotal": "61.20",
      "nlapiCC": "F",
      "totalcostestimate": "60.00",
      "shippingcost": "15.00",
      "giftcertapplied": "0.00",
      "custbody_stc_tax_after_discount": "0.00",
      "ismultishipto": "F",
      "createddate": "3/31/2025 8:22 am",
      "createdfrom": "26048",
      "webstore": "F",
      "custbody_bronto_error_count": "0",
      "ordpicked": "F",
      "nsapiPI": "promotions.pageInit_applyPromo",
      "currency": "1",
      "email": "agrey@cemsupplies.com",
      "hasfedexfreightservice": "F",
      "bmaxshipcostactive": "F",
      "linked": "T",
      "allowemptycards": "F",
      "canhavestackable": "T",
      "recordcreateddate": "03/31/2025 08:07:50",
      "instrumentrequireslineleveldata": "F",
      "custbody_sii_not_reported_in_time": "F",
      "updatedropshiporderqty": "T",
      "defaulttaxcode": "-7",
      "methodrequireslineleveldata": "F",
      "defaultilshippingaddresskey": "3957",
      "origstatus": "B",
      "paymentsession": "242",
      "prevdate": "3/31/2025",
      "saleseffectivedate": "3/31/2025",
      "billingaddress_key": "3967",
      "customform": "118",
      "iseditbilledtransactionwithpromotion": "F",
      "getauth": "F",
      "shipping_cost_function": "fr",
      "custbody_report_timestamp": "29/9/2021 8:21:55",
      "origtotal2": "76.2",
      "bfreeifoveractive": "T",
      "origcurrency": "1",
      "nlloc": "0",
      "custbody_sii_is_third_party": "F",
      "prevrep": "29",
      "orderleveldata": "[{\"valid\":false,\"discountAmount\":null,\"discountAsAmount\":null},{\"valid\":false,\"discountAmount\":null,\"discountAsAmount\":null}]",
      "shipping_btaxable": "T",
      "shipaddress": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
      "isonlinetransaction": "F",
      "tobeprinted": "F",
      "ccapproved": "F",
      "ignorecsc": "F",
      "automaticallyapplypromotions": "T",
      "custbody_bronto_duplicate": "F",
      "voided": "F",
      "rfreeifoveramt": "100",
      "tobeemailed": "F",
      "recurannually": "0.00",
      "ignoreavsvis": "F",
      "custbody_sii_article_72_73": "F",
      "credholdoverride": "F",
      "item_total": "61.20",
      "shipping_rate": "15",
      "shipmethod": "2",
      "ordrecvd": "F",
      "recurmonthly": "0.00",
      "islegacypromo": "F",
      "exchangerate": "1.00",
      "edition": "US",
      "entitynexus": "1",
      "custbody_esc_created_date": "3/31/2025",
      "sys_id": "4865029968670695",
      "tobefaxed": "F",
      "nldept": "0",
      "taxtotal": "0.00",
      "ccprocessaspurchasecard": "F",
      "storeorder": "F",
      "shipdate": "3/31/2025",
      "manualcredithold": "F",
      "shippingaddress_text": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
      "istransformedtransaction": "T",
      "nlrole": "1064",
      "ntype": "31",
      "signaturerequired": "F",
      "shippingaddress_type": "shipaddr",
      "orderstatus": "B",
      "paymentprocessingmode": "SAVE_ONLY",
      "trandate": "3/31/2025",
      "generatetranidonsave": "T",
      "billisresidential": "F",
      "type": "salesord",
      "bnopostmain": "T",
      "custbody_bronto_suppressed": "F",
      "dbstrantype": "SalesOrd",
      "currencysymbol": "USD",
      "profilesupportslineleveldata": "F",
      "cccardid": "",
      "originalnexus": "1",
      "balance": "646.79",
      "recordcreatedby": "1596",
      "origtotal": "76.2",
      "id": "26049",
      "promotionapplied": "F",
      "needsbill": "F",
      "paymenteventmagiczeroused": "F",
      "billaddress": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
      "peritemdefaultprice": "0",
      "shippingaddress2_set": "var subrecord = nlapiViewSubrecord('shippingaddress');\nvar addresstext;\nif (subrecord) {\n   addresstext = subrecord.getFieldValue('addrtext');\n} else {\n}\nnlapiSetFieldValue('shippingaddress_text', addresstext);\n",
      "estgrossprofit": "1.20",
      "originalnexuscountry": "US",
      "primarycurrency": "1.00",
      "ccispurchasecardbin": "F",
      "suppressusereventsandemails": "F",
      "byweightconvratetolbs": "1",
      "isrecurringpayment": "F",
      "itemshippingcostfxrate": "1",
      "byweightinwholeincr": "F",
      "status": "Pending Fulfillment",
      "shipisresidential": "T",
      "estgrossprofitpercent": "1.9608%",
      "primarycurrencyfxrate": "1.00",
      "chargeit": "F",
      "entityname": "CEM Supplies",
      "usepaymentoption": "T",
      "custbody_stc_total_after_discount": "76.20",
      "nluser": "1545",
      "shipoverride": "F",
      "installmentcount": "0",
      "disablepromotionrecalc": "F",
      "overrideholdchecked": "F",
      "salesrep": "29",
      "custbody_is_processing": "F",
      "recurweekly": "0.00",
      "binclallitemsforfreeshipping": "F",
      "recurquarterly": "0.00",
      "currencyprecision": "2",
      "istransformedbill": "F",
      "overridehold": "F",
      "custbody_solupay_billingschd_autopay": "F",
      "defaultilshipaddrkey": "3118",
      "handlingbyweightinwholeincr": "F",
      "carddataprovided": "F",
      "overallunbilledorders": "1050288.17",
      "onetime": "0.00",
      "entity": "1596",
      "shipcomplete": "F",
      "needspick": "T",
      "nlsub": "2",
      "custbody_esc_last_modified_date": "3/31/2025",
      "custbody_stc_amount_after_discount": "61.20",
      "entity_nexus_country": "US",
      "shipzip": "10002",
      "inventorydetailuitype": "LOH_LOOSE_VALIDATION",
      "cchold": "F",
      "nsapiRC": "promotions.recalc_applyPromo",
      "companyid": "1596",
      "custbody_bronto_imported": "F",
      "billingaddress_text": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
      "nextbill": "3/31/2025",
      "discounttotal": "0.00",
      "shipstate": "NY",
      "transactionnumber": "305",
      "unbilledorders": "1050288.17",
      "custbody_bronto_shipped_status": "NOT_SHIPPED",
      "weekendpreference": "ASIS",
      "paymentcancelable": "F",
      "threedstatuscodevis": "F",
      "ccwasapproved": "F",
      "billingaddress_type": "shipaddr",
      "credholdentity": "1596",
      "canbeunapproved": "T",
      "origexchangerate": "1.00",
      "paymenteventtype": "AUTHORIZATION",
      "haslines": "T",
      "balreadyrefunded": "F",
      "ccprocessoraccount": "122",
      "shippingcostoverridden": "F",
      "oldrevenuecommitment": "F",
      "ignoreavs": "F",
      "wfinstances": "",
      "nexus": "1",
      "shipaddresslist": "3118",
      "isbasecurrency": "T",
      "custcurrep": "29",
      "shipitemhasfreeshippingitems": "F",
      "nsapiCT": "1668535342743",
      "shippingaddress_key": "3957",
      "total": "76.20",
      "custbody_sii_article_61d": "F",
      "paymentsessionamount": "76.20",
      "nexus_country": "US",
      "statusRef": "pendingFulfillment",
      "billingaddress2_set": "var subrecord = nlapiViewSubrecord('billingaddress');\nvar addresstext;\nif (subrecord) {\n   addresstext = subrecord.getFieldValue('addrtext');\n} else {\n}\nnlapiSetFieldValue('billingaddress_text', addresstext);\n",
      "flatrateamt": "15",
      "tranid": "305",
      "internalinstrument": "F",
      "templatestored": "T",
      "shipcountry": "US",
      "custbody_bronto_is_restlet": "F",
      "lastmodifieddate": "3/31/2025 8:52 am",
      "tax_affecting_address_fields_before_recalc": "city\u0003New York\u0004state\u0003NY\u0004zip\u000310002\u0004country\u0003US",
      "entityfieldname": "entity",
      "currencyname": "US Dollar",
      "handlingbyweightconvratetolbs": "1",
      "baserecordtype": "salesorder",
      "isaomautomated": "T",
      "carrier": "nonups",
      "syncpartnerteams": "F",
      "linkedclosedperioddiscounts": "F",
      "linkedrevrecje": "F",
      "altshippingcost": "15.00"
    },
    "sublists": {
      "promotions": {
        "currentline": {
          "applicabilitymode": "MANUALLY",
          "applicabilityreason": "N/A",
          "applicabilitystatus": "N/A",
          "cannotbecombined": "",
          "couponcode": "",
          "discount": "",
          "discountingshippingmethodid": "",
          "discountistaxable": "",
          "discountrate": "",
          "eligiblefreegifts": "",
          "freegiftperpromotion": "",
          "freegiftsadded": "",
          "isnewpromotiontype": "",
          "isorderleveldiscount": "",
          "legacypromodiscountbasis": "",
          "legacypromodiscounttax2basis": "",
          "legacypromodiscounttaxbasis": "",
          "muccpromocodeinstance": "",
          "orderleveldiscountasbasis": "",
          "promocode": "",
          "promotioncodeerror": "",
          "promotionisvalid": "",
          "promotiontype": "",
          "purchasediscount": "",
          "shippingdiscount": "",
          "sys_id": "-4865030333848433",
          "sys_parentid": "4865029968670695",
          "#": "3"
        },
        "line 1": {
          "applicabilitymode": "AUTOMATICALLY",
          "applicabilityreason": "N/A",
          "applicabilitystatus": "APPLIED",
          "cannotbecombined": "F",
          "couponcode": "12",
          "couponcode_display": "FLASH",
          "discount": "312",
          "discountingshippingmethodid": null,
          "discountistaxable": "F",
          "discountrate": "-10.00",
          "eligiblefreegifts": "-",
          "freegiftperpromotion": null,
          "freegiftsadded": "-",
          "isnewpromotiontype": "T",
          "isorderleveldiscount": "F",
          "legacypromodiscountbasis": null,
          "legacypromodiscounttax2basis": null,
          "legacypromodiscounttaxbasis": null,
          "muccpromocodeinstance": "12",
          "orderleveldiscountasbasis": null,
          "promocode": "11",
          "promocode_display": "Bronto Flash Sale",
          "promotioncodeerror": null,
          "promotionisvalid": "T",
          "promotiontype": "ITEM",
          "purchasediscount": "-6.80",
          "shippingdiscount": "-",
          "sys_id": "4865029950274073",
          "sys_parentid": "4865029968670695"
        },
        "line 2": {
          "applicabilitymode": "AUTOMATICALLY",
          "applicabilityreason": "NO_FREE_GIFTS_ADDED",
          "applicabilitystatus": "NOT_APPLIED",
          "cannotbecombined": "F",
          "couponcode": "11",
          "couponcode_display": "BOGO",
          "discount": "312",
          "discountingshippingmethodid": null,
          "discountistaxable": null,
          "discountrate": "0.00",
          "eligiblefreegifts": "1",
          "freegiftperpromotion": "{ \"promotions\": [{ \"id\": 10, \"eligibleItems\": [{ \"itemId\": 463 }]}]}",
          "freegiftsadded": "0",
          "isnewpromotiontype": "T",
          "isorderleveldiscount": "F",
          "legacypromodiscountbasis": null,
          "legacypromodiscounttax2basis": null,
          "legacypromodiscounttaxbasis": null,
          "muccpromocodeinstance": "11",
          "orderleveldiscountasbasis": null,
          "promocode": "10",
          "promocode_display": "SCIS BOGO",
          "promotioncodeerror": null,
          "promotionisvalid": "T",
          "promotiontype": "FREEGIFT",
          "purchasediscount": "-",
          "shippingdiscount": "-",
          "sys_id": "4865029950274074",
          "sys_parentid": "4865029968670695"
        }
      },
      "paymentevent": {},
      "item": {
        "currentline": {
          "amount": "",
          "amounthasbeenset": "F",
          "backordered": "",
          "billvariancestatus": "",
          "billvariancestatusallbook": "",
          "binitem": "",
          "chargetype": "",
          "commitinventory": "",
          "commitmentfirm": "",
          "costestimate": "",
          "costestimaterate": "",
          "costestimatetype": "",
          "costestimatetypelist": "",
          "createdpo": "",
          "createpo": "",
          "custcol_5892_eutriangulation": "F",
          "custcol_certificate_amount": "",
          "custcol_counterparty_vat": "",
          "custcol_country_of_origin_code": "",
          "custcol_country_of_origin_name": "",
          "custcol_emirate": "",
          "custcol_establishment_code": "",
          "custcol_is_variable_line_amount": "F",
          "custcol_nature_of_transaction_codes": "",
          "custcol_ns_pos_itemnote": "",
          "custcol_ns_pos_mark_order": "F",
          "custcol_ns_pos_orderline": "",
          "custcol_ns_pos_returnedqty": "",
          "custcol_ns_pos_returnreason": "",
          "custcol_ns_pos_scis_cash_carry": "F",
          "custcol_ns_pos_shiplocation": "",
          "custcol_ns_pos_unvalidated_return": "F",
          "custcol_ns_pos_void_type": "",
          "custcol_ns_pos_voideditem": "",
          "custcol_ns_pos_voidpct": "",
          "custcol_ns_pos_voidqty": "",
          "custcol_sii_exempt_line_details": "",
          "custcol_statistical_procedure_sale": "",
          "custcol_statistical_value": "",
          "custcol_statistical_value_base_curr": "0.00",
          "custreferralcode": "",
          "daysbeforeexpiration": "",
          "ddistrib": "",
          "description": "",
          "discline": "",
          "dropshiporderhasbeenshiprecv": "",
          "dropshipwarningdisplayed": "",
          "excludefromraterequest": "",
          "expectedshipdate": "",
          "freegiftpromotion": "",
          "fulfillable": "",
          "generateaccruals": "",
          "generatedinvdetail": "",
          "giftcertfrom": "",
          "giftcertimmutable": "",
          "giftcertkey": "",
          "giftcertmessage": "",
          "giftcertnumber": "",
          "giftcertrecipientemail": "",
          "giftcertrecipientname": "",
          "groupclosed": "F",
          "groupsetup": "",
          "id": "",
          "includegroupwrapper": "",
          "ingroup": "",
          "initoqpbucket": "",
          "initquantity": "",
          "inventorydetailavail": "",
          "isclosed": "",
          "isdropshiporderline": "",
          "islinefulfilled": "",
          "isnoninventory": "",
          "isnumbered": "",
          "isopen": "",
          "isposting": "",
          "isserial": "",
          "isspecialorderline": "",
          "item": "",
          "itemfulfillmentchoice": "",
          "itemhandlingcost": "",
          "itemisfulfilled": "",
          "itempacked": "",
          "itempicked": "",
          "itemshippingcost": "",
          "itemsubtype": "",
          "itemtype": "",
          "job": "",
          "keepnoautoassignlocationsettofalse": "",
          "kithasdropship": "",
          "line": "",
          "linenumber": "",
          "lineuniquekey": "",
          "linked": "",
          "linkeddropship": "",
          "linkedordbill": "",
          "linkedshiprcpt": "",
          "location": "",
          "locationautoassigned": "",
          "locationusesbins": "",
          "mandatorytaxcode": "T",
          "marginal": "",
          "matrixtype": "",
          "minqty": "",
          "noautoassignlocation": "",
          "noprint": "",
          "oldcommitmentfirm": "",
          "oldexpectedshipdate": "",
          "oldgiftcertnumber": "",
          "olditemid": "",
          "onorder": "",
          "options": "",
          "oqpbucket": "",
          "orderpriority": "",
          "origlocation": "",
          "origquantity": "",
          "origsubscriptionneedsrefresh": "",
          "origunits": "",
          "poid": "",
          "pomarginal": "",
          "pooverallqtydisc": "",
          "poqtygroup": "",
          "porate": "",
          "poratesched": "",
          "povendor": "",
          "price": "",
          "priceintervalfrequency": "",
          "priceintervalfrequencyname": "",
          "priceintervalrepeatevery": "",
          "pricelevels": "",
          "printitems": "",
          "quantity": "",
          "quantityavailable": "",
          "quantitybackordered": "",
          "quantitybilled": "",
          "quantitycommitted": "",
          "quantityfulfilled": "",
          "quantitypickpackship": "",
          "quantityrequestedtofulfill": "",
          "rate": "",
          "rateschedule": "",
          "recorditemcreatedby": "",
          "recorditemcreateddate": "",
          "reorder": "",
          "revrecdeferred": "",
          "sequencenumber": "",
          "shipaddress": "3118",
          "shipcarrier": "",
          "shipgroup": "",
          "shipmethod": "",
          "shippingaddress_key": "3957",
          "shippingaddress_set": "var subrecord = nlapiViewCurrentLineItemSubrecord('item','shippingaddress');\nvar addresstext  = subrecord.getFieldValue('addrtext');\nnlapiSetCurrentLineItemValue('item','shippingaddress_text', addresstext);\nif (postSubrecordChangedScript) { postSubrecordChangedScript('item','shippingaddress');}\n",
          "shippingaddress_text": "",
          "shippingaddress_type": "addr",
          "subscription": "",
          "subscriptionline": "",
          "subscriptionlineperiodamount": "",
          "subscriptionlinerate": "",
          "subscriptionlinetype": "",
          "subscriptionmodified": "",
          "subscriptionneedsrefresh": "",
          "sys_id": "-4865030333567552",
          "sys_parentid": "4865029968670695",
          "taxcode": "",
          "taxrate1": "",
          "unitconversionrate": "",
          "units": "",
          "unitslist": "",
          "warnnodropship": "",
          "weightinlb": "",
          "#": "3"
        },
        "line 1": {
          "amount": "68.00",
          "amounthasbeenset": "F",
          "backordered": "0",
          "billvariancestatus": null,
          "billvariancestatusallbook": "F",
          "binitem": "F",
          "chargetype": null,
          "commitinventory": "1",
          "commitmentfirm": "F",
          "costestimate": "60.00",
          "costestimaterate": "60.00",
          "costestimatetype": "AVGCOST",
          "costestimatetype_display": "Average Cost",
          "costestimatetypelist": "AVGCOST\u0005CUSTOM\u0005ITEMDEFINED\u0005LASTPURCHPRICE\u0005PREFVENDORRATE\u0005PURCHORDERRATE\u0005PURCHPRICE",
          "createdpo": null,
          "createpo": null,
          "custcol_5892_eutriangulation": "F",
          "custcol_certificate_amount": null,
          "custcol_counterparty_vat": null,
          "custcol_country_of_origin_code": null,
          "custcol_country_of_origin_name": null,
          "custcol_emirate": null,
          "custcol_establishment_code": null,
          "custcol_is_variable_line_amount": "F",
          "custcol_nature_of_transaction_codes": null,
          "custcol_ns_pos_itemnote": null,
          "custcol_ns_pos_mark_order": "F",
          "custcol_ns_pos_orderline": null,
          "custcol_ns_pos_returnedqty": null,
          "custcol_ns_pos_returnreason": null,
          "custcol_ns_pos_scis_cash_carry": "F",
          "custcol_ns_pos_shiplocation": null,
          "custcol_ns_pos_unvalidated_return": "F",
          "custcol_ns_pos_void_type": null,
          "custcol_ns_pos_voideditem": null,
          "custcol_ns_pos_voideditem_display": null,
          "custcol_ns_pos_voidpct": null,
          "custcol_ns_pos_voidqty": null,
          "custcol_sii_exempt_line_details": null,
          "custcol_statistical_procedure_sale": null,
          "custcol_statistical_procedure_sale_display": null,
          "custcol_statistical_value": null,
          "custcol_statistical_value_base_curr": "0.00",
          "custreferralcode": null,
          "daysbeforeexpiration": null,
          "ddistrib": "7/1/1973",
          "description": "Salida Backpack",
          "discline": null,
          "dropshiporderhasbeenshiprecv": "F",
          "dropshipwarningdisplayed": "F",
          "excludefromraterequest": "F",
          "expectedshipdate": "3/31/2025",
          "freegiftpromotion": null,
          "fulfillable": "T",
          "generateaccruals": "T",
          "generatedinvdetail": "F",
          "giftcertfrom": null,
          "giftcertimmutable": "F",
          "giftcertkey": null,
          "giftcertmessage": null,
          "giftcertnumber": null,
          "giftcertrecipientemail": null,
          "giftcertrecipientname": null,
          "groupclosed": "F",
          "groupsetup": null,
          "id": "26049_1",
          "includegroupwrapper": "F",
          "ingroup": null,
          "initoqpbucket": null,
          "initquantity": "1",
          "inventorydetailavail": "F",
          "isclosed": "F",
          "isdropshiporderline": "F",
          "islinefulfilled": "T",
          "isnoninventory": "F",
          "isnumbered": "F",
          "isopen": "T",
          "isposting": "T",
          "isserial": "F",
          "isspecialorderline": "F",
          "item": "978",
          "item_display": "Salida Backpack : Salida Backpack BU",
          "itemfulfillmentchoice": "1",
          "itemhandlingcost": null,
          "itemisfulfilled": "F",
          "itempacked": "F",
          "itempicked": "F",
          "itemshippingcost": null,
          "itemsubtype": null,
          "itemtype": "InvtPart",
          "job": null,
          "job_display": null,
          "keepnoautoassignlocationsettofalse": null,
          "kithasdropship": null,
          "line": "1",
          "linenumber": null,
          "lineuniquekey": "39745",
          "linked": "T",
          "linkeddropship": "F",
          "linkedordbill": "F",
          "linkedshiprcpt": "F",
          "location": "15",
          "location_display": "05: Miami",
          "locationautoassigned": "T",
          "locationusesbins": "T",
          "mandatorytaxcode": "T",
          "marginal": "F",
          "matrixtype": "CHILD",
          "minqty": null,
          "noautoassignlocation": "F",
          "noprint": "F",
          "oldcommitmentfirm": "F",
          "oldexpectedshipdate": "3/31/2025",
          "oldgiftcertnumber": null,
          "olditemid": "978",
          "onorder": "0",
          "options": "CUSTCOL1\u0003F\u0003Product Color\u000320\u0003Blue",
          "oqpbucket": null,
          "orderpriority": null,
          "origlocation": "15",
          "origquantity": "1",
          "origsubscriptionneedsrefresh": null,
          "origunits": "1",
          "poid": null,
          "pomarginal": "F",
          "pooverallqtydisc": null,
          "poqtygroup": null,
          "porate": "80.00",
          "poratesched": null,
          "povendor": null,
          "price": "3",
          "price_display": "Alternate Price 2",
          "priceintervalfrequency": null,
          "priceintervalfrequencyname": null,
          "priceintervalrepeatevery": null,
          "pricelevels": "1\u00052\u00053\u00054\u00055\u0005-1",
          "printitems": "F",
          "quantity": "1",
          "quantityavailable": "189",
          "quantitybackordered": "0",
          "quantitybilled": "0",
          "quantitycommitted": "1",
          "quantityfulfilled": "0",
          "quantitypickpackship": "0",
          "quantityrequestedtofulfill": "1",
          "rate": "68.00",
          "rateschedule": "0\u000568.00",
          "recorditemcreatedby": "1596",
          "recorditemcreateddate": "03/31/2025 08:07:50",
          "reorder": null,
          "revrecdeferred": null,
          "sequencenumber": "1",
          "shipaddress": null,
          "shipaddress_display": "179 E Houston St",
          "shipcarrier": null,
          "shipcarrier_display": "More",
          "shipgroup": "1",
          "shipmethod": null,
          "shipmethod_display": "Airborne",
          "shippingaddress_key": "3957",
          "shippingaddress_set": "var subrecord = nlapiViewCurrentLineItemSubrecord('item','shippingaddress');\nvar addresstext  = subrecord.getFieldValue('addrtext');\nnlapiSetCurrentLineItemValue('item','shippingaddress_text', addresstext);\nif (postSubrecordChangedScript) { postSubrecordChangedScript('item','shippingaddress');}\n",
          "shippingaddress_text": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
          "shippingaddress_type": "addr",
          "subscription": null,
          "subscription_display": null,
          "subscriptionline": null,
          "subscriptionlineperiodamount": null,
          "subscriptionlinerate": null,
          "subscriptionlinetype": null,
          "subscriptionmodified": null,
          "subscriptionneedsrefresh": null,
          "sys_id": "4865029945750113",
          "sys_parentid": "4865029968670695",
          "taxcode": "-8",
          "taxcode_display": "-Not Taxable-",
          "taxrate1": null,
          "unitconversionrate": "1",
          "units": "1",
          "units_display": "Ea",
          "unitslist": "1",
          "warnnodropship": null,
          "weightinlb": "0.67"
        },
        "line 2": {
          "amount": "-6.80",
          "amounthasbeenset": "F",
          "backordered": "0",
          "billvariancestatus": null,
          "billvariancestatusallbook": "F",
          "binitem": "F",
          "chargetype": null,
          "commitinventory": null,
          "commitmentfirm": "F",
          "costestimate": null,
          "costestimaterate": null,
          "costestimatetype": null,
          "costestimatetype_display": null,
          "costestimatetypelist": null,
          "createdpo": null,
          "createpo": null,
          "custcol_5892_eutriangulation": "F",
          "custcol_certificate_amount": null,
          "custcol_counterparty_vat": null,
          "custcol_country_of_origin_code": null,
          "custcol_country_of_origin_name": null,
          "custcol_emirate": null,
          "custcol_establishment_code": null,
          "custcol_is_variable_line_amount": "F",
          "custcol_nature_of_transaction_codes": null,
          "custcol_ns_pos_itemnote": null,
          "custcol_ns_pos_mark_order": "F",
          "custcol_ns_pos_orderline": null,
          "custcol_ns_pos_returnedqty": null,
          "custcol_ns_pos_returnreason": null,
          "custcol_ns_pos_scis_cash_carry": "F",
          "custcol_ns_pos_shiplocation": null,
          "custcol_ns_pos_unvalidated_return": "F",
          "custcol_ns_pos_void_type": null,
          "custcol_ns_pos_voideditem": null,
          "custcol_ns_pos_voideditem_display": null,
          "custcol_ns_pos_voidpct": null,
          "custcol_ns_pos_voidqty": null,
          "custcol_sii_exempt_line_details": null,
          "custcol_statistical_procedure_sale": null,
          "custcol_statistical_procedure_sale_display": null,
          "custcol_statistical_value": null,
          "custcol_statistical_value_base_curr": "0.00",
          "custreferralcode": "11",
          "daysbeforeexpiration": null,
          "ddistrib": null,
          "description": null,
          "discline": "1",
          "dropshiporderhasbeenshiprecv": "F",
          "dropshipwarningdisplayed": "F",
          "excludefromraterequest": "F",
          "expectedshipdate": "3/31/2025",
          "freegiftpromotion": null,
          "fulfillable": "F",
          "generateaccruals": "F",
          "generatedinvdetail": "F",
          "giftcertfrom": null,
          "giftcertimmutable": "F",
          "giftcertkey": null,
          "giftcertmessage": null,
          "giftcertnumber": null,
          "giftcertrecipientemail": null,
          "giftcertrecipientname": null,
          "groupclosed": "F",
          "groupsetup": null,
          "id": "26049_2",
          "includegroupwrapper": "F",
          "ingroup": null,
          "initoqpbucket": null,
          "initquantity": null,
          "inventorydetailavail": "F",
          "isclosed": "F",
          "isdropshiporderline": "F",
          "islinefulfilled": "F",
          "isnoninventory": "F",
          "isnumbered": "F",
          "isopen": "T",
          "isposting": "T",
          "isserial": "F",
          "isspecialorderline": "F",
          "item": "312",
          "item_display": "10% Discount",
          "itemfulfillmentchoice": null,
          "itemhandlingcost": null,
          "itemisfulfilled": "T",
          "itempacked": "F",
          "itempicked": "F",
          "itemshippingcost": null,
          "itemsubtype": null,
          "itemtype": "Discount",
          "job": null,
          "job_display": null,
          "keepnoautoassignlocationsettofalse": null,
          "kithasdropship": null,
          "line": "2",
          "linenumber": null,
          "lineuniquekey": "39746",
          "linked": "F",
          "linkeddropship": "F",
          "linkedordbill": "F",
          "linkedshiprcpt": "F",
          "location": null,
          "location_display": null,
          "locationautoassigned": "F",
          "locationusesbins": null,
          "mandatorytaxcode": "F",
          "marginal": "F",
          "matrixtype": null,
          "minqty": null,
          "noautoassignlocation": "F",
          "noprint": "F",
          "oldcommitmentfirm": "F",
          "oldexpectedshipdate": "3/31/2025",
          "oldgiftcertnumber": null,
          "olditemid": "312",
          "onorder": "0",
          "options": null,
          "oqpbucket": null,
          "orderpriority": null,
          "origlocation": null,
          "origquantity": null,
          "origsubscriptionneedsrefresh": null,
          "origunits": null,
          "poid": null,
          "pomarginal": "F",
          "pooverallqtydisc": null,
          "poqtygroup": null,
          "porate": "-10.00",
          "poratesched": null,
          "povendor": null,
          "price": "1",
          "price_display": "Base Price",
          "priceintervalfrequency": null,
          "priceintervalfrequencyname": null,
          "priceintervalrepeatevery": null,
          "pricelevels": "1\u0005-1",
          "printitems": "F",
          "quantity": null,
          "quantityavailable": null,
          "quantitybackordered": null,
          "quantitybilled": null,
          "quantitycommitted": null,
          "quantityfulfilled": null,
          "quantitypickpackship": "0",
          "quantityrequestedtofulfill": "0",
          "rate": "-6.80",
          "rateschedule": null,
          "recorditemcreatedby": "1596",
          "recorditemcreateddate": "03/31/2025 08:07:50",
          "reorder": null,
          "revrecdeferred": null,
          "sequencenumber": "2",
          "shipaddress": null,
          "shipaddress_display": "179 E Houston St",
          "shipcarrier": null,
          "shipcarrier_display": "More",
          "shipgroup": null,
          "shipmethod": null,
          "shipmethod_display": "Airborne",
          "shippingaddress_key": "3957",
          "shippingaddress_set": "var subrecord = nlapiViewCurrentLineItemSubrecord('item','shippingaddress');\nvar addresstext  = subrecord.getFieldValue('addrtext');\nnlapiSetCurrentLineItemValue('item','shippingaddress_text', addresstext);\nif (postSubrecordChangedScript) { postSubrecordChangedScript('item','shippingaddress');}\n",
          "shippingaddress_text": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
          "shippingaddress_type": "addr",
          "subscription": null,
          "subscription_display": null,
          "subscriptionline": null,
          "subscriptionlineperiodamount": null,
          "subscriptionlinerate": null,
          "subscriptionlinetype": null,
          "subscriptionmodified": null,
          "subscriptionneedsrefresh": null,
          "sys_id": "4865029945750114",
          "sys_parentid": "4865029968670695",
          "taxcode": "-8",
          "taxcode_display": "-Not Taxable-",
          "taxrate1": null,
          "unitconversionrate": null,
          "units": null,
          "units_display": null,
          "unitslist": null,
          "warnnodropship": null,
          "weightinlb": null
        }
      },
      "giftcertredemption": {
        "currentline": {
          "authcode": "",
          "authcodeamtdesired": "",
          "authcodeamtremaining": "",
          "authcodeapplied": "",
          "giftcertavailable": "",
          "lineid": "",
          "sys_id": "-4865030333925103",
          "sys_parentid": "4865029968670695",
          "#": "1"
        }
      },
      "partners": {
        "currentline": {
          "contribution": "",
          "id": "",
          "iscontributionuserdefined": "",
          "isprimary": "",
          "partner": "",
          "partnerrole": "",
          "sys_id": "-4865030333893659",
          "sys_parentid": "4865029968670695",
          "transaction": "",
          "#": "1"
        }
      },
      "iladdrbook": {
        "currentline": {
          "iladdrinternalid": "",
          "iladdrisdefaultbill": "",
          "iladdrisdefaultship": "",
          "iladdrshipaddr": "",
          "iladdrshipaddr1": "",
          "iladdrshipaddr2": "",
          "iladdrshipaddressee": "",
          "iladdrshipattention": "",
          "iladdrshipcity": "",
          "iladdrshipcountry": "",
          "iladdrshipiscustom": "",
          "iladdrshipisresidential": "",
          "iladdrshiplabel": "",
          "iladdrshipoverride": "",
          "iladdrshipphone": "",
          "iladdrshipstate": "",
          "iladdrshipzip": "",
          "sys_id": "-4865030328973260",
          "sys_parentid": "4865029968670695",
          "#": "2"
        },
        "line 1": {
          "iladdrinternalid": "3118",
          "iladdrisdefaultbill": "T",
          "iladdrisdefaultship": "T",
          "iladdrshipaddr": "CEM Supplies\n179 E Houston St\nNew York NY 10002\nUnited States",
          "iladdrshipaddr1": "179 E Houston St",
          "iladdrshipaddr2": null,
          "iladdrshipaddressee": "CEM Supplies",
          "iladdrshipattention": null,
          "iladdrshipcity": "New York",
          "iladdrshipcountry": "US",
          "iladdrshipiscustom": "F",
          "iladdrshipisresidential": "T",
          "iladdrshiplabel": null,
          "iladdrshipoverride": "F",
          "iladdrshipphone": "+12124754880",
          "iladdrshipstate": "NY",
          "iladdrshipzip": "10002",
          "sys_id": "4865029969824442",
          "sys_parentid": "4865029968670695"
        }
      },
      "shipgroup": {
        "currentline": {
          "destinationaddress": "",
          "destinationaddressref": "",
          "handlingrate": "",
          "id": "",
          "isfulfilled": "",
          "isshippingtaxable": "",
          "shipgrouphashandlingacct": "",
          "shippingcarrier": "",
          "shippingmethod": "",
          "shippingmethodref": "",
          "shippingrate": "",
          "shippingtaxamt": "",
          "shippingtaxcode": "",
          "shippingtaxrate": "",
          "sourceaddress": "",
          "sourceaddressref": "",
          "sys_id": "-4865030328912771",
          "sys_parentid": "4865029968670695",
          "weight": "",
          "#": "2"
        },
        "line 1": {
          "destinationaddress": "179 E Houston St New York NY 10002 United States",
          "destinationaddressref": "3118",
          "handlingrate": "0.00",
          "id": "1",
          "isfulfilled": "F",
          "isshippingtaxable": "T",
          "shipgrouphashandlingacct": "F",
          "shippingcarrier": "nonups",
          "shippingmethod": "Airborne",
          "shippingmethodref": "2",
          "shippingrate": "15.00",
          "shippingtaxamt": "0.00",
          "shippingtaxcode": "-7",
          "shippingtaxcode_display": "-Not Taxable-",
          "shippingtaxrate": null,
          "sourceaddress": null,
          "sourceaddressref": "DEFAULT",
          "sys_id": "4865029969859378",
          "sys_parentid": "4865029968670695",
          "weight": ".67"
        }
      },
      "transformations": {},
      "billingschedule": {
        "line 1": {
          "billamount": "76.20",
          "billdate": "3/31/2025",
          "sys_id": "4865029969874864",
          "sys_parentid": "4865029968670695"
        }
      },
      "links": {
        "line 1": {
          "id": "26050",
          "linktype": "Order Fulfillment Request",
          "linkurl": "/app/accounting/transactions/fftreq.nl?whence=",
          "status": "New",
          "sys_id": "4865029969888588",
          "sys_parentid": "4865029968670695",
          "total": null,
          "trandate": "3/31/2025",
          "tranid": "36",
          "type": "Fulfillment Request"
        }
      }
    }
  }
}

renderEnumerate

Enumerates the SuiteScript N/render module, providing information about the print modes, data sources, etc that are supported.


Parameters

None.


Sample Request
{
  "procedure": "renderEnumerate"
}

Sample Response
{
  "PrintMode": {
    "PDF": "PDF",
    "HTML": "HTML",
    "DEFAULT": "DEFAULT"
  },
  "DataSource": {
    "XML_DOC": "XML_DOC",
    "XML_STRING": "XML_STRING",
    "OBJECT": "OBJECT",
    "JSON": "JSON"
  }
}

runtimeGet

Provides information about the current runtime settings, including the account ID, environment type, the user, etc.


Parameters

None.


Sample Request
{
  "procedure": "runtimeGet"
}

Sample Response
{
  "accountId": "999999",
  "envType": "PRODUCTION",
  "executionContext": "RESTLET",
  "processorCount": 2,
  "queueCount": 1,
  "version": "2022.2",
  "currentScript": {
    "id": "customscript_suiteapi",
    "deploymentId": "customdeploy_suiteapi",
    "logLevel": "DEBUG",
    "bundleIds": []
  },
  "currentSession": {},
  "currentUser": {
    "id": 1545,
    "name": "Tim Dietrich",
    "email": "timdietrich@me.com",
    "location": 0,
    "department": 0,
    "role": 1064,
    "roleId": "customrole_suiteapi_integration",
    "roleCenter": "ACCOUNTCENTER",
    "subsidiary": 2
  }
}

searchRun

Returns the results of an existing saved search.


Parameters

id: The ID of the saved search to be run. This can be the numeric internal ID of the search, or the script ID (i.e. the ID with the "customsearch" prefix). Required.


Sample Request
{
  "procedure": "searchRun",
  "id": "customsearch_ss_scis_ats"
}

Sample Response
[
  {
    "recordType": "inventoryitem",
    "id": "321",
    "values": {
      "upccode": "",
      "itemid": "3-Tone Eye Shadow with Mirror",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1312",
    "values": {
      "upccode": "",
      "itemid": "3D Cube Pro Printer",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "1995",
      "formulanumeric_1": "0",
      "formulanumeric_2": "4",
      "formulanumeric_3": "1991"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1312",
    "values": {
      "upccode": "",
      "itemid": "3D Cube Pro Printer",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "45",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "45"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "999",
    "values": {
      "upccode": "",
      "itemid": "Acai Granola",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "450",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "450"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "322",
    "values": {
      "upccode": "",
      "itemid": "All Day Eyeliner",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1000",
    "values": {
      "upccode": "",
      "itemid": "Almond Granola",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1001",
    "values": {
      "upccode": "",
      "itemid": "Almond Rice",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "1700",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1700"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1512",
    "values": {
      "upccode": "",
      "itemid": "Apparition Jacket",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "200"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1003",
    "values": {
      "upccode": "",
      "itemid": "Apple wheat",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "78",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "78"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1005",
    "values": {
      "upccode": "",
      "itemid": "Apricot",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "368",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "368"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "323",
    "values": {
      "upccode": "",
      "itemid": "Aqua True Cream",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "323",
    "values": {
      "upccode": "",
      "itemid": "Aqua True Cream",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1320",
    "values": {
      "upccode": "",
      "itemid": "Archer 2P FeatherLight Tent",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "600",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "600"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "667",
    "values": {
      "upccode": "",
      "itemid": "Ascend Round Cocktail Table",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "667",
    "values": {
      "upccode": "",
      "itemid": "Ascend Round Cocktail Table",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "669",
    "values": {
      "upccode": "",
      "itemid": "Ascend Round End Table",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "669",
    "values": {
      "upccode": "",
      "itemid": "Ascend Round End Table",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "668",
    "values": {
      "upccode": "",
      "itemid": "Ascend Sofa Table",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "668",
    "values": {
      "upccode": "",
      "itemid": "Ascend Sofa Table",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "115",
    "values": {
      "upccode": "",
      "itemid": "ASUS PG348Q RoG SWIFT 34\" Curved 21:9 QHD IPS G-Sync Monitor",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "30",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "32"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "115",
    "values": {
      "upccode": "",
      "itemid": "ASUS PG348Q RoG SWIFT 34\" Curved 21:9 QHD IPS G-Sync Monitor",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "671",
    "values": {
      "upccode": "",
      "itemid": "Baja End Table",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "671",
    "values": {
      "upccode": "",
      "itemid": "Baja End Table",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "670",
    "values": {
      "upccode": "",
      "itemid": "Baja Rectangular Cocktail Table",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "670",
    "values": {
      "upccode": "",
      "itemid": "Baja Rectangular Cocktail Table",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1514",
    "values": {
      "upccode": "",
      "itemid": "Bandida Jacket",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "700",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "700"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1006",
    "values": {
      "upccode": "",
      "itemid": "Barberry",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "984",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "984"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "328",
    "values": {
      "upccode": "",
      "itemid": "Basil Lemon Hand Wash",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1515",
    "values": {
      "upccode": "",
      "itemid": "Beemer Jacket",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "300",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "300"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1007",
    "values": {
      "upccode": "",
      "itemid": "Berry Granola",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "234",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "234"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1008",
    "values": {
      "upccode": "",
      "itemid": "Berry Oat Granola",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "800",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "800"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1009",
    "values": {
      "upccode": "",
      "itemid": "Bird Seed",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "200"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1723",
    "values": {
      "upccode": "",
      "itemid": "Black and White",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "600",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "600"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "332",
    "values": {
      "upccode": "",
      "itemid": "Black Leather Belt",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "333",
    "values": {
      "upccode": "",
      "itemid": "Black Leather Jacket",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "334",
    "values": {
      "upccode": "",
      "itemid": "Black Leather Valise",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1413",
    "values": {
      "upccode": "",
      "itemid": "Blue 9 LED Laserable Flashlight With Strap",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "111",
    "values": {
      "upccode": "",
      "itemid": "Brocade 7800 Extension Switch",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "29"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "111",
    "values": {
      "upccode": "",
      "itemid": "Brocade 7800 Extension Switch",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "0",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "339",
    "values": {
      "upccode": "",
      "itemid": "Brown Leather Satchel",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "123",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "123"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "340",
    "values": {
      "upccode": "",
      "itemid": "Brown Leather Valise",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "341",
    "values": {
      "upccode": "",
      "itemid": "Cable Knit Hat",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "343",
    "values": {
      "upccode": "",
      "itemid": "Canvas Backpack",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1011",
    "values": {
      "upccode": "",
      "itemid": "Chocolate Berry",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "300",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "300"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1012",
    "values": {
      "upccode": "",
      "itemid": "Chocolate Chip",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "2700",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "2700"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1013",
    "values": {
      "upccode": "",
      "itemid": "Chocolate Granola",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "1200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1200"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1014",
    "values": {
      "upccode": "",
      "itemid": "Chocolate Nut",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "3000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "3000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "345",
    "values": {
      "upccode": "",
      "itemid": "Cleansing Shower Gel",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "964",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze F B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "964",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze F B",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "963",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze F M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "963",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze F M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "968",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze K B",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "968",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze K B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "967",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze K M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "967",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze K M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "966",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze Q B",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "966",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze Q B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "965",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze Q M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "965",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze Q M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "962",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze T B",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "98"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "962",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze T B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "961",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze T M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "961",
    "values": {
      "upccode": "",
      "itemid": "Contour Rhapsody Breeze : Contour Rhapsody Breeze T M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1015",
    "values": {
      "upccode": "",
      "itemid": "Cranberry",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "347",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "347"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "541",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt CMM",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "541",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt CMM",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "340",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "340"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1207",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt GRL",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "120",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "120"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "542",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt GRS",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "542",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt GRS",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1209",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt RUL",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "120",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "120"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "543",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt RUM",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "543",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt RUM",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "544",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt TEL",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "544",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt TEL",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1211",
    "values": {
      "upccode": "",
      "itemid": "Crew Neck T-Shirt : Crew Neck T-Shirt TEM",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "120",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "120"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "371",
    "values": {
      "upccode": "",
      "itemid": "Dark Straight Leg",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "96",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "96"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "372",
    "values": {
      "upccode": "",
      "itemid": "Deep Cleansing Scrub",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "118",
    "values": {
      "upccode": "",
      "itemid": "Dell 24\" U2415 UltraSharp LED Monitor",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "31",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "118",
    "values": {
      "upccode": "",
      "itemid": "Dell 24\" U2415 UltraSharp LED Monitor",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "22",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "23"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "119",
    "values": {
      "upccode": "",
      "itemid": "Dell UP3216Q 32\" UltraSharp UltraHD LED Monitor",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "22",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "23"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "119",
    "values": {
      "upccode": "",
      "itemid": "Dell UP3216Q 32\" UltraSharp UltraHD LED Monitor",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "31",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "375",
    "values": {
      "upccode": "",
      "itemid": "Dual Tip Pencil",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "377",
    "values": {
      "upccode": "",
      "itemid": "Essential Leather Belt",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "321",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "321"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "656",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Chair",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "662",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Chest",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "659",
    "values": {
      "upccode": "",
      "itemid": "Estes Park End Table",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "660",
    "values": {
      "upccode": "",
      "itemid": "Estes Park End Table - Chairside",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "664",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Nightstand",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "657",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Ottoman",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "663",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Queen Poster Headboard",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "658",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Rect Cocktail Table",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "661",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Sofa Table",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "665",
    "values": {
      "upccode": "",
      "itemid": "Estes Park Upholstered Couch",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1518",
    "values": {
      "upccode": "",
      "itemid": "Geisha Zip Jacket",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "950",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU L",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "950",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU L",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "5100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "5100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "949",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "949",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "948",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU S",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "948",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket BU S",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "953",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN L",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "953",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN L",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "952",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "98",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "98"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "952",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "951",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN S",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "951",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GN S",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "956",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR L",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "956",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR L",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "955",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "955",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "954",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR S",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "954",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket GR S",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "959",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD L",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "959",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD L",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "958",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD M",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "958",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "957",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD S",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "957",
    "values": {
      "upccode": "",
      "itemid": "Ghost Whisperer Thermal Jacket : Ghost Whisperer Thermal Jacket RD S",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "382",
    "values": {
      "upccode": "",
      "itemid": "Glamorous Attraction Eye Shadow",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "382",
    "values": {
      "upccode": "",
      "itemid": "Glamorous Attraction Eye Shadow",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "383",
    "values": {
      "upccode": "",
      "itemid": "Glossy Balm",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "789",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "789"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "384",
    "values": {
      "upccode": "",
      "itemid": "Gold Watch with Leather Strap",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "385",
    "values": {
      "upccode": "",
      "itemid": "Graceful Body Emulsion",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1016",
    "values": {
      "upccode": "",
      "itemid": "Grapefruit",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "129",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "129"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "386",
    "values": {
      "upccode": "",
      "itemid": "Grey Cotton Hoodie",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "200"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "388",
    "values": {
      "upccode": "",
      "itemid": "Grey Fedora",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1326",
    "values": {
      "upccode": "",
      "itemid": "Hoop Dreams Tent Shelter",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1327",
    "values": {
      "upccode": "",
      "itemid": "Hoopla Tent Shelter",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "117",
    "values": {
      "upccode": "",
      "itemid": "HP ENVY 32\" Media Display Monitor w/ AMD FreeSync",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "22",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "23"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "117",
    "values": {
      "upccode": "",
      "itemid": "HP ENVY 32\" Media Display Monitor w/ AMD FreeSync",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "31",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "391",
    "values": {
      "upccode": "",
      "itemid": "In-Shower Lotion",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "106",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro  9.7 inch - 32GB",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "106",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro  9.7 inch - 32GB",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "108",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 128 GB",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "108",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 128 GB",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "109",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 256 GB",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "109",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 256 GB",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "105",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 32 GB",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "105",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 12.9 inch - 32 GB",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "107",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 9.7 inch - 128 GB",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "107",
    "values": {
      "upccode": "",
      "itemid": "iPad Pro 9.7 inch - 128 GB",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "537",
    "values": {
      "upccode": "",
      "itemid": "Knapsack : Knapsack AQ",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "538",
    "values": {
      "upccode": "",
      "itemid": "Knapsack : Knapsack FO",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "539",
    "values": {
      "upccode": "",
      "itemid": "Knapsack : Knapsack GR",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "397",
    "values": {
      "upccode": "",
      "itemid": "Knit Glove",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "398",
    "values": {
      "upccode": "",
      "itemid": "Leather Glove",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "673",
    "values": {
      "upccode": "",
      "itemid": "Leather Square Pillow",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "116",
    "values": {
      "upccode": "",
      "itemid": "Lenovo Y27F 27\" Curved LED Gaming Monitor",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "30",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "32"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "116",
    "values": {
      "upccode": "",
      "itemid": "Lenovo Y27F 27\" Curved LED Gaming Monitor",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1616",
    "values": {
      "upccode": "",
      "itemid": "Lightweight Circular Saw",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1617",
    "values": {
      "upccode": "",
      "itemid": "Lightweight Table Top Miter Saw",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "399",
    "values": {
      "upccode": "",
      "itemid": "Luminizing Shield",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "533",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips CM",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "499",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "499"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "533",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips CM",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "534",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips MG",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "534",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips MG",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "535",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips RO",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "535",
    "values": {
      "upccode": "",
      "itemid": "Luscious Lips : Luscious Lips RO",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "112",
    "values": {
      "upccode": "",
      "itemid": "MacBook Pro Intel Core i5 2.0 GHz Dual-Core 8GB RAM  256GB S",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "30",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "32"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "112",
    "values": {
      "upccode": "",
      "itemid": "MacBook Pro Intel Core i5 2.0 GHz Dual-Core 8GB RAM  256GB S",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "113",
    "values": {
      "upccode": "",
      "itemid": "MacBook Pro with TouchBar i5 2.9GHz Dual-Core 8GB RAM",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "113",
    "values": {
      "upccode": "",
      "itemid": "MacBook Pro with TouchBar i5 2.9GHz Dual-Core 8GB RAM",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "30",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "32"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "114",
    "values": {
      "upccode": "",
      "itemid": "MSi GP 62 15.6 Gaming Laptop i7-6700HQ 2.6GHz",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "114",
    "values": {
      "upccode": "",
      "itemid": "MSi GP 62 15.6 Gaming Laptop i7-6700HQ 2.6GHz",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "30",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "32"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "403",
    "values": {
      "upccode": "",
      "itemid": "Nourishing Care Wash",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1730",
    "values": {
      "upccode": "",
      "itemid": "Nutty Berry",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "2343",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "2343"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "973",
    "values": {
      "upccode": "",
      "itemid": "Patriarch Luxury Firm : Patriarch Luxury Firm F B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "972",
    "values": {
      "upccode": "",
      "itemid": "Patriarch Luxury Firm : Patriarch Luxury Firm F M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "971",
    "values": {
      "upccode": "",
      "itemid": "Patriarch Luxury Firm : Patriarch Luxury Firm T B",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "970",
    "values": {
      "upccode": "",
      "itemid": "Patriarch Luxury Firm : Patriarch Luxury Firm T M",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1619",
    "values": {
      "upccode": "",
      "itemid": "Perform Series 4.4 Amp Jigsaw",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1418",
    "values": {
      "upccode": "",
      "itemid": "Photokinetic Goggles",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1419",
    "values": {
      "upccode": "",
      "itemid": "Photometric Goggles",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1420",
    "values": {
      "upccode": "",
      "itemid": "Photophase Goggles",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "407",
    "values": {
      "upccode": "",
      "itemid": "Plush High Volume Mascara",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "409",
    "values": {
      "upccode": "",
      "itemid": "Posh Collection Eye Shadow",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "529",
    "values": {
      "upccode": "",
      "itemid": "Posh Collection Lipstick : Posh Collection Lipstick MG",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "530",
    "values": {
      "upccode": "",
      "itemid": "Posh Collection Lipstick : Posh Collection Lipstick PL",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "531",
    "values": {
      "upccode": "",
      "itemid": "Posh Collection Lipstick : Posh Collection Lipstick PU",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "414",
    "values": {
      "upccode": "",
      "itemid": "Posh Collection Mascara",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "525",
    "values": {
      "upccode": "",
      "itemid": "Posh Eyeliner : Posh Eyeliner CR",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "526",
    "values": {
      "upccode": "",
      "itemid": "Posh Eyeliner : Posh Eyeliner HP",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "527",
    "values": {
      "upccode": "",
      "itemid": "Posh Eyeliner : Posh Eyeliner RO",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "380",
    "values": {
      "upccode": "",
      "itemid": "Posh Gift Card",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "646",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "646"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "421",
    "values": {
      "upccode": "",
      "itemid": "Posh Purple On-the-Go Eye Shadow",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "422",
    "values": {
      "upccode": "",
      "itemid": "Posh Ultra-Fine Lashes",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1622",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Circular Saw",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "1500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1623",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Compound Miter Saw",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1624",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Cordless Reciprocating Saw",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1625",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Gas Powered Chainsaw",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1625",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Gas Powered Chainsaw",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "499",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "499"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1626",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Nail Gun",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1627",
    "values": {
      "upccode": "",
      "itemid": "Precision Craft Tool Belt",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "423",
    "values": {
      "upccode": "",
      "itemid": "Pro Essentials Brush Set",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "1100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "426",
    "values": {
      "upccode": "",
      "itemid": "Pump It Up Mascara",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1021",
    "values": {
      "upccode": "",
      "itemid": "Raisin",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "678",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "678"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "431",
    "values": {
      "upccode": "",
      "itemid": "RB431",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "431",
    "values": {
      "upccode": "",
      "itemid": "RB431",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1022",
    "values": {
      "upccode": "",
      "itemid": "Red Berry",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "1234",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1234"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "429",
    "values": {
      "upccode": "",
      "itemid": "Replenish Conditioner",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "429",
    "values": {
      "upccode": "",
      "itemid": "Replenish Conditioner",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "432",
    "values": {
      "upccode": "",
      "itemid": "Rose Petal Conditioner",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "432",
    "values": {
      "upccode": "",
      "itemid": "Rose Petal Conditioner",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "433",
    "values": {
      "upccode": "",
      "itemid": "Rose Petal Shampoo",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "433",
    "values": {
      "upccode": "",
      "itemid": "Rose Petal Shampoo",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "10",
          "text": "Store #140 Boston"
        }
      ],
      "formulanumeric": "150",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "150"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "6",
      "formulanumeric_3": "93"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "200"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "14",
          "text": "Store #180 New York"
        }
      ],
      "formulanumeric": "148",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "147"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "200",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "199"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "198",
      "formulanumeric_1": "0",
      "formulanumeric_2": "10",
      "formulanumeric_3": "188"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "149",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "149"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "978",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack BU",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "785",
      "formulanumeric_1": "0",
      "formulanumeric_2": "15",
      "formulanumeric_3": "770"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "979",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack GR",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "2000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "2000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "979",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack GR",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "1999",
      "formulanumeric_1": "0",
      "formulanumeric_2": "2",
      "formulanumeric_3": "1997"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "979",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack GR",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "2000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "2000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "979",
    "values": {
      "upccode": "aaabbb123",
      "itemid": "Salida Backpack : Salida Backpack GR",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "2000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "2000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "654",
    "values": {
      "upccode": "",
      "itemid": "Salida Backpack II : Salida Backpack II-GR",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "654",
    "values": {
      "upccode": "",
      "itemid": "Salida Backpack II : Salida Backpack II-GR",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "655",
    "values": {
      "upccode": "",
      "itemid": "Salida Backpack II : Salida Backpack II-RD",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "655",
    "values": {
      "upccode": "",
      "itemid": "Salida Backpack II : Salida Backpack II-RD",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "435",
    "values": {
      "upccode": "",
      "itemid": "Scarlet Shimmer",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1024",
    "values": {
      "upccode": "",
      "itemid": "Seed and Nut",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "321",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "320"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1349",
    "values": {
      "upccode": "",
      "itemid": "Shaka 55 Backpack",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "436",
    "values": {
      "upccode": "",
      "itemid": "Signature Eyeliner",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "441",
    "values": {
      "upccode": "",
      "itemid": "Skinny Tinted",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "441",
    "values": {
      "upccode": "",
      "itemid": "Skinny Tinted",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1424",
    "values": {
      "upccode": "",
      "itemid": "Small First Aid Kit 100 Piece",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1425",
    "values": {
      "upccode": "",
      "itemid": "Small First Aid Kit 100 Piece: Car, Home, Survival",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "456",
    "values": {
      "upccode": "",
      "itemid": "Sorority Fleece Zip-up",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "99",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1426",
    "values": {
      "upccode": "",
      "itemid": "Space Station Tent",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "457",
    "values": {
      "upccode": "",
      "itemid": "Sparkle and Glow",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1026",
    "values": {
      "upccode": "",
      "itemid": "Straight Granola",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "789",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "789"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "458",
    "values": {
      "upccode": "",
      "itemid": "Straight Leg Dark Grey",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "462",
    "values": {
      "upccode": "",
      "itemid": "Striped Blouse",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "462",
    "values": {
      "upccode": "",
      "itemid": "Striped Blouse",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "463",
    "values": {
      "upccode": "",
      "itemid": "Striped Scarf",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "82",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "81"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "463",
    "values": {
      "upccode": "",
      "itemid": "Striped Scarf",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1427",
    "values": {
      "upccode": "",
      "itemid": "Stronghold Station Tent",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "466",
    "values": {
      "upccode": "",
      "itemid": "Summer Hat",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "466",
    "values": {
      "upccode": "",
      "itemid": "Summer Hat",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "5",
    "values": {
      "upccode": "",
      "itemid": "Sun Sparc T4-2 Server",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "23",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "24"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "5",
    "values": {
      "upccode": "",
      "itemid": "Sun Sparc T4-2 Server",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "28",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "30"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "467",
    "values": {
      "upccode": "",
      "itemid": "The Bindel Jacket",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "468",
    "values": {
      "upccode": "",
      "itemid": "The Gentleman",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "246",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "246"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "470",
    "values": {
      "upccode": "",
      "itemid": "Tinted Relaxed Fit",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "678",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "678"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "472",
    "values": {
      "upccode": "",
      "itemid": "TLC Night Serum",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1029",
    "values": {
      "upccode": "",
      "itemid": "Tropical Granola",
      "inventorylocation": [
        {
          "value": "15",
          "text": "05: Miami"
        }
      ],
      "formulanumeric": "332",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "332"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "120",
    "values": {
      "upccode": "",
      "itemid": "USB Cables - 10 Ft",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "120",
    "values": {
      "upccode": "",
      "itemid": "USB Cables - 10 Ft",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "121",
    "values": {
      "upccode": "",
      "itemid": "USB Cables - 5 Ft",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "121",
    "values": {
      "upccode": "",
      "itemid": "USB Cables - 5 Ft",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "474",
    "values": {
      "upccode": "",
      "itemid": "Velvet Black Mascara",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "122",
    "values": {
      "upccode": "",
      "itemid": "VGA Cable - 8 Ft",
      "inventorylocation": [
        {
          "value": "2",
          "text": "02: New York"
        }
      ],
      "formulanumeric": "24",
      "formulanumeric_1": "1",
      "formulanumeric_2": "0",
      "formulanumeric_3": "25"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "122",
    "values": {
      "upccode": "",
      "itemid": "VGA Cable - 8 Ft",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "29",
      "formulanumeric_1": "2",
      "formulanumeric_2": "0",
      "formulanumeric_3": "31"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "475",
    "values": {
      "upccode": "",
      "itemid": "Volumizing Conditioner",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "475",
    "values": {
      "upccode": "",
      "itemid": "Volumizing Conditioner",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "96",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "96"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "477",
    "values": {
      "upccode": "",
      "itemid": "Volumizing Shampoo",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "477",
    "values": {
      "upccode": "",
      "itemid": "Volumizing Shampoo",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "1",
      "formulanumeric_3": "99"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "438",
    "values": {
      "upccode": "",
      "itemid": "W56526",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "438",
    "values": {
      "upccode": "",
      "itemid": "W56526",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1359",
    "values": {
      "upccode": "",
      "itemid": "Wandrin 32 Backpack",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1360",
    "values": {
      "upccode": "",
      "itemid": "Wandrin 48 Backpack",
      "inventorylocation": [
        {
          "value": "13",
          "text": "Store #100 San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "478",
    "values": {
      "upccode": "",
      "itemid": "White Blouse",
      "inventorylocation": [
        {
          "value": "7",
          "text": "03: Chicago"
        }
      ],
      "formulanumeric": "100",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "100"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "478",
    "values": {
      "upccode": "",
      "itemid": "White Blouse",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "98",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "98"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1636",
    "values": {
      "upccode": "",
      "itemid": "Workman 15 Amp Electric Chainsaw",
      "inventorylocation": [
        {
          "value": "1",
          "text": "01: San Francisco"
        }
      ],
      "formulanumeric": "500",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "500"
    }
  },
  {
    "recordType": "inventoryitem",
    "id": "1638",
    "values": {
      "upccode": "",
      "itemid": "XLR-SAW",
      "inventorylocation": [
        {
          "value": "8",
          "text": "04: Denver"
        }
      ],
      "formulanumeric": "1000",
      "formulanumeric_1": "0",
      "formulanumeric_2": "0",
      "formulanumeric_3": "1000"
    }
  }
]

transactionRender

Generates a PDF or HTML representation of a specified transaction.


Parameters

transactionType: The type of transaction to be rendered. Required. Examples include salesorder, estimate, etc.

id: The internal ID of the transaction. Required.

formId: The transaction form number. Optional.

printMode: The type of file to be generated. This is an enumeration based SuiteAPI's "renderEnumerate" procedure. Examples include PDF and HTML.


Sample Request
{
  "procedure": "transactionRender",
  "transactionType": "salesorder",
  "id": 26383,
  "printMode": "HTML"
}

Sample Response
{
  "info": {
    "type": "file.File",
    "id": null,
    "name": "Sales Order_327.html",
    "description": null,
    "path": "Sales Order_327.html",
    "url": null,
    "folder": -1,
    "fileType": "HTMLDOC",
    "isText": true,
    "size": 90353,
    "encoding": "UTF-8",
    "isInactive": false,
    "isOnline": false
  },
  "content": "\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n<title>Sales Order</title>\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=null&NS_VER=2022.2&minver=14&locale=en_US.nlqs?rwcache=709842512'></script>\n<script type='text/javascript' src='/javascript/suitescript/utility/undefine.js?rwcache=709842512'></script>\n<STYLE>\n<!--\nbody, p, td, th {\n\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\tfont-size: 11px;\n}\nth {\n\tfont-weight: bold;\n\tcolor: #FFFFFF;\n}\n.headline {\n\tfont-family: Helvetica, sans-serif;\n\tfont-size: 17pt;\n\tfont-weight: bold;\n}\n.disclaimer {\n\tfont-family: Verdana, Arial, Helvetica, sans-serif;\n\tfont-size: 9px;\n}\n.lined {\n\tborder: 1px solid #777777;\n}\n-->\n</STYLE>\n\n<script type=\"application/json\" id=\"data_765736383\"\">{\"translations\":{},\"horizontalLabelEnabled\":false}</script>\n<script type=\"application/javascript\">\n(function (data) {\nNS = window.NS || {};\n\nNS.Translations = NS.Translations || {};\nNS.Translations.dictionary = NS.Translations.dictionary || {};\nfor(var key in data.translations)\n{\n    if (data.translations.hasOwnProperty(key))\n    {\n        NS.Translations.dictionary[key] = data.translations[key];\n    }\n}\nNS.Translations.getTranslatedString = function (key, params) {\n\tif (NS.Translations.dictionary && NS.Translations.dictionary[key]) {\n\t\tvar translated = NS.Translations.dictionary[key];\n\t\tif (params) {\n\t\t\tvar index = 1;\n\t\t\tfor (var property in params) {\n\t\t\t\ttranslated = translated.replace(\"{\" + index + \":\" + property + \"}\", params[property]);\n\t\t\t\tindex++;\n\t\t\t}\n\t\t}\n\n\t\treturn translated;\n\t}\n\treturn key;\n}\n\nNS.UI = NS.UI || {};\nNS.UI.Preferences = NS.UI.Preferences || {};\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\n\n})(JSON.parse(document.getElementById('data_765736383').textContent));\n</script>\n</head>\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\n<div id='outerwrapper' style='text-align:left'>\n<div id='innerwrapper' style='width:100%'>\n<div id='div__header' \nclass='noprint' \nleftmargin='0' topmargin='0' marginwidth='1'>\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\r\n\r\n</table></div>\n<div id='div__title' style='margin: 0px;'></div>\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\n<div id='div__body' style=\"margin: 0px; \">\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\n\t<tr>\n\t\t<td valign=top>\n\t\t\t<IMG SRC=\"https://tstdrv2533109.app.netsuite.com/core/media/media.nl?id=1374&c=TSTDRV2533109&h=aXH6Sp6sDdLZRENPHmPc3Z6H17KzSEBS2gmAaeDlAqKVcXA5\" ALT=\"\" BORDER=0><BR>\n\t\t\t \n\t\t\t4270 Senter Rd\r<br>San Jose CA 95111\r<br>United States\n\t\t\t<P>\n\t\t\t<table border=0 cellpadding=1 cellspacing=0>\n\t\t\t\t<tr>\n\t\t\t\t\t<TD valign=top><b>Bill To</b><br>CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</TD>\n\t\t\t\t\t<td>&nbsp;&nbsp;</td>\n\t\t\t\t\t<TD valign=top><b>Ship To</b><br><input name=\"shipaddress\" id=\"shipaddress\" type=\"hidden\" onChange=\"if (getNormalizedAddressText(nlapiGetFieldValue('shipaddress')) != getNormalizedAddressText(nlapiGetFieldValue('shippingaddress_text'))) {  nlapiSetFieldValue('shippingaddress_text', nlapiGetFieldValue('shipaddress'));if (nlapiGetFieldValue('shipoverride') != 'T') {  nlapiSetFieldValue('shipoverride', 'T', false);}  var subrecord = getAddressSubrecord('shippingaddress', 'shippingaddress_key');  if (subrecord != null) {    subrecord.setFieldValue('addrtext', nlapiGetFieldValue('shippingaddress_text'));    subrecord.setFieldValue('createdbylegacyfields', 'T', false);    subrecord.setFieldValue('override', nlapiGetFieldValue('shipoverride'));  }}\" value=\"CEM Supplies&lt;br&gt;179 E Houston St&lt;br&gt;New York NY 10002&lt;br&gt;United States\"></TD>\n\t\t\t\t</tr>\n\t\t\t</table>\n\t\t</td>\n\t\t<td valign=top>\n\t\t\t<table align=center border=0 cellpadding=1 cellspacing=0>\n\t\t\t\t<tr><td colspan=3><div class=\"headline\">Sales Order</div></td></tr>\n\t\t\t\t<tr><td>Date</td><td>&nbsp;</td><td>8/15/2022</td></tr>\n\t\t\t\t<tr><td>Order #</td><td>&nbsp;</td><td>327</td></tr>\n\t\t\t\t \n\t\t\t\t<tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Ship Date</td><td>&nbsp;</td><td>8/15/2022</td></tr><tr><td>Tracking #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>United States</span><input name=\"subsidiary\" id=\"subsidiary\" type=\"hidden\" onChange=\"\" value=\"2\"></td></tr><tr><td>One Time</td><td>&nbsp;</td><td>0.00</td></tr><tr><td>Weekly</td><td>&nbsp;</td><td>0.00</td></tr><tr><td>Monthly</td><td>&nbsp;</td><td>0.00</td></tr><tr><td>Quarterly</td><td>&nbsp;</td><td>0.00</td></tr><tr><td>Annually</td><td>&nbsp;</td><td>0.00</td></tr>\n\t\t\t</table>\n\t\t</td>\n\t</tr>\n</table>\n<P>\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\"border-collapse: collapse;\"><tr bgcolor=\"#777777\"><th nowrap class=\"lined\" align=left>Project</th><th nowrap class=\"lined\" align=left>Item</th><th nowrap class=\"lined\" align=right>Quantity</th><th nowrap class=\"lined\" align=left>Units</th><th nowrap class=\"lined\" align=left>Description</th><th nowrap class=\"lined\" align=left>Inventory Detail</th><th nowrap class=\"lined\" align=right>Rate</th><th nowrap class=\"lined\" align=right>Amount</th><th nowrap class=\"lined\" align=left>Ship To</th><th nowrap class=\"lined\" align=left>Address</th><th nowrap class=\"lined\" align=left>Ship To</th><th nowrap class=\"lined\" align=left>Carrier</th><th nowrap class=\"lined\" align=left>Ship Via</th><th nowrap class=\"lined\" align=left>Options</th><th nowrap class=\"lined\" align=right>Tax Rate</th><th nowrap class=\"lined\" align=left>Subscription</th></tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>100</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 1</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>10.10</td>\n<td valign=top class=\"lined\" align=right nowrap>1,010.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 2</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 3</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 4</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 5</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 6</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 7</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 8</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 9</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 10</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 11</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 12</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 13</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 14</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 15</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 16</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 17</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 18</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 19</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 20</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 21</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 22</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 23</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 24</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 25</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 26</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 27</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 28</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 29</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 30</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 31</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 32</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 33</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 34</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 35</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 36</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 37</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 38</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 39</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 40</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 41</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 42</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 43</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 44</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 45</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 46</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 47</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 48</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 49</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 50</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 51</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 52</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 53</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 54</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 55</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 56</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 57</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 58</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 59</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 60</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 61</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 62</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 63</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 64</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 65</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 66</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 67</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 68</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 69</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 70</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 71</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 72</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 73</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 74</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 75</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 76</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 77</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 78</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 79</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 80</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 81</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 82</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 83</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 84</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 85</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 86</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 87</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 88</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 89</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 90</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 91</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 92</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 93</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 94</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 95</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 96</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 97</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 98</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 99</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item</td>\n<td valign=top class=\"lined\" align=right nowrap>200</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" >Test Item 100</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>20.22</td>\n<td valign=top class=\"lined\" align=right nowrap>4,044.00</td>\n<td valign=top class=\"lined\" >179 E Houston St</td>\n<td valign=top class=\"lined\" >CEM Supplies<br>179 E Houston St<br>New York NY 10002<br>United States</td>\n<td valign=top class=\"lined\" >3957</td>\n<td valign=top class=\"lined\" >More</td>\n<td valign=top class=\"lined\" >AIRBORNE</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n<td valign=top class=\"lined\" align=right nowrap>&nbsp;</td>\n<td valign=top class=\"lined\" >&nbsp;</td>\n</tr><tr><td valign=top class=\"lined\"  style=\"font-weight: bold;border-width: 0;\" align=right colspan=7>Total</td><td valign=top class=\"lined\"  style=\"border-width: 0;\" align=right nowrap>$401,366.00</td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td><td valign=top class=\"lined\"  style=\"border-width: 0;\"></td></tr></table>\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\"#FFFFFF\"><td align=left>&nbsp;</td></tr></table>\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\"border-collapse: collapse;\"> </table>\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\"#FFFFFF\"> </tr></table>\n</div>\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\n</div>\n</div></div>\n</body></html>\n"
}

xmlRender

Generates a PDF document based on an XML document, with full support for the Big Faceless Organization (BFO) tag library. For details, see: https://bfo.com/products/report/docs/tags/


Parameters

xml: The XML document or string to be converted into a PDF document. Required. For information on the tags that are supported, visit: https://bfo.com/products/report/docs/tags/


Sample Request
{
  "procedure": "xmlRender",
  "xml": "&lt;!DOCTYPE pdf PUBLIC \"-//big.faceless.org//report\" \"report-1.1.dtd\"&gt; \n&lt;pdf&gt;\n\t&lt;body font-size=\"18\"&gt;\n\t\t&lt;h1&gt;Hello, world!&lt;/h1&gt;\n\t\t&lt;p&gt;This is a test.&lt;/p&gt;\t\t\t\t\n\t\t&lt;table width=\"100%\"&gt;\n\t\t\t&lt;tr&gt;\n\t\t\t\t&lt;td width=\"50%\"&gt;\n\t\t\t\t\t&lt;img src=\"https://timdietrich.me/index_files/image_stack_img_419.png\" /&gt;\t\n\t\t\t\t&lt;/td&gt;\n\t\t\t\t&lt;td&gt;\n\t\t\t\t\t&lt;barcode codetype=\"code128\" showtext=\"true\" value=\"test\" /&gt;\n\t\t\t\t&lt;/td&gt;\n\t\t\t&lt;/tr&gt;\n\t\t&lt;/table&gt;\n\t\t&lt;input type=\"text\" name=\"id\" default-value=\"12345\" readonly=\"true\" /&gt;\n\t\t&lt;p&gt;Name:&lt;br/&gt;&lt;input type=\"text\" name=\"name\" width=\"10em\" /&gt;&lt;/p&gt;\n\t\t&lt;p&gt;&lt;input type=\"button\" name=\"submit\" onClick=\"pdf:submit(https://timdietrich.me, POST)\" /&gt;&lt;/p&gt;\n\t&lt;/body&gt;\n&lt;/pdf&gt;"
}

© 2024 Tim Dietrich.