POST v1/NetsuiteInventory
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.NetsuiteInventoryCheck| Name | 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.