Returns a list of Bundles
GET
/v{version}/salesBundlesReturns a list of Bundles...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Query Params
offset
integer <int32>
required
The number of items to skip before starting to collect the result
limit
integer <int32>
required
The numbers of items to return.
updateDate
string <date-time>
optional
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
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[object (BundleViewModel) {3}]
optional
Gets or sets the result.
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
total_count
integer <int32>
optional
Example
Not configured
Last modified: 5 days ago