POST api/Product/CreateBundle
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": "794527e7-c66f-4440-9948-c2fdfa7bb93c", "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": "85f87632-9a47-40ef-81d7-fa1a5b09a44e", "Id": "745902f5-1784-42cb-be14-0e4ccf17c769", "Detail": "sample string 10", "IsActive": true, "CreatedBy": "be10b1a9-be9b-40d8-8c47-9899de0e4c8d", "CreatedDate": "2025-04-03T23:39:28.8113491-07:00", "ModifiedBy": "9fb47184-8c2f-419a-b0ef-81e16b6d6beb", "ModifiedDate": "2025-04-03T23:39:28.8113491-07:00", "DeletedBy": "3813a608-90b5-40b4-af08-bfe2322c39df", "DeletedDate": "2025-04-03T23:39:28.8113491-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": "85f87632-9a47-40ef-81d7-fa1a5b09a44e", "Id": "745902f5-1784-42cb-be14-0e4ccf17c769", "Detail": "sample string 10", "IsActive": true, "CreatedBy": "be10b1a9-be9b-40d8-8c47-9899de0e4c8d", "CreatedDate": "2025-04-03T23:39:28.8113491-07:00", "ModifiedBy": "9fb47184-8c2f-419a-b0ef-81e16b6d6beb", "ModifiedDate": "2025-04-03T23:39:28.8113491-07:00", "DeletedBy": "3813a608-90b5-40b4-af08-bfe2322c39df", "DeletedDate": "2025-04-03T23:39:28.8113491-07:00" } ], "Id": "d3a10c4b-266e-46d6-a697-5e2a677ff676", "Detail": "sample string 5", "IsActive": true, "CreatedBy": "7848658c-2c5b-4ad8-be1d-eb7f7cbd36ea", "CreatedDate": "2025-04-03T23:39:28.8113491-07:00", "ModifiedBy": "da0e6a21-e99d-431f-ac63-59f0af71dbb4", "ModifiedDate": "2025-04-03T23:39:28.8113491-07:00", "DeletedBy": "6ae2c5d8-e20c-40fd-bca6-1d6beb7edcea", "DeletedDate": "2025-04-03T23:39:28.8113491-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">7848658c-2c5b-4ad8-be1d-eb7f7cbd36ea</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">6ae2c5d8-e20c-40fd-bca6-1d6beb7edcea</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-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">d3a10c4b-266e-46d6-a697-5e2a677ff676</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">da0e6a21-e99d-431f-ac63-59f0af71dbb4</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-07:00</ModifiedDate> <CountryId>3</CountryId> <ProducList> <ProductBundleItemModel> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">be10b1a9-be9b-40d8-8c47-9899de0e4c8d</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">3813a608-90b5-40b4-af08-bfe2322c39df</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-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">745902f5-1784-42cb-be14-0e4ccf17c769</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">9fb47184-8c2f-419a-b0ef-81e16b6d6beb</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-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>85f87632-9a47-40ef-81d7-fa1a5b09a44e</ProviderID> <SKU>sample string 5</SKU> </ProductBundleItemModel> <ProductBundleItemModel> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">be10b1a9-be9b-40d8-8c47-9899de0e4c8d</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">3813a608-90b5-40b4-af08-bfe2322c39df</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-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">745902f5-1784-42cb-be14-0e4ccf17c769</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">9fb47184-8c2f-419a-b0ef-81e16b6d6beb</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-04-03T23:39:28.8113491-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>85f87632-9a47-40ef-81d7-fa1a5b09a44e</ProviderID> <SKU>sample string 5</SKU> </ProductBundleItemModel> </ProducList> <ProvideID>794527e7-c66f-4440-9948-c2fdfa7bb93c</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. |