GET api/ValueAddedService/VASBillingRunDetails?skip={skip}&take={take}&field={field}&reverse={reverse}&startDate={startDate}&endDate={endDate}&vasBillingStructureId={vasBillingStructureId}&entityCode={entityCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
None. |
|
| take | integer |
None. |
|
| field | string |
None. |
|
| reverse | boolean |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
|
| vasBillingStructureId | globally unique identifier |
None. |
|
| entityCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PaginationOfVASBillingRun| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAllSuccess | boolean |
None. |
|
| Items | Collection of VASBillingRun |
None. |
|
| UnPaginatedItems | Collection of VASBillingRun |
None. |
|
| FullCount | integer |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| Properties | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsAllSuccess": true,
"Items": [
{
"VASBillingRunID": "0330fbbe-1344-4080-8c25-0a7cddedead5",
"VASBillingStructureID": "7b49f46e-a092-4d2d-9972-d1747df77b75",
"VASBillingStructureName": "sample string 3",
"RunDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"RunValue": 5.1,
"RunValueIncTax": 6.1,
"TxnValue": 7.1,
"TxnCount": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1
},
{
"VASBillingRunID": "0330fbbe-1344-4080-8c25-0a7cddedead5",
"VASBillingStructureID": "7b49f46e-a092-4d2d-9972-d1747df77b75",
"VASBillingStructureName": "sample string 3",
"RunDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"RunValue": 5.1,
"RunValueIncTax": 6.1,
"TxnValue": 7.1,
"TxnCount": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1
}
],
"UnPaginatedItems": [
{
"VASBillingRunID": "0330fbbe-1344-4080-8c25-0a7cddedead5",
"VASBillingStructureID": "7b49f46e-a092-4d2d-9972-d1747df77b75",
"VASBillingStructureName": "sample string 3",
"RunDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"RunValue": 5.1,
"RunValueIncTax": 6.1,
"TxnValue": 7.1,
"TxnCount": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1
},
{
"VASBillingRunID": "0330fbbe-1344-4080-8c25-0a7cddedead5",
"VASBillingStructureID": "7b49f46e-a092-4d2d-9972-d1747df77b75",
"VASBillingStructureName": "sample string 3",
"RunDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingRunEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureStartDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"VASBillingStructureEndDateUTC": "2026-04-07T20:10:49.6417861+10:00",
"RunValue": 5.1,
"RunValueIncTax": 6.1,
"TxnValue": 7.1,
"TxnCount": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1
}
],
"FullCount": 2,
"Skip": 3,
"Take": 4,
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<PaginationOfVASBillingRunYHAUxzTW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.Common">
<FullCount>2</FullCount>
<IsAllSuccess>true</IsAllSuccess>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.ValueAddedServices">
<d2p1:VASBillingRun>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:RunDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:RunDateUTC>
<d2p1:RunValue>5.1</d2p1:RunValue>
<d2p1:RunValueIncTax>6.1</d2p1:RunValueIncTax>
<d2p1:TxnCount>8.1</d2p1:TxnCount>
<d2p1:TxnValue>7.1</d2p1:TxnValue>
<d2p1:VASBillingRunEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunEndDateUTC>
<d2p1:VASBillingRunID>0330fbbe-1344-4080-8c25-0a7cddedead5</d2p1:VASBillingRunID>
<d2p1:VASBillingRunStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunStartDateUTC>
<d2p1:VASBillingStructureEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureEndDateUTC>
<d2p1:VASBillingStructureID>7b49f46e-a092-4d2d-9972-d1747df77b75</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 3</d2p1:VASBillingStructureName>
<d2p1:VASBillingStructureStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureStartDateUTC>
</d2p1:VASBillingRun>
<d2p1:VASBillingRun>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:RunDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:RunDateUTC>
<d2p1:RunValue>5.1</d2p1:RunValue>
<d2p1:RunValueIncTax>6.1</d2p1:RunValueIncTax>
<d2p1:TxnCount>8.1</d2p1:TxnCount>
<d2p1:TxnValue>7.1</d2p1:TxnValue>
<d2p1:VASBillingRunEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunEndDateUTC>
<d2p1:VASBillingRunID>0330fbbe-1344-4080-8c25-0a7cddedead5</d2p1:VASBillingRunID>
<d2p1:VASBillingRunStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunStartDateUTC>
<d2p1:VASBillingStructureEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureEndDateUTC>
<d2p1:VASBillingStructureID>7b49f46e-a092-4d2d-9972-d1747df77b75</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 3</d2p1:VASBillingStructureName>
<d2p1:VASBillingStructureStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureStartDateUTC>
</d2p1:VASBillingRun>
</Items>
<Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Properties>
<Skip>3</Skip>
<Take>4</Take>
<UnPaginatedItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.ValueAddedServices">
<d2p1:VASBillingRun>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:RunDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:RunDateUTC>
<d2p1:RunValue>5.1</d2p1:RunValue>
<d2p1:RunValueIncTax>6.1</d2p1:RunValueIncTax>
<d2p1:TxnCount>8.1</d2p1:TxnCount>
<d2p1:TxnValue>7.1</d2p1:TxnValue>
<d2p1:VASBillingRunEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunEndDateUTC>
<d2p1:VASBillingRunID>0330fbbe-1344-4080-8c25-0a7cddedead5</d2p1:VASBillingRunID>
<d2p1:VASBillingRunStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunStartDateUTC>
<d2p1:VASBillingStructureEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureEndDateUTC>
<d2p1:VASBillingStructureID>7b49f46e-a092-4d2d-9972-d1747df77b75</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 3</d2p1:VASBillingStructureName>
<d2p1:VASBillingStructureStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureStartDateUTC>
</d2p1:VASBillingRun>
<d2p1:VASBillingRun>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:RunDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:RunDateUTC>
<d2p1:RunValue>5.1</d2p1:RunValue>
<d2p1:RunValueIncTax>6.1</d2p1:RunValueIncTax>
<d2p1:TxnCount>8.1</d2p1:TxnCount>
<d2p1:TxnValue>7.1</d2p1:TxnValue>
<d2p1:VASBillingRunEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunEndDateUTC>
<d2p1:VASBillingRunID>0330fbbe-1344-4080-8c25-0a7cddedead5</d2p1:VASBillingRunID>
<d2p1:VASBillingRunStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingRunStartDateUTC>
<d2p1:VASBillingStructureEndDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureEndDateUTC>
<d2p1:VASBillingStructureID>7b49f46e-a092-4d2d-9972-d1747df77b75</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 3</d2p1:VASBillingStructureName>
<d2p1:VASBillingStructureStartDateUTC>2026-04-07T20:10:49.6417861+10:00</d2p1:VASBillingStructureStartDateUTC>
</d2p1:VASBillingRun>
</UnPaginatedItems>
</PaginationOfVASBillingRunYHAUxzTW>