POST api/GetCatalogAllTypes
Request Information
URI Parameters
None.
Body Parameters
Multisponsor.NetCommerce.API.Models.CatalogName | Description | Type | Additional information |
---|---|---|---|
ProgramId | integer |
None. |
|
SearchQuery | string |
None. |
|
CategoryId | integer |
None. |
|
BrandId | integer |
None. |
|
MinValue | decimal number |
None. |
|
MaxValue | decimal number |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
TotalRecords | integer |
None. |
|
ReferenceId | string |
None. |
|
HaveInventory | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProgramId": 1, "SearchQuery": "sample string 2", "CategoryId": 1, "BrandId": 1, "MinValue": 1.0, "MaxValue": 1.0, "PageIndex": 3, "PageSize": 4, "TotalRecords": 5, "ReferenceId": "sample string 6", "HaveInventory": true }
application/xml, text/xml
Sample:
<Catalog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models"> <BrandId>1</BrandId> <CategoryId>1</CategoryId> <HaveInventory>true</HaveInventory> <MaxValue>1</MaxValue> <MinValue>1</MinValue> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <ProgramId>1</ProgramId> <ReferenceId>sample string 6</ReferenceId> <SearchQuery>sample string 2</SearchQuery> <TotalRecords>5</TotalRecords> </Catalog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Data.DataSetName | Description | Type | Additional information |
---|---|---|---|
RemotingFormat | System.Data.SerializationFormat |
None. |
|
SchemaSerializationMode | System.Data.SchemaSerializationMode |
None. |
|
CaseSensitive | boolean |
None. |
|
DefaultViewManager | Collection of Object |
None. |
|
EnforceConstraints | boolean |
None. |
|
DataSetName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
Locale | System.Globalization.CultureInfo |
None. |
|
Site | System.ComponentModel.ISite |
None. |
|
Relations | Collection of Object |
None. |
|
Tables | Collection of Object |
None. |
|
Container | System.ComponentModel.IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.