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
BoApiRequestServicesName | 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. |
|
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, "RequestUUID": "sample string 15", "PageUUID": "sample string 16" }
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 16</PageUUID> <RequestUUID xmlns="http://schemas.datacontract.org/2004/07/Infosit.API.Common.Bo">sample string 15</RequestUUID> <CityCode>sample string 8</CityCode> <CityTypeId>13</CityTypeId> <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> <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
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. |