GET api/ClientReferrers/{id}

Get details for Referrer with teh given Client Referrer ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Unqiue Client Referrer ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ClientReferrerReportDetails()

ClientReferrerReportDetails
NameDescriptionTypeAdditional information
clientReferrerID

integer

None.

clientReferrerName

string

None.

clientReferrerBillingCode

string

None.

clientReferrerBillingAddress

string

None.

clientReferrerNotes

string

None.

clientReferrerPackageOverride

string

None.

Response Formats

application/json, text/json

Sample:
{
  "clientReferrerID": 707,
  "clientReferrerName": "sample string 2",
  "clientReferrerBillingCode": "sample string 3",
  "clientReferrerBillingAddress": "sample string 4",
  "clientReferrerNotes": "sample string 5",
  "clientReferrerPackageOverride": "sample string 6"
}

application/xml, text/xml

Sample:
<ClientReferrerReportDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Turnpoint">
  <clientReferrerBillingAddress>sample string 4</clientReferrerBillingAddress>
  <clientReferrerBillingCode>sample string 3</clientReferrerBillingCode>
  <clientReferrerID>707</clientReferrerID>
  <clientReferrerName>sample string 2</clientReferrerName>
  <clientReferrerNotes>sample string 5</clientReferrerNotes>
  <clientReferrerPackageOverride>sample string 6</clientReferrerPackageOverride>
</ClientReferrerReportDetails>