From 2e203fc6a4457622b9f788a69c097ccb25275c84 Mon Sep 17 00:00:00 2001
From: Joe Markey <joseph.markey@wisc.edu>
Date: Mon, 8 Jul 2024 17:59:57 -0500
Subject: [PATCH] Delete getexternalcustomers2.json

---
 .../getexternalcustomers2.json                | 174 ------------------
 1 file changed, 174 deletions(-)
 delete mode 100644 ASP-IICS-Team/GetExternalCustomers/getexternalcustomers2.json

diff --git a/ASP-IICS-Team/GetExternalCustomers/getexternalcustomers2.json b/ASP-IICS-Team/GetExternalCustomers/getexternalcustomers2.json
deleted file mode 100644
index 695b16d..0000000
--- a/ASP-IICS-Team/GetExternalCustomers/getexternalcustomers2.json
+++ /dev/null
@@ -1,174 +0,0 @@
-{
-  "swagger" : "2.0",
-  "info" : {
-    "description" : null,
-    "version" : "1.0.0",
-    "title" : null,
-    "termsOfService" : null,
-    "contact" : null,
-    "license" : null
-  },
-  "host" : "api.wisc.edu",
-  "basePath" : "/finance",
-  "schemes" : [ "https" ],
-  "paths" : {
-    "/externalcustomers?filter[name]=Customer_Name" : {
-      "get" : {
-        "tags" : [ "getexternalcustomers" ],
-        "summary" : null,
-        "description" : null,
-        "operationId" : "getexternalcustomers",
-        "produces" : [ "application/json" ],
-        "consumes" : [ "application/json" ],
-        "parameters" : [ {
-          "name" : "name",
-          "in" : "query",
-          "description" : null,
-          "required" : false,
-          "type" : "string"
-        } ],
-        "responses" : {
-          "200" : {
-            "description" : "successful operation",
-            "schema" : {
-              "$ref" : "#/definitions/getexternalcustomers"
-            }
-          }
-        }
-      }
-    }
-  },
-  "definitions" : {
-    "getexternalcustomers##data##attributes##address" : {
-      "properties" : {
-        "address_id" : {
-          "type" : "string"
-        },
-        "address_line_1" : {
-          "type" : "string"
-        },
-        "address_line_2" : {
-          "type" : "string"
-        },
-        "address_line_3" : {
-          "type" : "string"
-        },
-        "address_usage" : {
-          "type" : "string"
-        },
-        "city" : {
-          "type" : "string"
-        },
-        "country_code" : {
-          "type" : "string"
-        },
-        "id" : {
-          "type" : "string"
-        },
-        "state_code" : {
-          "type" : "string"
-        },
-        "zip_code" : {
-          "type" : "string"
-        }
-      }
-    },
-    "getexternalcustomers##data##attributes" : {
-      "properties" : {
-        "active" : {
-          "type" : "boolean"
-        },
-        "address" : {
-          "type" : "array",
-          "items" : {
-            "$ref" : "#/definitions/getexternalcustomers##data##attributes##address"
-          }
-        },
-        "name" : {
-          "type" : "string"
-        },
-        "status" : {
-          "type" : "string"
-        }
-      }
-    },
-    "getexternalcustomers##data##links" : {
-      "properties" : {
-        "self" : {
-          "type" : "string"
-        }
-      }
-    },
-    "getexternalcustomers##data" : {
-      "properties" : {
-        "attributes" : {
-          "$ref" : "#/definitions/getexternalcustomers##data##attributes"
-        },
-        "id" : {
-          "type" : "string"
-        },
-        "links" : {
-          "$ref" : "#/definitions/getexternalcustomers##data##links"
-        },
-        "type" : {
-          "type" : "string"
-        }
-      }
-    },
-    "getexternalcustomers##links" : {
-      "properties" : {
-        "first" : {
-          "type" : "string"
-        },
-        "last" : {
-          "type" : "string"
-        },
-        "next" : {
-          "type" : "string"
-        },
-        "prev" : {
-          "type" : "string"
-        },
-        "self" : {
-          "type" : "string"
-        }
-      }
-    },
-    "getexternalcustomers##meta" : {
-      "properties" : {
-        "pageNumber" : {
-          "type" : "number",
-          "format" : "int32"
-        },
-        "pageSize" : {
-          "type" : "number",
-          "format" : "int32"
-        },
-        "totalCount" : {
-          "type" : "number",
-          "format" : "int32"
-        },
-        "totalPages" : {
-          "type" : "number",
-          "format" : "int32"
-        }
-      }
-    },
-    "getexternalcustomers" : {
-      "properties" : {
-        "data" : {
-          "type" : "array",
-          "items" : {
-            "$ref" : "#/definitions/getexternalcustomers##data"
-          }
-        },
-        "links" : {
-          "$ref" : "#/definitions/getexternalcustomers##links"
-        },
-        "meta" : {
-          "$ref" : "#/definitions/getexternalcustomers##meta"
-        }
-      }
-    }
-  }
-}
\ No newline at end of file
-- 
GitLab