GET api/Premium?customerId={customerId}
List Premium by Customer ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
Id of customer to get premium(s) for. |
System.Int32 |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of Premium
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.