GET api/orgPlace
Get all values from the Places table
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
orgPlaceDb| Name | Description | Type | Additional information |
|---|---|---|---|
| PlaceID | integer |
None. |
|
| EntityID | integer |
None. |
|
| EntityName | string |
None. |
|
| PlaceTypeID | byte |
None. |
|
| PlaceName | string |
Max length: 60 |
|
| Address1 | string |
Max length: 50 |
|
| Address2 | string |
Max length: 50 |
|
| City | string |
Max length: 30 |
|
| StateProvinceCode | string |
Max length: 2 |
|
| PostalCode | string |
Max length: 10 |
|
| CountryCode | string |
Max length: 3 |
|
| AirportCode | string |
Max length: 3 |
|
| OpenHours | string |
Max length: 120 |
|
| IsBillingAddress | boolean |
None. |
|
| IsCrossDock | boolean |
None. |
|
| IsTerminal | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Comment | string |
Max length: 240 |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| FBContactsSub2ID | integer |
None. |
|
| CSC | string |
Max length: 38 |
|
| WarehouseID | integer |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"PlaceID": 1,
"EntityID": 1,
"EntityName": "sample string 2",
"PlaceTypeID": 64,
"PlaceName": "sample string 3",
"Address1": "sample string 4",
"Address2": "sample string 5",
"City": "sample string 6",
"StateProvinceCode": "sample string 7",
"PostalCode": "sample string 8",
"CountryCode": "sample string 9",
"AirportCode": "sample string 10",
"OpenHours": "sample string 11",
"IsBillingAddress": true,
"IsCrossDock": true,
"IsTerminal": true,
"IsActive": true,
"Comment": "sample string 16",
"CreatedBy": 17,
"CreatedDate": "2025-12-06T23:39:34.8264528+00:00",
"UpdatedBy": 19,
"UpdatedDate": "2025-12-06T23:39:34.8264528+00:00",
"FBContactsSub2ID": 1,
"CSC": "sample string 21",
"WarehouseID": 22
}
application/xml, text/xml
Sample:
<orgPlaceDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<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 4</Address1>
<Address2>sample string 5</Address2>
<AirportCode>sample string 10</AirportCode>
<CSC>sample string 21</CSC>
<City>sample string 6</City>
<Comment>sample string 16</Comment>
<CountryCode>sample string 9</CountryCode>
<CreatedBy>17</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:39:34.8264528Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<EntityID>1</EntityID>
<EntityName>sample string 2</EntityName>
<FBContactsSub2ID>1</FBContactsSub2ID>
<IsActive>true</IsActive>
<IsBillingAddress>true</IsBillingAddress>
<IsCrossDock>true</IsCrossDock>
<IsTerminal>true</IsTerminal>
<OpenHours>sample string 11</OpenHours>
<PlaceID>1</PlaceID>
<PlaceName>sample string 3</PlaceName>
<PlaceTypeID>64</PlaceTypeID>
<PostalCode>sample string 8</PostalCode>
<StateProvinceCode>sample string 7</StateProvinceCode>
<UpdatedBy>19</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:39:34.8264528Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
<WarehouseID>22</WarehouseID>
</orgPlaceDb>