From 8fd823e49cdf82f046e5350c2ad9eaaa3e3aed1b Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Wed, 5 Mar 2025 09:33:10 -0600 Subject: [PATCH] Upload New File --- .../Zrex_VetMed/getcatalogitem_zrex.json | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 ASP-IICS-Team/Zrex_VetMed/getcatalogitem_zrex.json diff --git a/ASP-IICS-Team/Zrex_VetMed/getcatalogitem_zrex.json b/ASP-IICS-Team/Zrex_VetMed/getcatalogitem_zrex.json new file mode 100644 index 0000000..dbc4e4c --- /dev/null +++ b/ASP-IICS-Team/Zrex_VetMed/getcatalogitem_zrex.json @@ -0,0 +1,143 @@ +{ + "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" : { + "/catalogItems?filter[refId]=UWMSN-Vet_Med-PBS_COPLOW_Catalog" : { + "get" : { + "tags" : [ "getcatalogitem_zrex" ], + "summary" : null, + "description" : null, + "operationId" : "getcatalogitem_zrex", + "produces" : [ "application/json" ], + "consumes" : [ "application/json" ], + "parameters" : [ ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/getcatalogitem_zrex" + } + } + } + } + } + }, + "definitions" : { + "getcatalogitem_zrex##data##attributes" : { + "properties" : { + "catalogItem" : { + "type" : "string" + }, + "itemDescription" : { + "type" : "string" + }, + "itemName" : { + "type" : "string" + }, + "name" : { + "type" : "string" + }, + "refId" : { + "type" : "string" + }, + "resourceProvider" : { + "type" : "string" + }, + "unitOfMeasure" : { + "type" : "string" + }, + "uomEdiCodeId" : { + "type" : "string" + } + } + }, + "getcatalogitem_zrex##data##links" : { + "properties" : { + "self" : { + "type" : "string" + } + } + }, + "getcatalogitem_zrex##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/getcatalogitem_zrex##data##attributes" + }, + "id" : { + "type" : "string" + }, + "links" : { + "$ref" : "#/definitions/getcatalogitem_zrex##data##links" + }, + "type" : { + "type" : "string" + } + } + }, + "getcatalogitem_zrex##links" : { + "properties" : { + "first" : { + "type" : "string" + }, + "last" : { + "type" : "string" + }, + "next" : { + "type" : "string" + }, + "prev" : { + "type" : "string" + }, + "self" : { + "type" : "string" + } + } + }, + "getcatalogitem_zrex##meta" : { + "properties" : { + "pageNumber" : { + "type" : "number", + "format" : "int32" + }, + "pageSize" : { + "type" : "number", + "format" : "int32" + }, + "totalCount" : { + "type" : "number", + "format" : "int32" + }, + "totalPages" : { + "type" : "number", + "format" : "int32" + } + } + }, + "getcatalogitem_zrex" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/getcatalogitem_zrex##data" + } + }, + "links" : { + "$ref" : "#/definitions/getcatalogitem_zrex##links" + }, + "meta" : { + "$ref" : "#/definitions/getcatalogitem_zrex##meta" + } + } + } + } +} \ No newline at end of file -- GitLab