POST api/entities/services
POST method that returnes JSON objects for that is provided via external (third-party) services
Request Information
URI Parameters
None.
Body Parameters
BoApiRequestServices| Name | Description | Type | Additional information |
|---|---|---|---|
| Settings | string |
None. |
|
| ServiceType | string |
None. |
|
| HashTag | string |
None. |
|
| OrderBy | string |
None. |
|
| NumberOfPagesToCheck | integer |
None. |
|
| NumberOfResults | integer |
None. |
|
| ShowProfilePosts | boolean |
None. |
|
| CityCode | string |
None. |
|
| ShowWeatherAsSidebar | boolean |
None. |
|
| Environment | string |
None. |
|
| LanguageId | string |
None. |
|
| WeatherTypeId | integer |
None. |
|
| CityTypeId | integer |
None. |
|
| InstagramTypeId | integer |
None. |
|
| DefaultCityCode | string |
None. |
|
| PositionOnMap | string |
None. |
|
| SeaTempStation | string |
None. |
|
| RequestUUID | string |
None. |
|
| PageUUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Settings": "sample string 1",
"ServiceType": "sample string 2",
"HashTag": "sample string 3",
"OrderBy": "sample string 4",
"NumberOfPagesToCheck": 5,
"NumberOfResults": 6,
"ShowProfilePosts": true,
"CityCode": "sample string 8",
"ShowWeatherAsSidebar": true,
"Environment": "sample string 10",
"LanguageId": "sample string 11",
"WeatherTypeId": 12,
"CityTypeId": 13,
"InstagramTypeId": 14,
"DefaultCityCode": "sample string 15",
"PositionOnMap": "sample string 16",
"SeaTempStation": "sample string 17",
"RequestUUID": "sample string 18",
"PageUUID": "sample string 19"
}
application/xml, text/xml
Sample:
<BoApiRequestServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infosit.ContentDelivery.Service.Bo"> <PageUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 19</PageUUID> <RequestUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 18</RequestUUID> <CityCode>sample string 8</CityCode> <CityTypeId>13</CityTypeId> <DefaultCityCode>sample string 15</DefaultCityCode> <Environment>sample string 10</Environment> <HashTag>sample string 3</HashTag> <InstagramTypeId>14</InstagramTypeId> <LanguageId>sample string 11</LanguageId> <NumberOfPagesToCheck>5</NumberOfPagesToCheck> <NumberOfResults>6</NumberOfResults> <OrderBy>sample string 4</OrderBy> <PositionOnMap>sample string 16</PositionOnMap> <SeaTempStation>sample string 17</SeaTempStation> <ServiceType>sample string 2</ServiceType> <Settings>sample string 1</Settings> <ShowProfilePosts>true</ShowProfilePosts> <ShowWeatherAsSidebar>true</ShowWeatherAsSidebar> <WeatherTypeId>12</WeatherTypeId> </BoApiRequestServices>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |