GET api/Affiliate/GetAffiliateSourceOptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AffiliateSourceName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "e09c2abd-cbde-4ed5-b594-2742e1e774a1", "Description": "sample string 2" }, { "Id": "e09c2abd-cbde-4ed5-b594-2742e1e774a1", "Description": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfAffiliateSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <AffiliateSource> <Description>sample string 2</Description> <Id>e09c2abd-cbde-4ed5-b594-2742e1e774a1</Id> </AffiliateSource> <AffiliateSource> <Description>sample string 2</Description> <Id>e09c2abd-cbde-4ed5-b594-2742e1e774a1</Id> </AffiliateSource> </ArrayOfAffiliateSource>