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
Showing
with 26550 additions and 0 deletions
{
"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
......@@ -8,51 +8,21 @@
"contact" : null,
"license" : null
},
"host" : "gradapply.wisc.edu",
"basePath" : "/manage",
"host" : "api-eu.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/po-lines",
"schemes" : [ "https" ],
"paths" : {
"/query/run" : {
"/{po_line_id}?apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"get" : {
"tags" : [ "get-query-results" ],
"tags" : [ "get_alma_item_description_swagger" ],
"summary" : null,
"description" : null,
"operationId" : "get-query-results",
"operationId" : "get_alma_item_description_swagger",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"consumes" : [ "application/json;charset=utf-8" ],
"parameters" : [ {
"name" : "output",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "h",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "id",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "cmd",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtstart",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "dtupdate",
"in" : "query",
"name" : "po_line_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
......@@ -61,7 +31,7 @@
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-query-results"
"$ref" : "#/definitions/get_alma_item_description_swagger"
}
}
}
......@@ -69,389 +39,380 @@
}
},
"definitions" : {
"get-query-results##row" : {
"get_alma_item_description_swagger##errorList##error" : {
"properties" : {
"ApplicationIHNumber" : {
"type" : "string"
},
"PersonReferenceID" : {
"type" : "string"
},
"ApplicationReferenceID" : {
"type" : "string"
},
"ProgramGCode" : {
"type" : "string"
},
"AcademicPlan" : {
"type" : "string"
},
"AcademicSubplan" : {
"type" : "string"
},
"ApplicationTerm" : {
"type" : "string"
},
"ApplicationFullPartTimeStatus" : {
"type" : "string"
},
"PersonFirst" : {
"type" : "string"
},
"PersonMiddle" : {
"type" : "string"
},
"PersonLast" : {
"type" : "string"
},
"PersonSuffix" : {
"type" : "string"
},
"PersonPreferred" : {
"type" : "string"
},
"PersonAdditionalFirstName" : {
"type" : "string"
},
"PersonAdditionalMiddleName" : {
"type" : "string"
},
"PersonAdditionalLastName" : {
"type" : "string"
},
"PersonBirthdate" : {
"type" : "string"
},
"PersonSex" : {
"type" : "string"
},
"PersonEmail" : {
"type" : "string"
},
"PersonGenderIdentity" : {
"type" : "string"
},
"PersonPronouns" : {
"errorCode" : {
"type" : "string"
},
"PersonPronounsFreeText" : {
"errorMessage" : {
"type" : "string"
},
"PersonBirthNationCountry" : {
"trackingId" : {
"type" : "string"
},
"PersonBirthPlaceCity" : {
"type" : "string"
},
"PersonBirthRegionStateProvince" : {
"type" : "string"
},
"MilitaryStatus" : {
"type" : "string"
},
"PersonServedInPeaceCorpsYN" : {
"type" : "string"
},
"PersonPeaceCorpsYears" : {
"type" : "string"
},
"PersonPeaceCorpsCountry" : {
"type" : "string"
},
"PersonCitizenshipPrimary" : {
"type" : "string"
},
"PersonCitizenshipSecondary" : {
"type" : "string"
},
"PersonCitizenshipStatus" : {
"type" : "string"
},
"PersonRequestVisa" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet1" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet2" : {
"type" : "string"
},
"MailingAddressbyTypeRankStreet3" : {
"type" : "string"
},
"MailingAddressbyTypeRankCity" : {
"type" : "string"
},
"MailingAddressbyTypeRankRegion" : {
"type" : "string"
},
"MailingAddressbyTypeRankPostal" : {
"type" : "string"
},
"MailingAddressbyTypeRankCountry" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet1" : {
}
}
},
"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"
},
"HomeAddressbyTypeRankStreet2" : {
"desc" : {
"type" : "string"
},
"HomeAddressbyTypeRankStreet3" : {
}
}
},
"get_alma_item_description_swagger##owner" : {
"properties" : {
"value" : {
"type" : "string"
},
"HomeAddressbyTypeRankCity" : {
"desc" : {
"type" : "string"
},
"HomeAddressbyTypeRankRegion" : {
}
}
},
"get_alma_item_description_swagger##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"HomeAddressbyTypeRankPostal" : {
"desc" : {
"type" : "string"
},
"HomeAddressbyTypeRankCountry" : {
}
}
},
"get_alma_item_description_swagger##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonPhone" : {
"desc" : {
"type" : "string"
},
"PersonMobilePhone" : {
}
}
},
"get_alma_item_description_swagger##price##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"AllAttendedSchoolsOrgIDCEEBCodeNameMajorDegreeGPAGPAScaleCountry" : {
"desc" : {
"type" : "string"
},
"ApplicationCreatedDate" : {
}
}
},
"get_alma_item_description_swagger##price" : {
"properties" : {
"sum" : {
"type" : "string"
},
"ApplicationUpdatedDate" : {
"currency" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price##currency"
}
}
},
"get_alma_item_description_swagger##portfolios" : {
"properties" : {
"portfolio" : {
"type" : "string"
},
"ApplicationResearchExperienceYN" : {
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"get_alma_item_description_swagger##license" : {
"properties" : {
"value" : {
"type" : "string"
},
"ApplicationResearchFull-TimeMonths" : {
"desc" : {
"type" : "string"
},
"ApplicationResearchPart-TimeMonths" : {
}
}
},
"get_alma_item_description_swagger##acquisition_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"ApplicationResearchPart-TimeHours" : {
"desc" : {
"type" : "string"
},
"ApplicationFinancialAidInterestYN" : {
}
}
},
"get_alma_item_description_swagger##vendor_reference_number_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonParticipateSROPYN" : {
"desc" : {
"type" : "string"
},
"PersonSROPInstitutes" : {
}
}
},
"get_alma_item_description_swagger##source_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonParticipateTRIOYN" : {
"desc" : {
"type" : "string"
},
"PersonParticipateWiscAMPYN" : {
}
}
},
"get_alma_item_description_swagger##resource_metadata##mms_id" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonParticipateIRTYN" : {
"link" : {
"type" : "string"
},
"PersonParticipateFASTrackYN" : {
}
}
},
"get_alma_item_description_swagger##resource_metadata" : {
"properties" : {
"title" : {
"type" : "string"
},
"PersonParticipateUWPeopleYN" : {
"author" : {
"type" : "string"
},
"PersonParticipateEdPathwaysYN" : {
"issn" : {
"type" : "string"
},
"PersonParticipateNIHIMSDYN" : {
"publisher" : {
"type" : "string"
},
"PersonParticipateNIHMARCYN" : {
"type" : "string"
"mms_id" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata##mms_id"
},
"PersonParticipateGEMYN" : {
"publication_place" : {
"type" : "string"
},
"PersonParticipateNIHPREPYN" : {
"publication_year" : {
"type" : "string"
},
"PersonParticipateNIHRISEYN" : {
"vendor_title_number" : {
"type" : "string"
},
"PersonParticipateMcNairYN" : {
"system_control_number" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonParticipateGSMIYN" : {
"desc" : {
"type" : "string"
},
"PersonReceivedPellYN" : {
}
}
},
"get_alma_item_description_swagger##fund_distribution##amount" : {
"properties" : {
"sum" : {
"type" : "string"
},
"PersonFamilySSIYN" : {
"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"
},
"PersonGatesScholarYN" : {
"desc" : {
"type" : "string"
}
}
},
"get_alma_item_description_swagger##fund_distribution" : {
"properties" : {
"amount" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##amount"
},
"PersonFreeReducedLunchYN" : {
"fund_code" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution##fund_code"
}
}
},
"get_alma_item_description_swagger##material_type" : {
"properties" : {
"value" : {
"type" : "string"
},
"PersonParentsAttendHigherEdYN" : {
"desc" : {
"type" : "string"
},
"PersonParentsHighestDegree" : {
}
}
},
"get_alma_item_description_swagger" : {
"properties" : {
"number" : {
"type" : "string"
},
"ActivitiesProgramActionActionReasonDate" : {
"type" : "string"
"status" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##status"
},
"ApplicationAdmissionType" : {
"type" : "string"
"owner" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##owner"
},
"PersonFulbrightTag" : {
"type" : "string"
"type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##type"
},
"GREType" : {
"type" : "string"
"vendor" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor"
},
"GRETestDate" : {
"type" : "string"
"rush" : {
"type" : "boolean"
},
"GREVerbal" : {
"type" : "string"
"price" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##price"
},
"GREQuantitative" : {
"type" : "string"
"portfolios" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##portfolios"
},
"GREAnalyticalWriting" : {
"type" : "string"
"license" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##license"
},
"GRESubject-BiologyType" : {
"url" : {
"type" : "string"
},
"GRESubject-BiologySubtype" : {
"vendor_account" : {
"type" : "string"
},
"GRESubject-BiologyTestDate" : {
"reclaim_interval" : {
"type" : "string"
},
"GRESubject-BiologyTotalscore" : {
"expected_receipt_interval" : {
"type" : "string"
},
"GRESubject-ChemistryType" : {
"claiming_interval" : {
"type" : "string"
},
"GRESubject-ChemistrySubtype" : {
"type" : "string"
"acquisition_method" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##acquisition_method"
},
"GRESubject-ChemistryTestDate" : {
"type" : "string"
"no_charge" : {
"type" : "boolean"
},
"GRESubject-ChemistryTotalscore" : {
"type" : "string"
"cancellation_restriction" : {
"type" : "boolean"
},
"GRESubject-LiteratureinEnglishType" : {
"vendor_reference_number" : {
"type" : "string"
},
"GRESubject-LiteratureinEnglishSubtype" : {
"type" : "string"
"vendor_reference_number_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##vendor_reference_number_type"
},
"GRESubject-LiteratureinEnglishTestDate" : {
"type" : "string"
"source_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##source_type"
},
"GRESubject-LiteratureinEnglishTotalscore" : {
"po_number" : {
"type" : "string"
},
"GRESubject-MathematicsType" : {
"additional_order_reference" : {
"type" : "string"
},
"GRESubject-MathematicsSubtype" : {
"invoice_reference" : {
"type" : "string"
},
"GRESubject-MathematicsTestDate" : {
"type" : "string"
"resource_metadata" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##resource_metadata"
},
"GRESubject-MathematicsTotalscore" : {
"type" : "string"
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##fund_distribution"
}
},
"GRESubject-PhysicsType" : {
"reporting_code" : {
"type" : "string"
},
"GRESubject-PhysicsSubtype" : {
"secondary_reporting_code" : {
"type" : "string"
},
"GRESubject-PhysicsTestDate" : {
"tertiary_reporting_code" : {
"type" : "string"
},
"GRESubject-PhysicsTotalscore" : {
"fourth_reporting_code" : {
"type" : "string"
},
"GRESubject-PsychologyType" : {
"fifth_reporting_code" : {
"type" : "string"
},
"GRESubject-PsychologySubtype" : {
"vendor_note" : {
"type" : "string"
},
"GRESubject-PsychologyTestDate" : {
"receiving_note" : {
"type" : "string"
},
"GRESubject-PsychologyTotalscore" : {
"alert" : {
"type" : "string"
},
"IELTSType" : {
"note" : {
"type" : "string"
},
"IELTSTestDate" : {
"location" : {
"type" : "string"
},
"IELTSOverallbandscore" : {
"base_status" : {
"type" : "string"
},
"IELTSListening" : {
"access_provider" : {
"type" : "string"
},
"IELTSReading" : {
"type" : "string"
"manual_renewal" : {
"type" : "boolean"
},
"IELTSWriting" : {
"renewal_date" : {
"type" : "string"
},
"IELTSSpeaking" : {
"type" : "string"
"renewal_period" : {
"type" : "number",
"format" : "int32"
},
"TOEFLType" : {
"renewal_note" : {
"type" : "string"
},
"TOEFLTestDate" : {
"type" : "string"
"material_type" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##material_type"
},
"TOEFLTotal" : {
"created_date" : {
"type" : "string"
},
"TOEFLListening" : {
"status_date" : {
"type" : "string"
},
"TOEFLReading" : {
"expected_receipt_date" : {
"type" : "string"
},
"TOEFLWriting" : {
"type" : "string"
"errorsExist" : {
"type" : "boolean"
},
"TOEFLSpeaking" : {
"type" : "string"
}
}
},
"get-query-results" : {
"properties" : {
"row" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-query-results##row"
}
"errorList" : {
"$ref" : "#/definitions/get_alma_item_description_swagger##errorList"
}
}
}
......
{
"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
{
"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/acq/invoices",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "alma-invoices" ],
"summary" : null,
"description" : null,
"operationId" : "alma-invoices",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "invoice_workflow_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
},
{
"name" : "owner",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
},
{
"name" : "base_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "apikey",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "offset",
"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/alma-invoices"
}
}
}
}
}
},
"definitions" : {
"alma-invoices##invoice##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment##voucher_currency"
}
}
},
"alma-invoices##invoice##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_workflow_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##additional_charges" : {
"properties" : {
"shipment" : {
"type" : "number",
"format" : "double"
},
"overhead" : {
"type" : "number",
"format" : "double"
},
"insurance" : {
"type" : "number",
"format" : "double"
},
"discount" : {
"type" : "number",
"format" : "double"
},
"use_pro_rata" : {
"type" : "boolean"
}
}
},
"alma-invoices##invoice##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"alma-invoices##invoice##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"vat_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution" : {
"properties" : {
"percent" : {
"type" : "number"
},
"amount" : {
"type" : "number"
},
"fund_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##type"
},
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##status"
},
"price" : {
"type" : "number"
},
"quantity" : {
"type" : "number"
},
"note" : {
"type" : "string"
},
"po_line" : {
"type" : "string"
},
"price_note" : {
"type" : "string"
},
"total_price" : {
"type" : "number"
},
"vat_note" : {
"type" : "string"
},
"check_subscription_date_overlap" : {
"type" : "boolean"
},
"fully_invoiced" : {
"type" : "boolean"
},
"additional_info" : {
"type" : "string"
},
"release_remaining_encumbrance" : {
"type" : "boolean"
},
"reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##reporting_code"
},
"secondary_reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code"
},
"tertiary_reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code"
},
"invoice_line_vat" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution"
}
},
"link" : {
"type" : "string"
},
"subscription_from_date" : {
"type" : "string"
},
"subscription_to_date" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines" : {
"properties" : {
"invoice_line" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line"
}
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"alma-invoices##invoice" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/alma-invoices##invoice##vendor"
},
"currency" : {
"$ref" : "#/definitions/alma-invoices##invoice##currency"
},
"owner" : {
"$ref" : "#/definitions/alma-invoices##invoice##owner"
},
"payment" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment"
},
"invoice_date" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"total_amount" : {
"type" : "number"
},
"total_invoice_lines_amount" : {
"type" : "number"
},
"vendor_contact_person" : {
"type" : "string"
},
"payment_method" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/alma-invoices##invoice##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_status"
},
"invoice_workflow_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_workflow_status"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/alma-invoices##invoice##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##alert"
}
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##note"
}
},
"number_of_lines" : {
"$ref" : "#/definitions/alma-invoices##invoice##number_of_lines"
},
"invoice_lines" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines"
},
"link" : {
"type" : "string"
}
}
},
"alma-invoices" : {
"properties" : {
"invoice" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice"
}
},
"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/acq/invoices",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "alma-invoices" ],
"summary" : null,
"description" : null,
"operationId" : "alma-invoices",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "invoice_workflow_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "base_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "apikey",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "offset",
"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/alma-invoices"
}
}
}
}
}
},
"definitions" : {
"alma-invoices##invoice##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment##voucher_currency"
}
}
},
"alma-invoices##invoice##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_workflow_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##additional_charges" : {
"properties" : {
"shipment" : {
"type" : "number",
"format" : "double"
},
"overhead" : {
"type" : "number",
"format" : "double"
},
"insurance" : {
"type" : "number",
"format" : "double"
},
"discount" : {
"type" : "number",
"format" : "double"
},
"use_pro_rata" : {
"type" : "boolean"
}
}
},
"alma-invoices##invoice##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"alma-invoices##invoice##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"vat_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution" : {
"properties" : {
"percent" : {
"type" : "number"
},
"amount" : {
"type" : "number"
},
"fund_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code"
}
}
},
"alma-invoices##invoice##invoice_lines##invoice_line" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##type"
},
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##status"
},
"price" : {
"type" : "number"
},
"quantity" : {
"type" : "number"
},
"note" : {
"type" : "string"
},
"po_line" : {
"type" : "string"
},
"price_note" : {
"type" : "string"
},
"total_price" : {
"type" : "number"
},
"vat_note" : {
"type" : "string"
},
"check_subscription_date_overlap" : {
"type" : "boolean"
},
"fully_invoiced" : {
"type" : "boolean"
},
"additional_info" : {
"type" : "string"
},
"release_remaining_encumbrance" : {
"type" : "boolean"
},
"reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##reporting_code"
},
"secondary_reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code"
},
"tertiary_reporting_code" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code"
},
"invoice_line_vat" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##invoice_line_vat"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line##fund_distribution"
}
},
"link" : {
"type" : "string"
},
"subscription_from_date" : {
"type" : "string"
},
"subscription_to_date" : {
"type" : "string"
}
}
},
"alma-invoices##invoice##invoice_lines" : {
"properties" : {
"invoice_line" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines##invoice_line"
}
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"alma-invoices##invoice" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/alma-invoices##invoice##vendor"
},
"currency" : {
"$ref" : "#/definitions/alma-invoices##invoice##currency"
},
"owner" : {
"$ref" : "#/definitions/alma-invoices##invoice##owner"
},
"payment" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment"
},
"invoice_date" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"total_amount" : {
"type" : "number"
},
"total_invoice_lines_amount" : {
"type" : "number"
},
"vendor_contact_person" : {
"type" : "string"
},
"payment_method" : {
"$ref" : "#/definitions/alma-invoices##invoice##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/alma-invoices##invoice##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_status"
},
"invoice_workflow_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_workflow_status"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/alma-invoices##invoice##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice##alert"
}
},
"note" : {
"type" : "string"
},
"number_of_lines" : {
"$ref" : "#/definitions/alma-invoices##invoice##number_of_lines"
},
"invoice_lines" : {
"$ref" : "#/definitions/alma-invoices##invoice##invoice_lines"
},
"link" : {
"type" : "string"
}
}
},
"alma-invoices" : {
"properties" : {
"invoice" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma-invoices##invoice"
}
},
"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/acq/invoices",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "invoices" ],
"summary" : null,
"description" : null,
"operationId" : "invoices",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "invoice_workflow_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "base_status",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "apikey",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/invoices"
}
}
}
}
}
},
"definitions" : {
"invoices##invoice##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"invoices##invoice##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/invoices##invoice##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/invoices##invoice##payment##voucher_currency"
}
}
},
"invoices##invoice##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_workflow_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##additional_charges" : {
"properties" : {
"shipment" : {
"type" : "number",
"format" : "double"
},
"overhead" : {
"type" : "number",
"format" : "double"
},
"insurance" : {
"type" : "number",
"format" : "double"
},
"discount" : {
"type" : "number",
"format" : "double"
},
"use_pro_rata" : {
"type" : "boolean"
}
}
},
"invoices##invoice##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/invoices##invoice##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"invoices##invoice##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"invoices##invoice##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##invoice_line_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"vat_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##invoice_line_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines##invoice_line##fund_distribution" : {
"properties" : {
"percent" : {
"type" : "number"
},
"amount" : {
"type" : "number"
},
"fund_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##fund_distribution##fund_code"
}
}
},
"invoices##invoice##invoice_lines##invoice_line" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##type"
},
"number" : {
"type" : "string"
},
"status" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##status"
},
"price" : {
"type" : "number"
},
"quantity" : {
"type" : "number"
},
"note" : {
"type" : "string"
},
"po_line" : {
"type" : "string"
},
"price_note" : {
"type" : "string"
},
"total_price" : {
"type" : "number"
},
"vat_note" : {
"type" : "string"
},
"check_subscription_date_overlap" : {
"type" : "boolean"
},
"fully_invoiced" : {
"type" : "boolean"
},
"additional_info" : {
"type" : "string"
},
"release_remaining_encumbrance" : {
"type" : "boolean"
},
"reporting_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##reporting_code"
},
"secondary_reporting_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##secondary_reporting_code"
},
"tertiary_reporting_code" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##tertiary_reporting_code"
},
"invoice_line_vat" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##invoice_line_vat"
},
"fund_distribution" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line##fund_distribution"
}
},
"link" : {
"type" : "string"
},
"subscription_from_date" : {
"type" : "string"
},
"subscription_to_date" : {
"type" : "string"
}
}
},
"invoices##invoice##invoice_lines" : {
"properties" : {
"invoice_line" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines##invoice_line"
}
},
"total_record_count" : {
"type" : "number",
"format" : "int32"
}
}
},
"invoices##invoice" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/invoices##invoice##vendor"
},
"currency" : {
"$ref" : "#/definitions/invoices##invoice##currency"
},
"owner" : {
"$ref" : "#/definitions/invoices##invoice##owner"
},
"payment" : {
"$ref" : "#/definitions/invoices##invoice##payment"
},
"invoice_date" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"total_amount" : {
"type" : "number"
},
"total_invoice_lines_amount" : {
"type" : "number"
},
"vendor_contact_person" : {
"type" : "string"
},
"payment_method" : {
"$ref" : "#/definitions/invoices##invoice##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/invoices##invoice##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/invoices##invoice##invoice_status"
},
"invoice_workflow_status" : {
"$ref" : "#/definitions/invoices##invoice##invoice_workflow_status"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/invoices##invoice##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/invoices##invoice##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/invoices##invoice##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/invoices##invoice##alert"
}
},
"note" : {
"type" : "string"
},
"number_of_lines" : {
"$ref" : "#/definitions/invoices##invoice##number_of_lines"
},
"invoice_lines" : {
"$ref" : "#/definitions/invoices##invoice##invoice_lines"
},
"link" : {
"type" : "string"
}
}
},
"invoices" : {
"properties" : {
"invoice" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/invoices##invoice"
}
},
"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/acq/invoices",
"schemes" : [ "https" ],
"paths" : {
"/{invoice_id}?op=paid&apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"post" : {
"tags" : [ "post-alma-invoice-notes-swagger-V2" ],
"summary" : null,
"description" : null,
"operationId" : "post-alma-invoice-notes-swagger-V2",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2_Request##body"
}
}, {
"name" : "invoice_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2"
}
}
}
}
}
},
"definitions" : {
"post-alma-invoice-notes-swagger-V2##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##payment##voucher_currency"
}
}
},
"post-alma-invoice-notes-swagger-V2##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##additional_charges" : {
"properties" : {
"shipment" : {
"type" : "number",
"format" : "double"
},
"overhead" : {
"type" : "number",
"format" : "double"
},
"insurance" : {
"type" : "number",
"format" : "double"
},
"discount" : {
"type" : "number",
"format" : "double"
},
"use_pro_rata" : {
"type" : "boolean"
}
}
},
"post-alma-invoice-notes-swagger-V2##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"post-alma-invoice-notes-swagger-V2##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##vendor"
},
"currency" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##currency"
},
"owner" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##owner"
},
"payment" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##payment"
},
"invoice_date" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"total_amount" : {
"type" : "number",
"format" : "double"
},
"total_invoice_lines_amount" : {
"type" : "number",
"format" : "double"
},
"vendor_contact_person" : {
"type" : "string"
},
"payment_method" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##invoice_status"
},
"invoice_workflow_status" : {
"type" : "string"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##alert"
}
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##note"
}
},
"number_of_lines" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2##number_of_lines"
},
"link" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2_Request##body##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes-swagger-V2_Request##body" : {
"properties" : {
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2_Request##body##note"
}
}
}
},
"post-alma-invoice-notes-swagger-V2_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/post-alma-invoice-notes-swagger-V2_Request##body"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.