POST v1/NetsuiteInventory/Post
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.NetsuiteInventoryCheckName | Description | Type | Additional 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.