GET api/ReportDebtorsAgeingBalance?DB={DB}&Customerid={Customerid}&IsForeign={IsForeign}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DB

string

Required

Customerid

string

Required

IsForeign

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AgeingReportJSONOutputData
NameDescriptionTypeAdditional information
CustomerID

string

None.

Customer

string

None.

Area

string

None.

Balance

decimal number

None.

CurrentBalance

decimal number

None.

ThirtyDays

decimal number

None.

SixtyDays

decimal number

None.

NinetyDays

decimal number

None.

OneTwentyDays

decimal number

None.

Over_One_Twenty_Days

decimal number

None.

TotalOverdue

decimal number

None.

ForeignBalance

decimal number

None.

Year

string

None.

Month

string

None.

HdrCustomerName

string

None.

HdrCustomerAddress

string

None.

HdrTelephone

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerID": "sample string 1",
    "Customer": "sample string 2",
    "Area": "sample string 3",
    "Balance": 4.0,
    "CurrentBalance": 5.0,
    "ThirtyDays": 6.0,
    "SixtyDays": 7.0,
    "NinetyDays": 8.0,
    "OneTwentyDays": 9.0,
    "Over_One_Twenty_Days": 10.0,
    "TotalOverdue": 11.0,
    "ForeignBalance": 12.0,
    "Year": "sample string 13",
    "Month": "sample string 14",
    "HdrCustomerName": "sample string 15",
    "HdrCustomerAddress": "sample string 16",
    "HdrTelephone": "sample string 17"
  },
  {
    "CustomerID": "sample string 1",
    "Customer": "sample string 2",
    "Area": "sample string 3",
    "Balance": 4.0,
    "CurrentBalance": 5.0,
    "ThirtyDays": 6.0,
    "SixtyDays": 7.0,
    "NinetyDays": 8.0,
    "OneTwentyDays": 9.0,
    "Over_One_Twenty_Days": 10.0,
    "TotalOverdue": 11.0,
    "ForeignBalance": 12.0,
    "Year": "sample string 13",
    "Month": "sample string 14",
    "HdrCustomerName": "sample string 15",
    "HdrCustomerAddress": "sample string 16",
    "HdrTelephone": "sample string 17"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAgeingReportJSONOutputData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis">
  <AgeingReportJSONOutputData>
    <Area>sample string 3</Area>
    <Balance>4</Balance>
    <CurrentBalance>5</CurrentBalance>
    <Customer>sample string 2</Customer>
    <CustomerID>sample string 1</CustomerID>
    <ForeignBalance>12</ForeignBalance>
    <HdrCustomerAddress>sample string 16</HdrCustomerAddress>
    <HdrCustomerName>sample string 15</HdrCustomerName>
    <HdrTelephone>sample string 17</HdrTelephone>
    <Month>sample string 14</Month>
    <NinetyDays>8</NinetyDays>
    <OneTwentyDays>9</OneTwentyDays>
    <Over_One_Twenty_Days>10</Over_One_Twenty_Days>
    <SixtyDays>7</SixtyDays>
    <ThirtyDays>6</ThirtyDays>
    <TotalOverdue>11</TotalOverdue>
    <Year>sample string 13</Year>
  </AgeingReportJSONOutputData>
  <AgeingReportJSONOutputData>
    <Area>sample string 3</Area>
    <Balance>4</Balance>
    <CurrentBalance>5</CurrentBalance>
    <Customer>sample string 2</Customer>
    <CustomerID>sample string 1</CustomerID>
    <ForeignBalance>12</ForeignBalance>
    <HdrCustomerAddress>sample string 16</HdrCustomerAddress>
    <HdrCustomerName>sample string 15</HdrCustomerName>
    <HdrTelephone>sample string 17</HdrTelephone>
    <Month>sample string 14</Month>
    <NinetyDays>8</NinetyDays>
    <OneTwentyDays>9</OneTwentyDays>
    <Over_One_Twenty_Days>10</Over_One_Twenty_Days>
    <SixtyDays>7</SixtyDays>
    <ThirtyDays>6</ThirtyDays>
    <TotalOverdue>11</TotalOverdue>
    <Year>sample string 13</Year>
  </AgeingReportJSONOutputData>
</ArrayOfAgeingReportJSONOutputData>