POST api/v1/IRv2/LoadCategoriesWithOffersV2
Request Information
URI Parameters
None.
Body Parameters
QueryApisModel| Name | Description | Type | Additional information |
|---|---|---|---|
| secret | string |
None. |
|
| companyId | string |
None. |
|
| cityGuid | string |
None. |
|
| bookletGuid | string |
None. |
|
| categoryId | string |
None. |
|
| imageWidth | integer |
None. |
|
| term | string |
None. |
|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
|
| lat | decimal number |
None. |
|
| lng | decimal number |
None. |
|
| deviceType | string |
None. |
|
| deviceModel | string |
None. |
|
| osVersion | string |
None. |
|
| screenName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"secret": "sample string 1",
"companyId": "sample string 2",
"cityGuid": "sample string 3",
"bookletGuid": "sample string 4",
"categoryId": "sample string 5",
"imageWidth": 6,
"term": "sample string 7",
"pageNo": 8,
"pageSize": 9,
"lat": 10.0,
"lng": 11.0,
"deviceType": "sample string 12",
"deviceModel": "sample string 13",
"osVersion": "sample string 14",
"screenName": "sample string 15"
}
application/xml, text/xml
Sample:
<QueryApisModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mofr.API.Controllers.v1"> <bookletGuid>sample string 4</bookletGuid> <categoryId>sample string 5</categoryId> <cityGuid>sample string 3</cityGuid> <companyId>sample string 2</companyId> <deviceModel>sample string 13</deviceModel> <deviceType>sample string 12</deviceType> <imageWidth>6</imageWidth> <lat>10</lat> <lng>11</lng> <osVersion>sample string 14</osVersion> <pageNo>8</pageNo> <pageSize>9</pageSize> <screenName>sample string 15</screenName> <secret>sample string 1</secret> <term>sample string 7</term> </QueryApisModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContentCategoryModelResult| Name | Description | Type | Additional information |
|---|---|---|---|
| categories | Collection of ContentCategoryViewModel |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| Pages | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.