POST v1/NetsuiteInventory/MultiplePurchases

Documentation for 'MultiplePurchases'.

Request Information

Parameters

NameDescriptionAdditional information
purchaseIds
Documentation for 'purchaseIds'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
[
  1,
  2,
  3
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <long>1</long>
  <long>2</long>
  <long>3</long>
</ArrayOflong>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.