GET api/Sponsors/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Sponsors| Name | Description | Type | Additional information |
|---|---|---|---|
| SponsorId | integer |
None. |
|
| IndustryId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| PageKey | string |
None. |
|
| Position | integer |
None. |
|
| Image | string |
None. |
|
| ExternalLink | string |
None. |
|
| AdType | integer |
None. |
|
| Duration | integer |
None. |
|
| InternalName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"SponsorId": 1,
"IndustryId": 2,
"CompanyId": 3,
"PageKey": "sample string 4",
"Position": 5,
"Image": "sample string 6",
"ExternalLink": "sample string 7",
"AdType": 8,
"Duration": 9,
"InternalName": "sample string 10"
}
application/xml, text/xml
Sample:
<Sponsors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NiceAPI.Managers"> <AdType>8</AdType> <CompanyId>3</CompanyId> <Duration>9</Duration> <ExternalLink>sample string 7</ExternalLink> <Image>sample string 6</Image> <IndustryId>2</IndustryId> <InternalName>sample string 10</InternalName> <PageKey>sample string 4</PageKey> <Position>5</Position> <SponsorId>1</SponsorId> </Sponsors>