API Reference
Bundles

Allows adding contract frequencies to be attached to a bundle

1min
POST
This endpoint will allow you to add contract frequencies to be attached to a bundle
Authentication
Authorization
Path Parameters
bundleReference
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
contractReferences
*
Description
DTO object for the Bundle Contracts
contracts
Responses
200
Ok
Description
The Dto of a bundle
name
description
tag
status
404
Not found <br />• Bundle cannot be found. <br />• Contract cannot be found.
409
Conflict <br />• A contract cannot be assigned to a bundle more than once.
412
Precondition Failed <br />• A minimum of one product is required in a bundle before a contract can be assigned.
Curl
JS
Ruby
Python
Responses
200
404
409
412