POST api/Banner/ValidateActionURL

Get Banner action URL

Request Information

URI Parameters

None.

Body Parameters

ActionUrlRequest
NameDescriptionTypeAdditional information
path

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "path": "sample string 1",
  "type": "sample string 2"
}

application/xml, text/xml

Sample:
<ActionUrlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Adi.BusinessEntities">
  <path>sample string 1</path>
  <type>sample string 2</type>
</ActionUrlRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ActionUrlRequest'.

Response Information

Resource Description

CustomActionResultOfBannerActionUrl
NameDescriptionTypeAdditional information
StatusCode

HttpStatusCode

None.

_data

BannerActionUrl

None.

Response Formats

application/json, text/json

Sample:

Sample not available.