{
  "GET /customers/{id}": {
    "status": 200,
    "fields": [
      "data"
    ],
    "address_fields": {}
  },
  "PATCH /customers/{id}": {
    "status": 404,
    "allowed": false
  },
  "location_paths": {
    "/customers/wMpyXnX3L2/locations": {
      "status": 404
    },
    "/locations": {
      "status": 404
    },
    "/customers/wMpyXnX3L2/service-locations": {
      "status": 404
    },
    "/customers/wMpyXnX3L2/addresses": {
      "status": 404
    }
  },
  "GET /jobs?customer_id": {
    "status": 404,
    "first_job_fields": []
  }
}