From f71c4b8021019b37e86a7daf7fa62cc05c439862 Mon Sep 17 00:00:00 2001 From: SAJIDA SIDDIQUI <sajida.siddiqui@wisc.edu> Date: Sun, 17 Nov 2024 10:36:35 -0600 Subject: [PATCH] Upload New File --- .../EIB_INT444_ISDInvoices_DBCode.json | 161 ++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 ASP-IICS-Team/DatabaseCode_ARInvoices_UWMSN/EIB_INT444_ISDInvoices_DBCode.json diff --git a/ASP-IICS-Team/DatabaseCode_ARInvoices_UWMSN/EIB_INT444_ISDInvoices_DBCode.json b/ASP-IICS-Team/DatabaseCode_ARInvoices_UWMSN/EIB_INT444_ISDInvoices_DBCode.json new file mode 100644 index 0000000..705ca03 --- /dev/null +++ b/ASP-IICS-Team/DatabaseCode_ARInvoices_UWMSN/EIB_INT444_ISDInvoices_DBCode.json @@ -0,0 +1,161 @@ +{ + "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" : { + "/validateFdm" : { + "post" : { + "tags" : [ "EIB_INT444_ISDInvoices_DBCode" ], + "summary" : null, + "description" : null, + "operationId" : "EIB_INT444_ISDInvoices_DBCode", + "produces" : [ "application/vnd.api+json" ], + "consumes" : [ "application/vnd.api+json" ], + "parameters" : [ { + "name" : "body", + "in" : "body", + "description" : null, + "required" : false, + "schema" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode_Request##body" + } + } ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode" + } + } + } + } + } + }, + "definitions" : { + "EIB_INT444_ISDInvoices_DBCode##data##attributes##errors" : { + "properties" : { + "errorCode" : { + "type" : "string" + }, + "errorMessage" : { + "type" : "string" + } + } + }, + "EIB_INT444_ISDInvoices_DBCode##data##attributes" : { + "properties" : { + "errors" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode##data##attributes##errors" + } + }, + "valid" : { + "type" : "boolean" + } + } + }, + "EIB_INT444_ISDInvoices_DBCode##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode##data##attributes" + }, + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "EIB_INT444_ISDInvoices_DBCode" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode##data" + } + } + } + }, + "EIB_INT444_ISDInvoices_DBCode_Request##body##data##attributes" : { + "properties" : { + "company" : { + "type" : "string" + }, + "activity" : { + "type" : "string" + }, + "costCenter" : { + "type" : "string" + }, + "fund" : { + "type" : "string" + }, + "function" : { + "type" : "string" + }, + "gift" : { + "type" : "string" + }, + "grant" : { + "type" : "string" + }, + "ledgerAccount" : { + "type" : "string" + }, + "program" : { + "type" : "string" + }, + "project" : { + "type" : "string" + }, + "revenueCategory" : { + "type" : "string" + }, + "spendCategory" : { + "type" : "string" + } + } + }, + "EIB_INT444_ISDInvoices_DBCode_Request##body##data" : { + "properties" : { + "type" : { + "type" : "string" + }, + "id" : { + "type" : "string" + }, + "attributes" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode_Request##body##data##attributes" + } + } + }, + "EIB_INT444_ISDInvoices_DBCode_Request##body" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode_Request##body##data" + } + } + } + }, + "EIB_INT444_ISDInvoices_DBCode_Request" : { + "properties" : { + "body" : { + "$ref" : "#/definitions/EIB_INT444_ISDInvoices_DBCode_Request##body" + } + } + } + } +} \ No newline at end of file -- GitLab