# Create or update a bundle product assignment

Endpoint: POST /bundles/productassignments
Version: 1.0.448.36393
Security: OAuth2

## Request fields (application/json):

  - `ProductID` (string, required)

  - `BundleID` (string, required)

  - `Required` (boolean, required)

  - `DefaultQuantity` (integer)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
