GET api/Billing/BillingStructureToVarListPaginated?skip={skip}&take={take}&field={field}&reverse={reverse}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

integer

Default value is -1

take

integer

Default value is -1

field

string

Default value is Name

reverse

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

PaginationOfBillingStructureToVARDefault
NameDescriptionTypeAdditional information
IsAllSuccess

boolean

None.

Items

Collection of BillingStructureToVARDefault

None.

UnPaginatedItems

Collection of BillingStructureToVARDefault

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": [
    {
      "POLiEntityID": "3df5f082-4eb8-47dc-8209-17f3b04a6e00",
      "EntityCode": "sample string 2",
      "EntityCommonName": "sample string 3",
      "DefaultBillingStructureID": 4,
      "DefaultBillingStructureName": "sample string 5",
      "NumberOfDaysFeeFree": 6,
      "BillingStructuresList": [
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        },
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        }
      ]
    },
    {
      "POLiEntityID": "3df5f082-4eb8-47dc-8209-17f3b04a6e00",
      "EntityCode": "sample string 2",
      "EntityCommonName": "sample string 3",
      "DefaultBillingStructureID": 4,
      "DefaultBillingStructureName": "sample string 5",
      "NumberOfDaysFeeFree": 6,
      "BillingStructuresList": [
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        },
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        }
      ]
    }
  ],
  "UnPaginatedItems": [
    {
      "POLiEntityID": "3df5f082-4eb8-47dc-8209-17f3b04a6e00",
      "EntityCode": "sample string 2",
      "EntityCommonName": "sample string 3",
      "DefaultBillingStructureID": 4,
      "DefaultBillingStructureName": "sample string 5",
      "NumberOfDaysFeeFree": 6,
      "BillingStructuresList": [
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        },
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        }
      ]
    },
    {
      "POLiEntityID": "3df5f082-4eb8-47dc-8209-17f3b04a6e00",
      "EntityCode": "sample string 2",
      "EntityCommonName": "sample string 3",
      "DefaultBillingStructureID": 4,
      "DefaultBillingStructureName": "sample string 5",
      "NumberOfDaysFeeFree": 6,
      "BillingStructuresList": [
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        },
        {
          "GuidIdentity": "a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e",
          "Code": 1,
          "Name": "sample string 2",
          "Tag": "sample string 3"
        }
      ]
    }
  ],
  "FullCount": 2,
  "Skip": 3,
  "Take": 4,
  "Properties": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<PaginationOfBillingStructureToVARDefaulttaHJ6_P0R 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.BillingStructure">
    <d2p1:BillingStructureToVARDefault>
      <d2p1:BillingStructuresList xmlns:d4p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
      </d2p1:BillingStructuresList>
      <d2p1:DefaultBillingStructureID>4</d2p1:DefaultBillingStructureID>
      <d2p1:DefaultBillingStructureName>sample string 5</d2p1:DefaultBillingStructureName>
      <d2p1:NumberOfDaysFeeFree>6</d2p1:NumberOfDaysFeeFree>
      <d2p1:EntityCode>sample string 2</d2p1:EntityCode>
      <d2p1:EntityCommonName>sample string 3</d2p1:EntityCommonName>
      <d2p1:POLiEntityID>3df5f082-4eb8-47dc-8209-17f3b04a6e00</d2p1:POLiEntityID>
    </d2p1:BillingStructureToVARDefault>
    <d2p1:BillingStructureToVARDefault>
      <d2p1:BillingStructuresList xmlns:d4p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
      </d2p1:BillingStructuresList>
      <d2p1:DefaultBillingStructureID>4</d2p1:DefaultBillingStructureID>
      <d2p1:DefaultBillingStructureName>sample string 5</d2p1:DefaultBillingStructureName>
      <d2p1:NumberOfDaysFeeFree>6</d2p1:NumberOfDaysFeeFree>
      <d2p1:EntityCode>sample string 2</d2p1:EntityCode>
      <d2p1:EntityCommonName>sample string 3</d2p1:EntityCommonName>
      <d2p1:POLiEntityID>3df5f082-4eb8-47dc-8209-17f3b04a6e00</d2p1:POLiEntityID>
    </d2p1:BillingStructureToVARDefault>
  </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.BillingStructure">
    <d2p1:BillingStructureToVARDefault>
      <d2p1:BillingStructuresList xmlns:d4p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
      </d2p1:BillingStructuresList>
      <d2p1:DefaultBillingStructureID>4</d2p1:DefaultBillingStructureID>
      <d2p1:DefaultBillingStructureName>sample string 5</d2p1:DefaultBillingStructureName>
      <d2p1:NumberOfDaysFeeFree>6</d2p1:NumberOfDaysFeeFree>
      <d2p1:EntityCode>sample string 2</d2p1:EntityCode>
      <d2p1:EntityCommonName>sample string 3</d2p1:EntityCommonName>
      <d2p1:POLiEntityID>3df5f082-4eb8-47dc-8209-17f3b04a6e00</d2p1:POLiEntityID>
    </d2p1:BillingStructureToVARDefault>
    <d2p1:BillingStructureToVARDefault>
      <d2p1:BillingStructuresList xmlns:d4p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
        <d4p1:ListItemOfint>
          <d4p1:Code>1</d4p1:Code>
          <d4p1:GuidIdentity>a6c9d19d-a714-4f12-b2b7-a0ad2c59ec0e</d4p1:GuidIdentity>
          <d4p1:Name>sample string 2</d4p1:Name>
          <d4p1:Tag>sample string 3</d4p1:Tag>
        </d4p1:ListItemOfint>
      </d2p1:BillingStructuresList>
      <d2p1:DefaultBillingStructureID>4</d2p1:DefaultBillingStructureID>
      <d2p1:DefaultBillingStructureName>sample string 5</d2p1:DefaultBillingStructureName>
      <d2p1:NumberOfDaysFeeFree>6</d2p1:NumberOfDaysFeeFree>
      <d2p1:EntityCode>sample string 2</d2p1:EntityCode>
      <d2p1:EntityCommonName>sample string 3</d2p1:EntityCommonName>
      <d2p1:POLiEntityID>3df5f082-4eb8-47dc-8209-17f3b04a6e00</d2p1:POLiEntityID>
    </d2p1:BillingStructureToVARDefault>
  </UnPaginatedItems>
</PaginationOfBillingStructureToVARDefaulttaHJ6_P0R>