POST api/BundleProduct/UpdateBundleProduct

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BundleProduct
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BundleProductId": "74ec1b00-a818-4c51-b819-41ec0ce29108",
  "SettingId": "7889bd9f-3c36-41d2-9259-4a1e852aa3bc",
  "BundleId": "sample string 2",
  "TenantId": "sample string 3",
  "BundleName": "sample string 4",
  "BundlePrice": "sample string 5",
  "BundleCcy": "sample string 6",
  "BundleWeight": "sample string 7",
  "BundleWeightUnit": "sample string 8",
  "BundleLength": "sample string 9",
  "BundleWidth": "sample string 10",
  "BundleHeight": "sample string 11",
  "BundleDimensionunit": "sample string 12",
  "EcommerceSource": "sample string 13",
  "ProductCount": 1,
  "TpCount": 1,
  "CreatedTimeStamp": "2025-09-18T03:35:53.0015246+00:00",
  "UpdatedTimeStamp": "2025-09-18T03:35:53.0015246+00:00",
  "SourceProductsIdsSplit": "sample string 14",
  "Shop": "sample string 15"
}

application/xml, text/xml

Sample:
<BundleProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <BundleCcy>sample string 6</BundleCcy>
  <BundleDimensionunit>sample string 12</BundleDimensionunit>
  <BundleHeight>sample string 11</BundleHeight>
  <BundleId>sample string 2</BundleId>
  <BundleLength>sample string 9</BundleLength>
  <BundleName>sample string 4</BundleName>
  <BundlePrice>sample string 5</BundlePrice>
  <BundleProductId>74ec1b00-a818-4c51-b819-41ec0ce29108</BundleProductId>
  <BundleWeight>sample string 7</BundleWeight>
  <BundleWeightUnit>sample string 8</BundleWeightUnit>
  <BundleWidth>sample string 10</BundleWidth>
  <CreatedTimeStamp>2025-09-18T03:35:53.0015246+00:00</CreatedTimeStamp>
  <EcommerceSource>sample string 13</EcommerceSource>
  <ProductCount>1</ProductCount>
  <SettingId>7889bd9f-3c36-41d2-9259-4a1e852aa3bc</SettingId>
  <Shop>sample string 15</Shop>
  <SourceProductsIdsSplit>sample string 14</SourceProductsIdsSplit>
  <TenantId>sample string 3</TenantId>
  <TpCount>1</TpCount>
  <UpdatedTimeStamp>2025-09-18T03:35:53.0015246+00:00</UpdatedTimeStamp>
</BundleProduct>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BundleProduct'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.