PUT api/content/v4/getfiltereddealsbycategory
Request Information
URI Parameters
None.
Body Parameters
FilteredDealsByCategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| ContactId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| SectionId | integer |
None. |
|
| SearchText | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| GroupCategoryIds | string |
None. |
|
| GroupSubCategoryIds | string |
None. |
|
| CategoryType | GroupCategoryEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"ContactId": 2,
"LanguageId": 3,
"CategoryId": 4,
"SectionId": 5,
"SearchText": "sample string 6",
"PageNumber": 7,
"PageSize": 8,
"Latitude": 1.0,
"Longitude": 1.0,
"GroupCategoryIds": "sample string 9",
"GroupSubCategoryIds": "sample string 10",
"CategoryType": 1
}
application/xml, text/xml
Sample:
<FilteredDealsByCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CategoryId>4</CategoryId> <CategoryType>Category</CategoryType> <ContactId>2</ContactId> <CustomerId>1</CustomerId> <GroupCategoryIds>sample string 9</GroupCategoryIds> <GroupSubCategoryIds>sample string 10</GroupSubCategoryIds> <LanguageId>3</LanguageId> <Latitude>1</Latitude> <Longitude>1</Longitude> <PageNumber>7</PageNumber> <PageSize>8</PageSize> <SearchText>sample string 6</SearchText> <SectionId>5</SectionId> </FilteredDealsByCategoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfListOfAPIFilteredDealListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | Collection of APIFilteredDealListResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": [
{
"Id": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"LocationTitle": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"ZipCode": "sample string 7",
"Logo": "sample string 8",
"LocationId": 1,
"StartDate": "2026-01-14T12:14:49.4955335+00:00",
"EndDate": "2026-01-14T12:14:49.4955335+00:00",
"MemberId": 1,
"IsFavorite": 9,
"PromoCode": "sample string 10",
"PromoLink": "sample string 11"
},
{
"Id": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"LocationTitle": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"ZipCode": "sample string 7",
"Logo": "sample string 8",
"LocationId": 1,
"StartDate": "2026-01-14T12:14:49.4955335+00:00",
"EndDate": "2026-01-14T12:14:49.4955335+00:00",
"MemberId": 1,
"IsFavorite": 9,
"PromoCode": "sample string 10",
"PromoLink": "sample string 11"
}
]
}
application/xml, text/xml
Sample:
<APICommonWrapperOfArrayOfAPIFilteredDealListResponseMTRdQN6P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/">
<d2p1:APIFilteredDealListResponse>
<d2p1:City>sample string 5</d2p1:City>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EndDate>2026-01-14T12:14:49.4955335+00:00</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsFavorite>9</d2p1:IsFavorite>
<d2p1:LocationId>1</d2p1:LocationId>
<d2p1:LocationTitle>sample string 4</d2p1:LocationTitle>
<d2p1:Logo>sample string 8</d2p1:Logo>
<d2p1:MemberId>1</d2p1:MemberId>
<d2p1:PromoCode>sample string 10</d2p1:PromoCode>
<d2p1:PromoLink>sample string 11</d2p1:PromoLink>
<d2p1:StartDate>2026-01-14T12:14:49.4955335+00:00</d2p1:StartDate>
<d2p1:State>sample string 6</d2p1:State>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:ZipCode>sample string 7</d2p1:ZipCode>
</d2p1:APIFilteredDealListResponse>
<d2p1:APIFilteredDealListResponse>
<d2p1:City>sample string 5</d2p1:City>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EndDate>2026-01-14T12:14:49.4955335+00:00</d2p1:EndDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsFavorite>9</d2p1:IsFavorite>
<d2p1:LocationId>1</d2p1:LocationId>
<d2p1:LocationTitle>sample string 4</d2p1:LocationTitle>
<d2p1:Logo>sample string 8</d2p1:Logo>
<d2p1:MemberId>1</d2p1:MemberId>
<d2p1:PromoCode>sample string 10</d2p1:PromoCode>
<d2p1:PromoLink>sample string 11</d2p1:PromoLink>
<d2p1:StartDate>2026-01-14T12:14:49.4955335+00:00</d2p1:StartDate>
<d2p1:State>sample string 6</d2p1:State>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:ZipCode>sample string 7</d2p1:ZipCode>
</d2p1:APIFilteredDealListResponse>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfArrayOfAPIFilteredDealListResponseMTRdQN6P>