GET api/Accounts/{LastUpdated}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Account
NameDescriptionTypeAdditional information
Number

integer

None.

AccountName

string

None.

Type

string

None.

Description

string

None.

TradingName

string

None.

BadCheckStatus

boolean

None.

OpenStatuses

string

None.

RowVersion

unsigned integer

None.

BlackListAccount

boolean

None.

Address

Address

None.

Customers

Collection of Customer

None.

PrimaryCustomerNumber

integer

None.

CustomerNumber

integer

None.

AdditionalInfo

Collection of Object

None.

AttributeInfo

Dictionary of string [key] and string [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "$type": "Avalon.Data.Taxes.VA.PCI.Account, WebPortalRTFAPI",
    "Number": 1,
    "AccountName": "sample string 2",
    "Type": "sample string 3",
    "Description": "sample string 4",
    "TradingName": "sample string 5",
    "BadCheckStatus": true,
    "OpenStatuses": "sample string 7",
    "RowVersion": 8,
    "BlackListAccount": true,
    "Address": null,
    "Customers": {
      "$id": "3",
      "$values": [
        {
          "$id": "4",
          "$type": "Avalon.Data.Taxes.VA.PCI.Customer, WebPortalRTFAPI",
          "Key": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "BusinessName": "sample string 4",
          "TradingName": "sample string 5",
          "Type": "sample string 6",
          "TypeDescription": "sample string 7",
          "Number": 8,
          "DLNumber": "sample string 9",
          "Address": null,
          "isPrimary": true,
          "ShortKey": "sample string 11",
          "EncKey": "sample string 12",
          "LongKey": "sample string 13",
          "RowVersion": 14
        },
        {
          "$ref": "4"
        }
      ]
    },
    "PrimaryCustomerNumber": 10,
    "CustomerNumber": 11,
    "AdditionalInfo": {
      "$id": "5",
      "$values": [
        {
          "$id": "6",
          "$type": "System.Object, mscorlib"
        },
        {
          "$id": "7",
          "$type": "System.Object, mscorlib"
        }
      ]
    },
    "AttributeInfo": {
      "$id": "8",
      "$type": "System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.String, mscorlib]], mscorlib",
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    }
  },
  {
    "$ref": "2"
  }
]