POST v1/NetsuiteInventory

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
netsuiteInventoryCheck
Documentation for 'netsuiteInventoryCheck'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "productItemIds": [
    1,
    2,
    3
  ],
  "checkAll": true,
  "purchaseId": 2
}

application/xml, text/xml

Sample:
Click to beautify!
<NetsuiteInventoryCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <CheckAll>true</CheckAll>
  <ProductItemIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
    <d2p1:long>3</d2p1:long>
  </ProductItemIds>
  <PurchaseId>2</PurchaseId>
</NetsuiteInventoryCheck>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.