POST api/Product/UpdateDiscountBundle
Request Information
URI Parameters
None.
Body Parameters
ProductBundleName | Description | Type | Additional information |
---|---|---|---|
ProvideID | globally unique identifier |
None. |
|
ProviderName | string |
None. |
|
CountryId | integer |
None. |
|
ProducList | Collection of ProductBundleItemModel |
None. |
|
Id | globally unique identifier |
None. |
|
Detail | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedBy | globally unique identifier |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedDate | date |
None. |
|
DeletedBy | globally unique identifier |
None. |
|
DeletedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProvideID": "54138ab5-f2b3-430f-8a74-556cdd759840", "ProviderName": "sample string 2", "CountryId": 3, "ProducList": [ { "Name": "sample string 1", "Price": "sample string 2", "PriceWithDiscount": "sample string 3", "Discount": 4.0, "SKU": "sample string 5", "ProductURL": "sample string 6", "ImageURL": "sample string 7", "ProviderID": "97efecec-0761-42dc-88b0-e1bfe9ab79b1", "Id": "d977ee32-c0b8-4da3-bf53-a320ce3daede", "Detail": "sample string 10", "IsActive": true, "CreatedBy": "fab45d7f-5d02-4dcb-88b0-4dc19fe7b25e", "CreatedDate": "2025-04-03T23:47:19.2091454-07:00", "ModifiedBy": "db024095-51e6-4e48-85ae-42a2e1f3fd6f", "ModifiedDate": "2025-04-03T23:47:19.2091454-07:00", "DeletedBy": "618064a6-1929-4cea-847b-9d29a3d87881", "DeletedDate": "2025-04-03T23:47:19.2091454-07:00" }, { "Name": "sample string 1", "Price": "sample string 2", "PriceWithDiscount": "sample string 3", "Discount": 4.0, "SKU": "sample string 5", "ProductURL": "sample string 6", "ImageURL": "sample string 7", "ProviderID": "97efecec-0761-42dc-88b0-e1bfe9ab79b1", "Id": "d977ee32-c0b8-4da3-bf53-a320ce3daede", "Detail": "sample string 10", "IsActive": true, "CreatedBy": "fab45d7f-5d02-4dcb-88b0-4dc19fe7b25e", "CreatedDate": "2025-04-03T23:47:19.2091454-07:00", "ModifiedBy": "db024095-51e6-4e48-85ae-42a2e1f3fd6f", "ModifiedDate": "2025-04-03T23:47:19.2091454-07:00", "DeletedBy": "618064a6-1929-4cea-847b-9d29a3d87881", "DeletedDate": "2025-04-03T23:47:19.2091454-07:00" } ], "Id": "39e82edf-13af-4064-bac1-8a9b5fdc15c9", "Detail": "sample string 5", "IsActive": true, "CreatedBy": "75307d65-36d5-4166-b019-aa5b38957e0e", "CreatedDate": "2025-04-03T23:47:19.2091454-07:00", "ModifiedBy": "09108ccc-c3ed-48fc-8df9-f70acbae9fc3", "ModifiedDate": "2025-04-03T23:47:19.2091454-07:00", "DeletedBy": "0c1fa32d-55c4-426a-bf02-c56486d979f8", "DeletedDate": "2025-04-03T23:47:19.2091454-07:00" }
application/xml, text/xml
Sample:
<ProductBundle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Inventory"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">75307d65-36d5-4166-b019-aa5b38957e0e</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">0c1fa32d-55c4-426a-bf02-c56486d979f8</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 5</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">39e82edf-13af-4064-bac1-8a9b5fdc15c9</Id> <IsActive xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">true</IsActive> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">09108ccc-c3ed-48fc-8df9-f70acbae9fc3</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</ModifiedDate> <CountryId>3</CountryId> <ProducList> <ProductBundleItemModel> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">fab45d7f-5d02-4dcb-88b0-4dc19fe7b25e</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">618064a6-1929-4cea-847b-9d29a3d87881</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 10</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">d977ee32-c0b8-4da3-bf53-a320ce3daede</Id> <IsActive xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">true</IsActive> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">db024095-51e6-4e48-85ae-42a2e1f3fd6f</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</ModifiedDate> <Discount>4</Discount> <ImageURL>sample string 7</ImageURL> <Name>sample string 1</Name> <Price>sample string 2</Price> <PriceWithDiscount>sample string 3</PriceWithDiscount> <ProductURL>sample string 6</ProductURL> <ProviderID>97efecec-0761-42dc-88b0-e1bfe9ab79b1</ProviderID> <SKU>sample string 5</SKU> </ProductBundleItemModel> <ProductBundleItemModel> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">fab45d7f-5d02-4dcb-88b0-4dc19fe7b25e</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">618064a6-1929-4cea-847b-9d29a3d87881</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 10</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">d977ee32-c0b8-4da3-bf53-a320ce3daede</Id> <IsActive xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">true</IsActive> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">db024095-51e6-4e48-85ae-42a2e1f3fd6f</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:47:19.2091454-07:00</ModifiedDate> <Discount>4</Discount> <ImageURL>sample string 7</ImageURL> <Name>sample string 1</Name> <Price>sample string 2</Price> <PriceWithDiscount>sample string 3</PriceWithDiscount> <ProductURL>sample string 6</ProductURL> <ProviderID>97efecec-0761-42dc-88b0-e1bfe9ab79b1</ProviderID> <SKU>sample string 5</SKU> </ProductBundleItemModel> </ProducList> <ProvideID>54138ab5-f2b3-430f-8a74-556cdd759840</ProvideID> <ProviderName>sample string 2</ProviderName> </ProductBundle>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |