GET api/ContributionsRate?memberID={memberID}&sessionKey={sessionKey}
This controller provides a member's contributions over a set period of time.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID |
member's everest unique identifier |
integer |
Required |
sessionKey |
secret session key |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.