POST common/azurefunction

Authorized only.

Request Information

URI Parameters

None.

Body Parameters

ProxyFunctionRequest
NameDescriptionTypeAdditional information
Function

string

None.

Method

string

None.

Data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Function": "sample string 1",
  "Method": "sample string 2",
  "Data": "sample string 3"
}

application/xml, text/xml

Sample:
<ProxyFunctionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api.Requests">
  <Data>sample string 3</Data>
  <Function>sample string 1</Function>
  <Method>sample string 2</Method>
</ProxyFunctionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.