| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Retrieving recent requests… |

#### URL Expired

The URL for this request expired after 30 days.

# ``200      The requested facility collection

object

actionUrlActivate

array

Post to this URL to change the status from inactive to active. Read only.

actionUrlDeactivate

array

Post to this URL to change the status from active to inactive. Read only.

buildSourcingDisabled

array

Boolean value corresponding to build sourcing checkbox in the UI. Applicable only to sublocations.

connectionUrl

array

The identifier for the connection that this system location/sublocation belongs to.

contactMech

array

The address for the facility as a contact mechanism structure. The contact mechanism's contactMechTypeId field must have the value `POSTAL_ADDRESS`. See [resource patterns](https://developer.finaleinventory.com/reference/resource-patterns) for details of the contact mechanism structure. Applicable only to locations.

createdDate

array

Timestamp object was created. Set automatically by the server. Read only.

facilityName

array

Name of the facility.

facilityUrl

array

The unique identifier for the facility. Read only.

lastUpdatedDate

array

Timestamp object was last modified. Set automatically by the server. Read only.

ownerPartyUrl

array

parentFacilityUrl

array

For sublocations, the identifier for the location the sublocation belongs to. For locations, parentFacilityUrl is null. The value of this field determines whether a facility is a sublocation or a location.

receivingDisabled

array

Boolean value corresponding to purchase receiving checkbox in the UI. Applicable only to sublocations.

returnReceivingDisabled

array

Boolean value corresponding to return receiving checkbox in the UI. Applicable only to sublocations.

shippingDisabled

array

Boolean value corresponding to sale shipping checkbox in the UI. Applicable only to sublocations.

statusId

array

Status of the facility. Must by one of the following values: `FACILITY_ACTIVE` or `FACILITY_INACTIVE`. To modify status post to actionUrlActivate or actionUrlDeactivate. Read only

---

curl --request GET \

--url https://app.finaleinventory.com/account/api/facility \

--header 'accept: application/json' \

--header 'authorization: Basic ••••'

```

{

"actionUrlActivate": [],

"actionUrlDeactivate": [],

"buildSourcingDisabled": [],

"connectionUrl": [],

"contactMech": [],

"createdDate": [],

"facilityName": [],

"facilityUrl": [],

"lastUpdatedDate": [],

"ownerPartyUrl": [],

"parentFacilityUrl": [],

"receivingDisabled": [],

"returnReceivingDisabled": [],

"shippingDisabled": [],

"statusId": []
}

```
