POST api/app/endpoint/{provider}

Proxy Endpoint For Authenticated Requests To External Providers Based on the External Provider the app is associated with, Authentication is taken care of by the service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
provider

string

Required

Body Parameters

ExternalProviderProxyRequestDataContract
NameDescriptionTypeAdditional information
BrandId

integer

None.

Method

string

None.

QueryString

string

None.

Data

string

None.

TimeOutSeconds

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "BrandId": 1,
  "Method": "sample string 2",
  "QueryString": "sample string 3",
  "Data": "sample string 4",
  "TimeOutSeconds": 5
}

Response Information

Resource Description

The response given by the external api

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.