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
Name | Description | Type | Additional information |
---|---|---|---|
provider | string |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Apps.Query.Command.ExternalProviderProxyRequestDataContractName | Description | Type | Additional 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
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |