POST api/Session/SetMarketingSource

Request Information

URI Parameters

None.

Body Parameters

MarketingSource
NameDescriptionTypeAdditional information
Source

string

None.

SourceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Source": "sample string 1",
  "SourceID": "sample string 2"
}

text/html

Sample:
{"Source":"sample string 1","SourceID":"sample string 2"}

application/xml, text/xml

Sample:
<MarketingSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO">
  <Source>sample string 1</Source>
  <SourceID>sample string 2</SourceID>
</MarketingSource>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.