Create a new Bundle
POST
/v{version}/salesBundlesCreate a new Bundle...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Body Params application/x-www-form-urlencoded
id
integer <int32>
optional
Gets or Sets Id
description
string
required
Gets or Sets Description
bundle_details
array[object (BundleItemViewModel) {13}]
required
Gets or Sets BundleDetails
id
integer <int32>
optional
Gets or Sets Id
bundle_id
integer <int32>
optional
Gets or Sets BundleId
quantity
number <double>
required
Gets or Sets Quantity
unit_price
number <double>
optional
Gets or Sets UnitPrice
price
number <double>
required
Gets or Sets Price
tax_rate
number <double>
optional
Gets or Sets TaxRate
stock_item_id
integer <int32>
optional
Gets or Sets StockItemId
stock_item_code
string
optional
Gets or Sets StockItemCode
stock_item_description
string
optional
Gets or Sets StockItemDescription
unit_of_measure_id
integer <int32>
optional
Gets or Sets UnitOfMeasureId
dimensions_value
number <double>
optional
Gets or Sets DimensionsValue
dimensions
string
optional
Gets or Sets Dimensions
comments
string
optional
Gets or Sets Comments
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
status_code
integer <int32>
optional
Gets or sets the status_code.
error_message
string
optional
Gets or sets the error_message.
result
array[integer <int32>]
optional
Gets or sets the result.
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago