GET api/ValueAddedService/VASBillingStructureTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VASBillingStructureType| Name | Description | Type | Additional information |
|---|---|---|---|
| VASBillingStructureTypeID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VASBillingStructureTypeID": "27aaa0c5-eda7-4a25-80f3-1ae7eecf77e0",
"Name": "sample string 1",
"IsDeleted": true
},
{
"VASBillingStructureTypeID": "27aaa0c5-eda7-4a25-80f3-1ae7eecf77e0",
"Name": "sample string 1",
"IsDeleted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfVASBillingStructureType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.ValueAddedServices">
<VASBillingStructureType>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<VASBillingStructureTypeID>27aaa0c5-eda7-4a25-80f3-1ae7eecf77e0</VASBillingStructureTypeID>
</VASBillingStructureType>
<VASBillingStructureType>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<VASBillingStructureTypeID>27aaa0c5-eda7-4a25-80f3-1ae7eecf77e0</VASBillingStructureTypeID>
</VASBillingStructureType>
</ArrayOfVASBillingStructureType>