From 2caae735bf03d694cb4366697f8f13446fbb225c Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Tue, 8 Oct 2024 13:53:56 -0500 Subject: [PATCH] Upload New File --- .../TouchNet_Stout_POC/putfdmvalidate.json | 161 ++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate.json diff --git a/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate.json b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate.json new file mode 100644 index 0000000..9ce0b8f --- /dev/null +++ b/ASP-IICS-Team/TouchNet_Stout_POC/putfdmvalidate.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" : [ "putfdmvalidate" ], + "summary" : null, + "description" : null, + "operationId" : "putfdmvalidate", + "produces" : [ "application/vnd.api+json" ], + "consumes" : [ "application/vnd.api+json" ], + "parameters" : [ { + "name" : "body", + "in" : "body", + "description" : null, + "required" : false, + "schema" : { + "$ref" : "#/definitions/putfdmvalidate_Request##body" + } + } ], + "responses" : { + "200" : { + "description" : "successful operation", + "schema" : { + "$ref" : "#/definitions/putfdmvalidate" + } + } + } + } + } + }, + "definitions" : { + "putfdmvalidate##data##attributes##errors" : { + "properties" : { + "errorCode" : { + "type" : "string" + }, + "errorMessage" : { + "type" : "string" + } + } + }, + "uwmil_t2_FDM_validation_2##data##attributes" : { + "properties" : { + "errors" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/putfdmvalidate##data##attributes##errors" + } + }, + "valid" : { + "type" : "boolean" + } + } + }, + "putfdmvalidate##data" : { + "properties" : { + "attributes" : { + "$ref" : "#/definitions/putfdmvalidate##data##attributes" + }, + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, + "putfdmvalidate" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/putfdmvalidate##data" + } + } + } + }, + "putfdmvalidate_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" + } + } + }, + "putfdmvalidate_Request##body##data" : { + "properties" : { + "type" : { + "type" : "string" + }, + "id" : { + "type" : "string" + }, + "attributes" : { + "$ref" : "#/definitions/putfdmvalidate_Request##body##data##attributes" + } + } + }, + "putfdmvalidate_Request##body" : { + "properties" : { + "data" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/putfdmvalidate_Request##body##data" + } + } + } + }, + "putfdmvalidate_Request" : { + "properties" : { + "body" : { + "$ref" : "#/definitions/putfdmvalidate_Request##body" + } + } + } + } +} \ No newline at end of file -- GitLab