Get facility collection

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

``200 The requested facility collection

object

Updated about 2 months ago


ShellNodeRubyPHPPython

:


xxxxxxxxxx

curl --request GET \
     --url https://app.finaleinventory.com/account/api/facility \
     --header 'accept: application/json' \
     --header 'authorization: Basic ••••'

xxxxxxxxxx

{
  "actionUrlActivate": [],
  "actionUrlDeactivate": [],
  "buildSourcingDisabled": [],
  "connectionUrl": [],
  "contactMech": [],
  "createdDate": [],
  "facilityName": [],
  "facilityUrl": [],
  "lastUpdatedDate": [],
  "ownerPartyUrl": [],
  "parentFacilityUrl": [],
  "receivingDisabled": [],
  "returnReceivingDisabled": [],
  "shippingDisabled": [],
  "statusId": []
}

Updated about 2 months ago