POST v1/NetsuiteInventory

Request Information

URI Parameters

None.

Body Parameters

Common.Dto.Post.NetsuiteInventoryCheck
NameDescriptionTypeAdditional information
productItemIds

Collection of integer

None.

checkAll

boolean

None.

purchaseId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "productItemIds": [
    1,
    2
  ],
  "checkAll": true,
  "purchaseId": 2
}

Response Information

Resource Description

None.