GET api/marketingsource

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MarketingSource
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

CanExpandResponse

boolean

None.

ExpandDesc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "CanExpandResponse": true,
    "ExpandDesc": "sample string 4"
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "CanExpandResponse": true,
    "ExpandDesc": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMarketingSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cag.Data.Crm">
  <MarketingSource>
    <CanExpandResponse>true</CanExpandResponse>
    <ExpandDesc>sample string 4</ExpandDesc>
    <ID>1</ID>
    <Name>sample string 2</Name>
  </MarketingSource>
  <MarketingSource>
    <CanExpandResponse>true</CanExpandResponse>
    <ExpandDesc>sample string 4</ExpandDesc>
    <ID>1</ID>
    <Name>sample string 2</Name>
  </MarketingSource>
</ArrayOfMarketingSource>