GET api/ValueAddedService/VASBillingChargeTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of VASBillingChargeTypes
NameDescriptionTypeAdditional information
VASBillingChargeTypeID

globally unique identifier

None.

Name

string

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VASBillingChargeTypeID": "04de1119-dc63-49c8-bcd9-d9ebabfbf57c",
    "Name": "sample string 2",
    "IsDeleted": true
  },
  {
    "VASBillingChargeTypeID": "04de1119-dc63-49c8-bcd9-d9ebabfbf57c",
    "Name": "sample string 2",
    "IsDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfVASBillingChargeTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.ValueAddedServices">
  <VASBillingChargeTypes>
    <IsDeleted>true</IsDeleted>
    <Name>sample string 2</Name>
    <VASBillingChargeTypeID>04de1119-dc63-49c8-bcd9-d9ebabfbf57c</VASBillingChargeTypeID>
  </VASBillingChargeTypes>
  <VASBillingChargeTypes>
    <IsDeleted>true</IsDeleted>
    <Name>sample string 2</Name>
    <VASBillingChargeTypeID>04de1119-dc63-49c8-bcd9-d9ebabfbf57c</VASBillingChargeTypeID>
  </VASBillingChargeTypes>
</ArrayOfVASBillingChargeTypes>