GET api/ValueAddedService/VASBillingRunEntitiesDetails?skip={skip}&take={take}&field={field}&reverse={reverse}&vasBillingRunId={vasBillingRunId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
None. |
|
| take | integer |
None. |
|
| field | string |
None. |
|
| reverse | boolean |
None. |
|
| vasBillingRunId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
PaginationOfVASBillingRunChargesByEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAllSuccess | boolean |
None. |
|
| Items | Collection of VASBillingRunChargesByEntity |
None. |
|
| UnPaginatedItems | Collection of VASBillingRunChargesByEntity |
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": "1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f",
"POLiEntityID": "5568e573-11c8-4362-985a-7da4e03d4960",
"VASBillingStructureID": "1aec502c-8251-47d5-b04c-7b3a015fa481",
"VASBillingStructureName": "sample string 4",
"EntityCode": "sample string 5",
"EntityCommonName": "sample string 6",
"AmountBilled": 7.1,
"AmountBilledIncTax": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1,
"TxnCount": 11,
"TxnValue": 12.1
},
{
"VASBillingRunID": "1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f",
"POLiEntityID": "5568e573-11c8-4362-985a-7da4e03d4960",
"VASBillingStructureID": "1aec502c-8251-47d5-b04c-7b3a015fa481",
"VASBillingStructureName": "sample string 4",
"EntityCode": "sample string 5",
"EntityCommonName": "sample string 6",
"AmountBilled": 7.1,
"AmountBilledIncTax": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1,
"TxnCount": 11,
"TxnValue": 12.1
}
],
"UnPaginatedItems": [
{
"VASBillingRunID": "1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f",
"POLiEntityID": "5568e573-11c8-4362-985a-7da4e03d4960",
"VASBillingStructureID": "1aec502c-8251-47d5-b04c-7b3a015fa481",
"VASBillingStructureName": "sample string 4",
"EntityCode": "sample string 5",
"EntityCommonName": "sample string 6",
"AmountBilled": 7.1,
"AmountBilledIncTax": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1,
"TxnCount": 11,
"TxnValue": 12.1
},
{
"VASBillingRunID": "1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f",
"POLiEntityID": "5568e573-11c8-4362-985a-7da4e03d4960",
"VASBillingStructureID": "1aec502c-8251-47d5-b04c-7b3a015fa481",
"VASBillingStructureName": "sample string 4",
"EntityCode": "sample string 5",
"EntityCommonName": "sample string 6",
"AmountBilled": 7.1,
"AmountBilledIncTax": 8.1,
"GSTPercentage": 9.1,
"GSTAmount": 10.1,
"TxnCount": 11,
"TxnValue": 12.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:
<PaginationOfVASBillingRunChargesByEntityYHAUxzTW 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:VASBillingRunChargesByEntity>
<d2p1:AmountBilled>7.1</d2p1:AmountBilled>
<d2p1:AmountBilledIncTax>8.1</d2p1:AmountBilledIncTax>
<d2p1:EntityCode>sample string 5</d2p1:EntityCode>
<d2p1:EntityCommonName>sample string 6</d2p1:EntityCommonName>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:POLiEntityID>5568e573-11c8-4362-985a-7da4e03d4960</d2p1:POLiEntityID>
<d2p1:TxnCount>11</d2p1:TxnCount>
<d2p1:TxnValue>12.1</d2p1:TxnValue>
<d2p1:VASBillingRunID>1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f</d2p1:VASBillingRunID>
<d2p1:VASBillingStructureID>1aec502c-8251-47d5-b04c-7b3a015fa481</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 4</d2p1:VASBillingStructureName>
</d2p1:VASBillingRunChargesByEntity>
<d2p1:VASBillingRunChargesByEntity>
<d2p1:AmountBilled>7.1</d2p1:AmountBilled>
<d2p1:AmountBilledIncTax>8.1</d2p1:AmountBilledIncTax>
<d2p1:EntityCode>sample string 5</d2p1:EntityCode>
<d2p1:EntityCommonName>sample string 6</d2p1:EntityCommonName>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:POLiEntityID>5568e573-11c8-4362-985a-7da4e03d4960</d2p1:POLiEntityID>
<d2p1:TxnCount>11</d2p1:TxnCount>
<d2p1:TxnValue>12.1</d2p1:TxnValue>
<d2p1:VASBillingRunID>1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f</d2p1:VASBillingRunID>
<d2p1:VASBillingStructureID>1aec502c-8251-47d5-b04c-7b3a015fa481</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 4</d2p1:VASBillingStructureName>
</d2p1:VASBillingRunChargesByEntity>
</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:VASBillingRunChargesByEntity>
<d2p1:AmountBilled>7.1</d2p1:AmountBilled>
<d2p1:AmountBilledIncTax>8.1</d2p1:AmountBilledIncTax>
<d2p1:EntityCode>sample string 5</d2p1:EntityCode>
<d2p1:EntityCommonName>sample string 6</d2p1:EntityCommonName>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:POLiEntityID>5568e573-11c8-4362-985a-7da4e03d4960</d2p1:POLiEntityID>
<d2p1:TxnCount>11</d2p1:TxnCount>
<d2p1:TxnValue>12.1</d2p1:TxnValue>
<d2p1:VASBillingRunID>1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f</d2p1:VASBillingRunID>
<d2p1:VASBillingStructureID>1aec502c-8251-47d5-b04c-7b3a015fa481</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 4</d2p1:VASBillingStructureName>
</d2p1:VASBillingRunChargesByEntity>
<d2p1:VASBillingRunChargesByEntity>
<d2p1:AmountBilled>7.1</d2p1:AmountBilled>
<d2p1:AmountBilledIncTax>8.1</d2p1:AmountBilledIncTax>
<d2p1:EntityCode>sample string 5</d2p1:EntityCode>
<d2p1:EntityCommonName>sample string 6</d2p1:EntityCommonName>
<d2p1:GSTAmount>10.1</d2p1:GSTAmount>
<d2p1:GSTPercentage>9.1</d2p1:GSTPercentage>
<d2p1:POLiEntityID>5568e573-11c8-4362-985a-7da4e03d4960</d2p1:POLiEntityID>
<d2p1:TxnCount>11</d2p1:TxnCount>
<d2p1:TxnValue>12.1</d2p1:TxnValue>
<d2p1:VASBillingRunID>1d9e3f1e-746a-4c44-858d-9a3bfcb57c8f</d2p1:VASBillingRunID>
<d2p1:VASBillingStructureID>1aec502c-8251-47d5-b04c-7b3a015fa481</d2p1:VASBillingStructureID>
<d2p1:VASBillingStructureName>sample string 4</d2p1:VASBillingStructureName>
</d2p1:VASBillingRunChargesByEntity>
</UnPaginatedItems>
</PaginationOfVASBillingRunChargesByEntityYHAUxzTW>