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 (243)
Showing
with 3337 additions and 28 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
{
"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?limit=100&offset=0&view=brief&apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get_alma_fdm" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_fdm",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "q",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_fdm"
}
}
}
}
}
},
"definitions" : {
"get_alma_fdm##fund##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##parent" : {
"properties" : {
"value" : {
"type" : "string"
},
"link" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##entity_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##fiscal_period" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund##available_for_library" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_fdm##fund" : {
"properties" : {
"id" : {
"type" : "string"
},
"code" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"owner" : {
"$ref" : "#/definitions/get_alma_fdm##fund##owner"
},
"status" : {
"$ref" : "#/definitions/get_alma_fdm##fund##status"
},
"currency" : {
"$ref" : "#/definitions/get_alma_fdm##fund##currency"
},
"parent" : {
"$ref" : "#/definitions/get_alma_fdm##fund##parent"
},
"external_id" : {
"type" : "string"
},
"entity_type" : {
"$ref" : "#/definitions/get_alma_fdm##fund##entity_type"
},
"fiscal_period" : {
"$ref" : "#/definitions/get_alma_fdm##fund##fiscal_period"
},
"available_for_library" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_fdm##fund##available_for_library"
}
},
"link" : {
"type" : "string"
}
}
},
"get_alma_fdm" : {
"properties" : {
"fund" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_fdm##fund"
}
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
}
}
}
\ 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-eu.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/po-lines",
"schemes" : [ "https" ],
"paths" : {
"/{po_line_id}?apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get_alma_item_description_swagger" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_item_description_swagger",
"produces" : [ "application/json" ],
"consumes" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "po_line_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_item_description_swagger"
}
}
}
}
}
},
"definitions" : {
"get_alma_item_description_swagger##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price##currency"
}
}
},
"get_alma_item_description_swagger##portfolios" : {
"properties" : {
"portfolio" : {
"type" : "string"
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"get_alma_item_description_swagger##license" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##acquisition_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor_reference_number_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##source_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata##mms_id" : {
"properties" : {
"value" : {
"type" : "string"
},
"link" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata" : {
"properties" : {
"title" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"issn" : {
"type" : "string"
},
"publisher" : {
"type" : "string"
},
"mms_id" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata##mms_id"
},
"publication_place" : {
"type" : "string"
},
"publication_year" : {
"type" : "string"
},
"vendor_title_number" : {
"type" : "string"
},
"system_control_number" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount##currency"
}
}
},
"get_alma_item_description_swagger##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution" : {
"properties" : {
"amount" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount"
},
"fund_code" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##fund_code"
}
}
},
"get_alma_item_description_swagger##material_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger" : {
"properties" : {
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##status"
},
"owner" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##owner"
},
"type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##type"
},
"vendor" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor"
},
"rush" : {
"type" : "boolean"
},
"price" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price"
},
"portfolios" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##portfolios"
},
"license" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##license"
},
"url" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"reclaim_interval" : {
"type" : "string"
},
"expected_receipt_interval" : {
"type" : "string"
},
"claiming_interval" : {
"type" : "string"
},
"acquisition_method" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##acquisition_method"
},
"no_charge" : {
"type" : "boolean"
},
"cancellation_restriction" : {
"type" : "boolean"
},
"vendor_reference_number" : {
"type" : "string"
},
"vendor_reference_number_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor_reference_number_type"
},
"source_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##source_type"
},
"po_number" : {
"type" : "string"
},
"additional_order_reference" : {
"type" : "string"
},
"invoice_reference" : {
"type" : "string"
},
"resource_metadata" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution"
}
},
"reporting_code" : {
"type" : "string"
},
"secondary_reporting_code" : {
"type" : "string"
},
"tertiary_reporting_code" : {
"type" : "string"
},
"fourth_reporting_code" : {
"type" : "string"
},
"fifth_reporting_code" : {
"type" : "string"
},
"vendor_note" : {
"type" : "string"
},
"receiving_note" : {
"type" : "string"
},
"alert" : {
"type" : "string"
},
"note" : {
"type" : "string"
},
"location" : {
"type" : "string"
},
"base_status" : {
"type" : "string"
},
"access_provider" : {
"type" : "string"
},
"manual_renewal" : {
"type" : "boolean"
},
"renewal_date" : {
"type" : "string"
},
"renewal_period" : {
"type" : "number",
"format" : "int32"
},
"renewal_note" : {
"type" : "string"
},
"material_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##material_type"
},
"created_date" : {
"type" : "string"
},
"status_date" : {
"type" : "string"
},
"expected_receipt_date" : {
"type" : "string"
}
}
}
}
}
\ 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-eu.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/po-lines",
"schemes" : [ "https" ],
"paths" : {
"/{po_line_id}?apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get_alma_item_description_swagger" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_item_description_swagger",
"produces" : [ "application/json" ],
"consumes" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "po_line_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_item_description_swagger"
}
}
}
}
}
},
"definitions" : {
"get_alma_item_description_swagger##errorList##error" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
},
"trackingId" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##errorList" : {
"properties" : {
"error" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##errorList##error"
}
}
}
},
"get_alma_item_description_swagger##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price##currency"
}
}
},
"get_alma_item_description_swagger##portfolios" : {
"properties" : {
"portfolio" : {
"type" : "string"
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"get_alma_item_description_swagger##license" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##acquisition_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor_reference_number_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##source_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata##mms_id" : {
"properties" : {
"value" : {
"type" : "string"
},
"link" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata" : {
"properties" : {
"title" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"issn" : {
"type" : "string"
},
"publisher" : {
"type" : "string"
},
"mms_id" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata##mms_id"
},
"publication_place" : {
"type" : "string"
},
"publication_year" : {
"type" : "string"
},
"vendor_title_number" : {
"type" : "string"
},
"system_control_number" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount##currency"
}
}
},
"get_alma_item_description_swagger##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution" : {
"properties" : {
"amount" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount"
},
"fund_code" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##fund_code"
}
}
},
"get_alma_item_description_swagger##material_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger" : {
"properties" : {
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##status"
},
"owner" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##owner"
},
"type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##type"
},
"vendor" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor"
},
"rush" : {
"type" : "boolean"
},
"price" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price"
},
"portfolios" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##portfolios"
},
"license" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##license"
},
"url" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"reclaim_interval" : {
"type" : "string"
},
"expected_receipt_interval" : {
"type" : "string"
},
"claiming_interval" : {
"type" : "string"
},
"acquisition_method" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##acquisition_method"
},
"no_charge" : {
"type" : "boolean"
},
"cancellation_restriction" : {
"type" : "boolean"
},
"vendor_reference_number" : {
"type" : "string"
},
"vendor_reference_number_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor_reference_number_type"
},
"source_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##source_type"
},
"po_number" : {
"type" : "string"
},
"additional_order_reference" : {
"type" : "string"
},
"invoice_reference" : {
"type" : "string"
},
"resource_metadata" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution"
}
},
"reporting_code" : {
"type" : "string"
},
"secondary_reporting_code" : {
"type" : "string"
},
"tertiary_reporting_code" : {
"type" : "string"
},
"fourth_reporting_code" : {
"type" : "string"
},
"fifth_reporting_code" : {
"type" : "string"
},
"vendor_note" : {
"type" : "string"
},
"receiving_note" : {
"type" : "string"
},
"alert" : {
"type" : "string"
},
"note" : {
"type" : "string"
},
"location" : {
"type" : "string"
},
"base_status" : {
"type" : "string"
},
"access_provider" : {
"type" : "string"
},
"manual_renewal" : {
"type" : "boolean"
},
"renewal_date" : {
"type" : "string"
},
"renewal_period" : {
"type" : "number",
"format" : "int32"
},
"renewal_note" : {
"type" : "string"
},
"material_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##material_type"
},
"created_date" : {
"type" : "string"
},
"status_date" : {
"type" : "string"
},
"expected_receipt_date" : {
"type" : "string"
},
"errorsExist" : {
"type" : "boolean"
},
"errorList" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##errorList"
}
}
}
}
}
\ 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-eu.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/po-lines",
"schemes" : [ "https" ],
"paths" : {
"/{po_line_id}?apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get_alma_item_description_swagger" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_item_description_swagger",
"produces" : [ "application/json" ],
"consumes" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "po_line_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {"400": {
"description": "Bad Request\n\n"
},
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_item_description_swagger"
}
}
}
}
}
},
"definitions" : {
"get_alma_item_description_swagger##errorList##error" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
},
"trackingId" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##errorList" : {
"properties" : {
"error" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##errorList##error"
}
}
}
},
"get_alma_item_description_swagger##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##price" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price##currency"
}
}
},
"get_alma_item_description_swagger##portfolios" : {
"properties" : {
"portfolio" : {
"type" : "string"
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"get_alma_item_description_swagger##license" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##acquisition_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##vendor_reference_number_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##source_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata##mms_id" : {
"properties" : {
"value" : {
"type" : "string"
},
"link" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##resource_metadata" : {
"properties" : {
"title" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"issn" : {
"type" : "string"
},
"publisher" : {
"type" : "string"
},
"mms_id" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata##mms_id"
},
"publication_place" : {
"type" : "string"
},
"publication_year" : {
"type" : "string"
},
"vendor_title_number" : {
"type" : "string"
},
"system_control_number" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount" : {
"properties" : {
"sum" : {
"type" : "string"
},
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount##currency"
}
}
},
"get_alma_item_description_swagger##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution" : {
"properties" : {
"amount" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount"
},
"fund_code" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##fund_code"
}
}
},
"get_alma_item_description_swagger##material_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger" : {
"properties" : {
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##status"
},
"owner" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##owner"
},
"type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##type"
},
"vendor" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor"
},
"rush" : {
"type" : "boolean"
},
"price" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price"
},
"portfolios" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##portfolios"
},
"license" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##license"
},
"url" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"reclaim_interval" : {
"type" : "string"
},
"expected_receipt_interval" : {
"type" : "string"
},
"claiming_interval" : {
"type" : "string"
},
"acquisition_method" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##acquisition_method"
},
"no_charge" : {
"type" : "boolean"
},
"cancellation_restriction" : {
"type" : "boolean"
},
"vendor_reference_number" : {
"type" : "string"
},
"vendor_reference_number_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor_reference_number_type"
},
"source_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##source_type"
},
"po_number" : {
"type" : "string"
},
"additional_order_reference" : {
"type" : "string"
},
"invoice_reference" : {
"type" : "string"
},
"resource_metadata" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution"
}
},
"reporting_code" : {
"type" : "string"
},
"secondary_reporting_code" : {
"type" : "string"
},
"tertiary_reporting_code" : {
"type" : "string"
},
"fourth_reporting_code" : {
"type" : "string"
},
"fifth_reporting_code" : {
"type" : "string"
},
"vendor_note" : {
"type" : "string"
},
"receiving_note" : {
"type" : "string"
},
"alert" : {
"type" : "string"
},
"note" : {
"type" : "string"
},
"location" : {
"type" : "string"
},
"base_status" : {
"type" : "string"
},
"access_provider" : {
"type" : "string"
},
"manual_renewal" : {
"type" : "boolean"
},
"renewal_date" : {
"type" : "string"
},
"renewal_period" : {
"type" : "number",
"format" : "int32"
},
"renewal_note" : {
"type" : "string"
},
"material_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##material_type"
},
"created_date" : {
"type" : "string"
},
"status_date" : {
"type" : "string"
},
"expected_receipt_date" : {
"type" : "string"
},
"errorsExist" : {
"type" : "boolean"
},
"errorList" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##errorList"
}
}
}
}
}
\ 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-eu.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/vendors",
"schemes" : [ "https" ],
"paths" : {
"/{code}?apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get_alma_supplier_id" ],
"summary" : null,
"description" : null,
"operationId" : "get_alma_supplier_id",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "code",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get_alma_supplier_id"
}
}
}
}
}
},
"definitions" : {
"get_alma_supplier_id##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##language" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##library##code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##library" : {
"properties" : {
"code" : {
"$ref" : "#/definitions/get_alma_supplier_id##library##code"
},
"include_sub_units" : {
"type" : "boolean"
}
}
},
"get_alma_supplier_id##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##account##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##account##library##code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##account##library" : {
"properties" : {
"code" : {
"$ref" : "#/definitions/get_alma_supplier_id##account##library##code"
},
"include_sub_units" : {
"type" : "boolean"
}
}
},
"get_alma_supplier_id##account##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##account##contact_info" : {
"properties" : {
"address" : {
"type" : "string"
},
"email" : {
"type" : "string"
},
"phone" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##account" : {
"properties" : {
"code" : {
"type" : "string"
},
"description" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/get_alma_supplier_id##account##status"
},
"account_id" : {
"type" : "string"
},
"library" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##account##library"
}
},
"discount_percent" : {
"type" : "string"
},
"payment_method" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##account##payment_method"
}
},
"claiming_interval" : {
"type" : "string"
},
"subscription_interval" : {
"type" : "string"
},
"contact_info" : {
"$ref" : "#/definitions/get_alma_supplier_id##account##contact_info"
},
"contact_person" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##address##country" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##address##address_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##address" : {
"properties" : {
"line1" : {
"type" : "string"
},
"line2" : {
"type" : "string"
},
"line3" : {
"type" : "string"
},
"city" : {
"type" : "string"
},
"country" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##address##country"
},
"state_province" : {
"type" : "string"
},
"postal_code" : {
"type" : "string"
},
"address_note" : {
"type" : "string"
},
"start_date" : {
"type" : "string"
},
"address_type" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##address##address_type"
}
},
"preferred" : {
"type" : "boolean"
}
}
},
"get_alma_supplier_id##contact_info##email##email_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##email" : {
"properties" : {
"email_address" : {
"type" : "string"
},
"email_type" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##email##email_type"
}
},
"preferred" : {
"type" : "boolean"
}
}
},
"get_alma_supplier_id##contact_info##phone##phone_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##phone" : {
"properties" : {
"phone_number" : {
"type" : "string"
},
"phone_type" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##phone##phone_type"
}
},
"preferred" : {
"type" : "boolean"
},
"preferred_sms" : {
"type" : "boolean"
}
}
},
"get_alma_supplier_id##contact_info##web_address##url_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get_alma_supplier_id##contact_info##web_address" : {
"properties" : {
"url" : {
"type" : "string"
},
"url_type" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##web_address##url_type"
}
}
},
"get_alma_supplier_id##contact_info" : {
"properties" : {
"address" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##address"
}
},
"email" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##email"
}
},
"phone" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##phone"
}
},
"web_address" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info##web_address"
}
}
}
},
"get_alma_supplier_id##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"get_alma_supplier_id" : {
"properties" : {
"code" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/get_alma_supplier_id##status"
},
"language" : {
"$ref" : "#/definitions/get_alma_supplier_id##language"
},
"licensor" : {
"type" : "boolean"
},
"governmental" : {
"type" : "boolean"
},
"additional_code" : {
"type" : "string"
},
"financial_sys_code" : {
"type" : "string"
},
"national_tax_id" : {
"type" : "string"
},
"liable_for_vat" : {
"type" : "boolean"
},
"material_supplier" : {
"type" : "boolean"
},
"access_provider" : {
"type" : "boolean"
},
"library" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##library"
}
},
"currency" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##currency"
}
},
"account" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##account"
}
},
"contact_person" : {
"type" : "string"
},
"interface" : {
"type" : "string"
},
"contact_info" : {
"$ref" : "#/definitions/get_alma_supplier_id##contact_info"
},
"edi_info" : {
"type" : "string"
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_supplier_id##note"
}
}
}
}
}
}
\ No newline at end of file
......@@ -26,7 +26,15 @@
"description" : null,
"required" : false,
"type" : "string"
}, {
},
{
"name" : "owner",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
},
{
"name" : "base_status",
"in" : "query",
"description" : null,
......
......@@ -8,7 +8,7 @@
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"host" : "api.wisc.edu",
"basePath" : "",
"schemes" : [ "https" ],
"paths" : {
......@@ -254,4 +254,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" : [ "EIB_ARInvoices_DBCode" ],
"summary" : null,
"description" : null,
"operationId" : "EIB_ARInvoices_DBCode",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode"
}
}
}
}
}
},
"definitions" : {
"EIB_ARInvoices_DBCode##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"EIB_ARInvoices_DBCode##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"EIB_ARInvoices_DBCode##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"EIB_ARInvoices_DBCode" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode##data"
}
}
}
},
"EIB_ARInvoices_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_ARInvoices_DBCode_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode_Request##body##data##attributes"
}
}
},
"EIB_ARInvoices_DBCode_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode_Request##body##data"
}
}
}
},
"EIB_ARInvoices_DBCode_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/EIB_ARInvoices_DBCode_Request##body"
}
}
}
}
}
\ No newline at end of file
......@@ -14,18 +14,32 @@
"paths" : {
"/costCenters" : {
"get" : {
"tags" : [ "getcostcenter" ],
"tags" : [ "getCostCenters_paging" ],
"summary" : null,
"description" : null,
"operationId" : "getcostcenter",
"operationId" : "getCostCenters_paging",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"parameters" : [ {
"name" : "page[number]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "page[size]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getcostcenter"
"$ref" : "#/definitions/getCostCenters_paging"
}
}
}
......@@ -33,53 +47,69 @@
}
},
"definitions" : {
"getcostcenter##data##attributes" : {
"getCostCenters_paging##data##attributes##leadershipRoleAssignees" : {
"properties" : {
"id" : {
"type" : "string"
}
}
},
"getCostCenters_paging##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"company" : {
"type" : "string"
},
"leadershipRoleAssignees" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getCostCenters_paging##data##attributes##leadershipRoleAssignees"
}
},
"managerId" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"parentHierarchyId" : {
"type" : "string"
}
}
},
"getcostcenter##data##links" : {
"getCostCenters_paging##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getcostcenter##data##meta" : {
"getCostCenters_paging##data##meta" : {
"properties" : {
"dttm_loaded" : {
"dttmLoaded" : {
"type" : "string"
}
}
},
"getcostcenter##data" : {
"getCostCenters_paging##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getcostcenter##data##attributes"
"$ref" : "#/definitions/getCostCenters_paging##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getcostcenter##data##links"
"$ref" : "#/definitions/getCostCenters_paging##data##links"
},
"meta" : {
"$ref" : "#/definitions/getcostcenter##data##meta"
"$ref" : "#/definitions/getCostCenters_paging##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"getcostcenter##links" : {
"getCostCenters_paging##links" : {
"properties" : {
"first" : {
"type" : "string"
......@@ -98,7 +128,7 @@
}
}
},
"getcostcenter##meta" : {
"getCostCenters_paging##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
......@@ -118,19 +148,19 @@
}
}
},
"getcostcenter" : {
"getCostCenters_paging" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getcostcenter##data"
"$ref" : "#/definitions/getCostCenters_paging##data"
}
},
"links" : {
"$ref" : "#/definitions/getcostcenter##links"
"$ref" : "#/definitions/getCostCenters_paging##links"
},
"meta" : {
"$ref" : "#/definitions/getcostcenter##meta"
"$ref" : "#/definitions/getCostCenters_paging##meta"
}
}
}
......
{
"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" : {
"get" : {
"tags" : [ "getexternalcustomers" ],
"summary" : null,
"description" : null,
"operationId" : "getexternalcustomers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"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
{
"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" : {
"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"
}, {
"name" : "id",
"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
{
"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" : {
"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
{
"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]" : {
"get" : {
"tags" : [ "getexternalcustomers" ],
"summary" : null,
"description" : null,
"operationId" : "getexternalcustomers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"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
{
"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" : {
"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##bill_to_contacts" : {
"properties" : {
"email" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"reference_id" : {
"type" : "string"
}
}
},
"getexternalcustomers##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"address" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getexternalcustomers##data##attributes##address"
}
},
"bill_to_contacts" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getexternalcustomers##data##attributes##bill_to_contacts"
}
},
"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