GET api/ordAddress

Get all values from the Addresses table

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ordAddressDb
NameDescriptionTypeAdditional information
AddressID

integer

None.

AddressHash

Collection of byte

None.

ContactName

string

Max length: 100

EntityName

string

Max length: 100

PlaceName

string

Max length: 60

Address1

string

Max length: 50

Address2

string

Max length: 50

City

string

Max length: 50

PostalCode

string

Max length: 10

StateProvinceCode

string

Max length: 2

CountryCode

string

Max length: 3

AirportCode

string

Max length: 3

TollFree

string

Max length: 30

Phone

string

Max length: 30

Fax

string

Max length: 30

Mobile

string

Max length: 30

EMail

string

Max length: 60

Website

string

Max length: 60

OpenHours

string

None.

Comments

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "results": null,
  "AddressID": 1,
  "AddressHash": "QEA=",
  "ContactName": "sample string 2",
  "EntityName": "sample string 3",
  "PlaceName": "sample string 4",
  "Address1": "sample string 5",
  "Address2": "sample string 6",
  "City": "sample string 7",
  "PostalCode": "sample string 8",
  "StateProvinceCode": "sample string 9",
  "CountryCode": "sample string 10",
  "AirportCode": "sample string 11",
  "TollFree": "sample string 12",
  "Phone": "sample string 13",
  "Fax": "sample string 14",
  "Mobile": "sample string 15",
  "EMail": "sample string 16",
  "Website": "sample string 17",
  "OpenHours": "sample string 18",
  "Comments": "sample string 19",
  "CreatedBy": 20,
  "CreatedDate": "2025-12-06T23:42:48.7290712+00:00",
  "UpdatedBy": 22,
  "UpdatedDate": "2025-12-06T23:42:48.7290712+00:00"
}

application/xml, text/xml

Sample:
<ordAddressDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <Address1>sample string 5</Address1>
  <Address2>sample string 6</Address2>
  <AddressHash>QEA=</AddressHash>
  <AddressID>1</AddressID>
  <AirportCode>sample string 11</AirportCode>
  <City>sample string 7</City>
  <Comments>sample string 19</Comments>
  <ContactName>sample string 2</ContactName>
  <CountryCode>sample string 10</CountryCode>
  <CreatedBy>20</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:42:48.7290712Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <EMail>sample string 16</EMail>
  <EntityName>sample string 3</EntityName>
  <Fax>sample string 14</Fax>
  <Mobile>sample string 15</Mobile>
  <OpenHours>sample string 18</OpenHours>
  <Phone>sample string 13</Phone>
  <PlaceName>sample string 4</PlaceName>
  <PostalCode>sample string 8</PostalCode>
  <StateProvinceCode>sample string 9</StateProvinceCode>
  <TollFree>sample string 12</TollFree>
  <UpdatedBy>22</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:42:48.7290712Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <Website>sample string 17</Website>
</ordAddressDb>