Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • interop/iics/iics-swagger-file-public-repository
  • BETTY.THOMPSON/iics-swagger-file-public-repository
  • JEROME.WATSON/iics-swagger-file-public-repository
  • HVARDHAN/iics-swagger-file-public-repository
  • PATRICK.ROE/iics-swagger-file-public-repository
  • SAJIDA.SIDDIQUI/iics-swagger-file-public-repository
  • jpmarkey/iics-swagger-file-public-repository
  • MATT.GRACZ/iics-swagger-file-public-repository
8 results
Show changes
Commits on Source (257)
Showing
with 387 additions and 4 deletions
......@@ -12,7 +12,7 @@
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/100" : {
"/{id}" : {
"get" : {
"tags" : [ "MockPGetID" ],
"summary" : null,
......
......@@ -41,12 +41,22 @@
}
},
"definitions" : {
"putfdmvalidate##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"putfdmvalidate##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"type" : "string"
"$ref" : "#/definitions/putfdmvalidate##data##attributes##errors"
}
},
"valid" : {
......@@ -82,20 +92,38 @@
"company" : {
"type" : "string"
},
"fund" : {
"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"
}
}
},
......@@ -130,4 +158,4 @@
}
}
}
}
}
\ No newline at end of file
{
"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" : [ "alma_invoice_fdm_validation" ],
"summary" : null,
"description" : null,
"operationId" : "alma_invoice_fdm_validation",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation"
}
}
}
}
}
},
"definitions" : {
"alma_invoice_fdm_validation##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"alma_invoice_fdm_validation##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data"
}
}
}
},
"alma_invoice_fdm_validation_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"
}
}
},
"alma_invoice_fdm_validation_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body##data##attributes"
}
}
},
"alma_invoice_fdm_validation_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body##data"
}
}
}
},
"alma_invoice_fdm_validation_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body"
}
}
}
}
}
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api-na.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1",
"schemes" : [ "https" ],
"paths" : {
"acq/funds" : {
"get" : {
"tags" : [ "get_alma_fdm_1" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_fdm_1",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "q",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "view",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "offset",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "apikey",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "limit",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_fdm_1"
}
}
}
}
}
},
"definitions" : {
"get_alma_fdm_1##fund##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##parent" : {
"properties" : {
"value" : {
"type" : "string"
},
"link" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##entity_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##fiscal_period" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund##available_for_library" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm_1##fund" : {
"properties" : {
"id" : {
"type" : "string"
},
"code" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"owner" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##owner"
},
"status" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##status"
},
"currency" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##currency"
},
"parent" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##parent"
},
"external_id" : {
"type" : "string"
},
"entity_type" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##entity_type"
},
"fiscal_period" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##fiscal_period"
},
"available_for_library" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund##available_for_library"
}
},
"link" : {
"type" : "string"
}
}
},
"get_alma_fdm_1" : {
"properties" : {
"fund" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_fdm_1##fund"
}
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
}
}
}
\ No newline at end of file