GET api/servicechargetype/carrierdescription/{carrierdescription}
Returns a list of matching carrier descriptions along with information on any associated Service Charge Types
Error Messages
- 404/Not Found - No Carrier descriptions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| carrierdescription | Carrier Description | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceChargeTypeCarrierDescriptionView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | The ID of the Carrier | integer |
None. |
| CarrierName | The Carrier name | string |
None. |
| Description | The Carrier description | string |
None. |
| ChargeTypeId | The Charge Type ID | integer |
None. |
| ChargeExists | Indicates whether a Recurring Charge is assigned to this Charge Type | boolean |
None. |
| ChargeTypeDescription | Description of the Charge Type | string |
None. |
| ChargeTypeFrequencyId | Indicates the frequency in which the Charge Type bills | integer |
None. |