GET api/Premium?customerId={customerId}

List Premium by Customer ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

Id of customer to get premium(s) for.

System.Int32

Required

Body Parameters

None.

Response Information

Resource Description

A list of Premium

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.