GET api/ARCustomerMaster/GetARAgingValues/V2/{accountId}/{companyId}/{qbCustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

qbCustomerId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ARAgingValue
NameDescriptionTypeAdditional information
Period

string

None.

Value

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Period": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Period": "sample string 1",
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfARAgingValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.AccountPackages.Entities">
  <ARAgingValue>
    <Period>sample string 1</Period>
    <Value>sample string 2</Value>
  </ARAgingValue>
  <ARAgingValue>
    <Period>sample string 1</Period>
    <Value>sample string 2</Value>
  </ARAgingValue>
</ArrayOfARAgingValue>