GET api/ordAddress/{id}

Return a single value from the Addresses table using the primary key as ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Addresses Primary Key.

integer

Required

Body Parameters

None.

Response Information

Resource Description

ordAddressEx
NameDescriptionTypeAdditional information
CreatedByInitials

string

None.

CreatedByName

string

None.

UpdatedByInitials

string

None.

UpdatedByName

string

None.

CountryName

string

None.

AirportCSC

string

None.

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,
  "CreatedByInitials": "sample string 1",
  "CreatedByName": "sample string 2",
  "UpdatedByInitials": "sample string 3",
  "UpdatedByName": "sample string 4",
  "CountryName": "sample string 5",
  "AirportCSC": "sample string 6",
  "AddressID": 7,
  "AddressHash": "QEA=",
  "ContactName": "sample string 8",
  "EntityName": "sample string 9",
  "PlaceName": "sample string 10",
  "Address1": "sample string 11",
  "Address2": "sample string 12",
  "City": "sample string 13",
  "PostalCode": "sample string 14",
  "StateProvinceCode": "sample string 15",
  "CountryCode": "sample string 16",
  "AirportCode": "sample string 17",
  "TollFree": "sample string 18",
  "Phone": "sample string 19",
  "Fax": "sample string 20",
  "Mobile": "sample string 21",
  "EMail": "sample string 22",
  "Website": "sample string 23",
  "OpenHours": "sample string 24",
  "Comments": "sample string 25",
  "CreatedBy": 26,
  "CreatedDate": "2025-12-06T23:41:04.6202654+00:00",
  "UpdatedBy": 28,
  "UpdatedDate": "2025-12-06T23:41:04.6202654+00:00"
}

application/xml, text/xml

Sample:
<ordAddressEx 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 11</Address1>
  <Address2>sample string 12</Address2>
  <AddressHash>QEA=</AddressHash>
  <AddressID>7</AddressID>
  <AirportCode>sample string 17</AirportCode>
  <City>sample string 13</City>
  <Comments>sample string 25</Comments>
  <ContactName>sample string 8</ContactName>
  <CountryCode>sample string 16</CountryCode>
  <CreatedBy>26</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:41:04.6202654Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <EMail>sample string 22</EMail>
  <EntityName>sample string 9</EntityName>
  <Fax>sample string 20</Fax>
  <Mobile>sample string 21</Mobile>
  <OpenHours>sample string 24</OpenHours>
  <Phone>sample string 19</Phone>
  <PlaceName>sample string 10</PlaceName>
  <PostalCode>sample string 14</PostalCode>
  <StateProvinceCode>sample string 15</StateProvinceCode>
  <TollFree>sample string 18</TollFree>
  <UpdatedBy>28</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:41:04.6202654Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <Website>sample string 23</Website>
  <AirportCSC>sample string 6</AirportCSC>
  <CountryName>sample string 5</CountryName>
  <CreatedByInitials>sample string 1</CreatedByInitials>
  <CreatedByName>sample string 2</CreatedByName>
  <UpdatedByInitials>sample string 3</UpdatedByInitials>
  <UpdatedByName>sample string 4</UpdatedByName>
</ordAddressEx>