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 (354)
Showing
with 25972 additions and 0 deletions
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "mock.api.wisc.edu",
"basePath" : "/",
"schemes" : [ "https" ],
"paths" : {
"/People" : {
"get" : {
"tags" : [ "SAS_MockAPI_GetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "SAS_MockAPI_GetPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople"
}
}
}
}
}
},
"definitions" : {
"SAS_MockAPI_GetPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard##links"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships##wiscard"
}
}
},
"SAS_MockAPI_GetPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"SAS_MockAPI_GetPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/SAS_MockAPI_GetPeople##links"
}
}
}
}
}
\ 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" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/" : {
"get" : {
"tags" : [ "GetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "GetPeople",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/GetPeople"
}
}
}
}
}
},
"definitions" : {
"GetPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"GetPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"GetPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers##links"
}
}
},
"GetPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs##links"
}
}
},
"GetPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names##links"
}
}
},
"GetPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"GetPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard##links"
}
}
},
"GetPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/GetPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/GetPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/GetPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/GetPeople##data##relationships##wiscard"
}
}
},
"GetPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/GetPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/GetPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/GetPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/GetPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"GetPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"GetPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/GetPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/GetPeople##links"
}
}
}
}
}
\ 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" : "mock.api.wisc.edu",
"basePath" : "/people",
"schemes" : [ "https" ],
"paths" : {
"/{id}" : {
"get" : {
"tags" : [ "MockPGetID" ],
"summary" : null,
"description" : null,
"operationId" : "MockPGetID",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/MockPGetID"
}
}
}
}
}
},
"definitions" : {
"MockPGetID##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"MockPGetID##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"MockPGetID##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"MockPGetID##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##identifiers##links"
}
}
},
"MockPGetID##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##jobs##links"
}
}
},
"MockPGetID##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##names##links"
}
}
},
"MockPGetID##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"MockPGetID##data##relationships##wiscard" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##wiscard##data"
},
"links" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##wiscard##links"
}
}
},
"MockPGetID##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/MockPGetID##data##relationships##wiscard"
}
}
},
"MockPGetID##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/MockPGetID##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/MockPGetID##data##links"
},
"meta" : {
"$ref" : "#/definitions/MockPGetID##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/MockPGetID##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"MockPGetID##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"MockPGetID" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/MockPGetID##data"
},
"links" : {
"$ref" : "#/definitions/MockPGetID##links"
}
}
}
}
}
\ 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" : "mock.api.wisc.edu",
"basePath" : "/",
"schemes" : [ "https" ],
"paths" : {
"/people" : {
"get" : {
"tags" : [ "get people" ],
"summary" : null,
"description" : null,
"operationId" : "get people",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get people"
}
}
}
}
}
},
"definitions" : {
"get people##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"get people##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"get people##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"get people##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"get people##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get people##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers##links"
}
}
},
"get people##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"get people##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"get people##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##data##relationships##jobs##links"
}
}
},
"get people##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/get people##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/get people##data##relationships##jobs"
}
}
},
"get people##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/get people##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/get people##data##links"
},
"meta" : {
"$ref" : "#/definitions/get people##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/get people##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"get people##links" : {
"properties" : {
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"get people" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get people##data"
}
},
"links" : {
"$ref" : "#/definitions/get people##links"
}
}
}
}
}
\ 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" : "mock.api.wisc.edu",
"basePath" : "",
"schemes" : [ "https" ],
"paths" : {
"/people" : {
"get" : {
"tags" : [ "jmwRepgetPeople" ],
"summary" : null,
"description" : null,
"operationId" : "getPeople",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPeople"
}
}
}
}
}
},
"definitions" : {
"getPeople##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"getPeople##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"getPeople##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers##links"
}
}
},
"getPeople##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs##links"
}
}
},
"getPeople##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##names##links"
}
}
},
"getPeople##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPeople##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard##links"
}
}
},
"getPeople##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/getPeople##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/getPeople##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/getPeople##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/getPeople##data##relationships##wiscard"
}
}
},
"getPeople##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPeople##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPeople##data##links"
},
"meta" : {
"$ref" : "#/definitions/getPeople##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/getPeople##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPeople##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPeople" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPeople##data"
}
},
"links" : {
"$ref" : "#/definitions/getPeople##links"
}
}
}
}
}
\ 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" : "mock.dev.api.wisc.edu",
"basePath" : "/",
"schemes" : [ "https" ],
"paths" : {
"/people" : {
"get" : {
"tags" : [ "getPersJob" ],
"summary" : null,
"description" : null,
"operationId" : "getPersJob",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "jobCode",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "type",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getPersJob"
}
}
}
}
}
},
"definitions" : {
"getPersJob##data##attributes" : {
"properties" : {
"emailAddress" : {
"type" : "string"
},
"firstName" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"officeAddress" : {
"type" : "string"
},
"officePhoneNumber" : {
"type" : "string"
}
}
},
"getPersJob##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPersJob##data##meta" : {
"properties" : {
"ferpa" : {
"type" : "boolean"
},
"ferpaAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"privateAttributes" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"getPersJob##data##relationships##identifiers##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##identifiers##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##identifiers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPersJob##data##relationships##identifiers##data"
}
},
"links" : {
"$ref" : "#/definitions/getPersJob##data##relationships##identifiers##links"
}
}
},
"getPersJob##data##relationships##jobs##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##jobs##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##jobs" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPersJob##data##relationships##jobs##data"
}
},
"links" : {
"$ref" : "#/definitions/getPersJob##data##relationships##jobs##links"
}
}
},
"getPersJob##data##relationships##names##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##names##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##names" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPersJob##data##relationships##names##data"
}
},
"links" : {
"$ref" : "#/definitions/getPersJob##data##relationships##names##links"
}
}
},
"getPersJob##data##relationships##wiscard##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##data##relationships##wiscard" : {
"properties" : {
"data" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPersJob##data##relationships##wiscard##links"
}
}
},
"getPersJob##data##relationships" : {
"properties" : {
"identifiers" : {
"$ref" : "#/definitions/getPersJob##data##relationships##identifiers"
},
"jobs" : {
"$ref" : "#/definitions/getPersJob##data##relationships##jobs"
},
"names" : {
"$ref" : "#/definitions/getPersJob##data##relationships##names"
},
"wiscard" : {
"$ref" : "#/definitions/getPersJob##data##relationships##wiscard"
}
}
},
"getPersJob##data##relationships##wiscard##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPersJob##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getPersJob##data##links"
},
"meta" : {
"$ref" : "#/definitions/getPersJob##data##meta"
},
"relationships" : {
"$ref" : "#/definitions/getPersJob##data##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##included##attributes" : {
"properties" : {
"beginDate" : {
"type" : "string"
},
"businessTitle" : {
"type" : "string"
},
"departmentUnit" : {
"type" : "string"
},
"division" : {
"type" : "string"
},
"divisionCode" : {
"type" : "string"
},
"effectiveDate" : {
"type" : "string"
},
"employeeCategory" : {
"type" : "string"
},
"employeeCategoryCode" : {
"type" : "string"
},
"endDate" : {
"type" : "string"
},
"fullTimeEquivalent" : {
"type" : "string"
},
"jobCode" : {
"type" : "string"
},
"payBasis" : {
"type" : "string"
},
"title" : {
"type" : "string"
}
}
},
"getPersJob##included##relationships##person##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##included##relationships##person##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##included##relationships##person" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPersJob##included##relationships##person##data"
},
"links" : {
"$ref" : "#/definitions/getPersJob##included##relationships##person##links"
}
}
},
"getPersJob##included##relationships##supervisor##data" : {
"properties" : {
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##included##relationships##supervisor##links" : {
"properties" : {
"related" : {
"type" : "string"
}
}
},
"getPersJob##included##relationships##supervisor" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getPersJob##included##relationships##supervisor##data"
},
"links" : {
"$ref" : "#/definitions/getPersJob##included##relationships##supervisor##links"
}
}
},
"getPersJob##included##relationships" : {
"properties" : {
"person" : {
"$ref" : "#/definitions/getPersJob##included##relationships##person"
},
"supervisor" : {
"$ref" : "#/definitions/getPersJob##included##relationships##supervisor"
}
}
},
"getPersJob##included" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getPersJob##included##attributes"
},
"id" : {
"type" : "string"
},
"relationships" : {
"$ref" : "#/definitions/getPersJob##included##relationships"
},
"type" : {
"type" : "string"
}
}
},
"getPersJob##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getPersJob" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPersJob##data"
}
},
"included" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getPersJob##included"
}
},
"links" : {
"$ref" : "#/definitions/getPersJob##links"
}
}
}
}
}
\ 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" : {
"/costCenters" : {
"get" : {
"tags" : [ "getcostcenter" ],
"summary" : null,
"description" : null,
"operationId" : "getcostcenter",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getcostcenter"
}
}
}
}
}
},
"definitions" : {
"getcostcenter##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"company" : {
"type" : "string"
},
"name" : {
"type" : "string"
}
}
},
"getcostcenter##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getcostcenter##data##meta" : {
"properties" : {
"dttm_loaded" : {
"type" : "string"
}
}
},
"getcostcenter##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getcostcenter##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getcostcenter##data##links"
},
"meta" : {
"$ref" : "#/definitions/getcostcenter##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"getcostcenter##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getcostcenter##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getcostcenter" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getcostcenter##data"
}
},
"links" : {
"$ref" : "#/definitions/getcostcenter##links"
},
"meta" : {
"$ref" : "#/definitions/getcostcenter##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" : {
"/funds" : {
"get" : {
"tags" : [ "getfundinfo" ],
"summary" : null,
"description" : null,
"operationId" : "getfundinfo",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getfundinfo"
}
}
}
}
}
},
"definitions" : {
"getfundinfo##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"name" : {
"type" : "string"
}
}
},
"getfundinfo##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getfundinfo##data##meta" : {
"properties" : {
"dttm_loaded" : {
"type" : "string"
}
}
},
"getfundinfo##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getfundinfo##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getfundinfo##data##links"
},
"meta" : {
"$ref" : "#/definitions/getfundinfo##data##meta"
},
"type" : {
"type" : "string"
}
}
},
"getfundinfo##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getfundinfo##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getfundinfo" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getfundinfo##data"
}
},
"links" : {
"$ref" : "#/definitions/getfundinfo##links"
},
"meta" : {
"$ref" : "#/definitions/getfundinfo##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" : {
"/journals" : {
"get" : {
"tags" : [ "getjournals" ],
"summary" : null,
"description" : null,
"operationId" : "getjournals",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getjournals"
}
}
}
}
}
},
"definitions" : {
"getjournals##data##attributes##lines" : {
"properties" : {
"activity" : {
"type" : "string"
},
"budgetDate" : {
"type" : "string"
},
"company" : {
"type" : "string"
},
"costCenter" : {
"type" : "string"
},
"creditAmount" : {
"type" : "number"
},
"currency" : {
"type" : "string"
},
"debitAmount" : {
"type" : "number"
},
"excludeFromSpendReport" : {
"type" : "boolean"
},
"functionId" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"lineId" : {
"type" : "string"
},
"lineNumber" : {
"type" : "number"
},
"lineOrder" : {
"type" : "string"
},
"location" : {
"type" : "string"
},
"memo" : {
"type" : "string"
},
"objectClass" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"projectType" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
},
"sponsor" : {
"type" : "string"
},
"supplier" : {
"type" : "string"
}
}
},
"getjournals##data##attributes" : {
"properties" : {
"accountingDate" : {
"type" : "string"
},
"book" : {
"type" : "string"
},
"company" : {
"type" : "string"
},
"creationDate" : {
"type" : "string"
},
"externalReferenceId" : {
"type" : "string"
},
"journalNumber" : {
"type" : "string"
},
"journalSource" : {
"type" : "string"
},
"ledger" : {
"type" : "string"
},
"ledgerPeriod" : {
"type" : "string"
},
"lines" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getjournals##data##attributes##lines"
}
},
"memo" : {
"type" : "string"
},
"sequenceNumber" : {
"type" : "string"
},
"status" : {
"type" : "string"
},
"totalCredits" : {
"type" : "number",
"format" : "double"
},
"totalDebits" : {
"type" : "number",
"format" : "double"
},
"transactionDate" : {
"type" : "string"
},
"updatedDate" : {
"type" : "string"
}
}
},
"getjournals##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getjournals##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getjournals##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getjournals##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getjournals##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getjournals##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getjournals" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getjournals##data"
}
},
"links" : {
"$ref" : "#/definitions/getjournals##links"
},
"meta" : {
"$ref" : "#/definitions/getjournals##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-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" : "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
{
"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" ],
"summary" : null,
"description" : null,
"operationId" : "post-alma-invoice-notes",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/post-alma-invoice-notes_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"
}
}
}
}
}
},
"definitions" : {
"post-alma-invoice-notes##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/post-alma-invoice-notes##payment##voucher_currency"
}
}
},
"post-alma-invoice-notes##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##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##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/post-alma-invoice-notes##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/post-alma-invoice-notes##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"post-alma-invoice-notes##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/post-alma-invoice-notes##vendor"
},
"currency" : {
"$ref" : "#/definitions/post-alma-invoice-notes##currency"
},
"owner" : {
"$ref" : "#/definitions/post-alma-invoice-notes##owner"
},
"payment" : {
"$ref" : "#/definitions/post-alma-invoice-notes##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##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/post-alma-invoice-notes##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes##invoice_status"
},
"invoice_workflow_status" : {
"type" : "string"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/post-alma-invoice-notes##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/post-alma-invoice-notes##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/post-alma-invoice-notes##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes##alert"
}
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes##note"
}
},
"number_of_lines" : {
"$ref" : "#/definitions/post-alma-invoice-notes##number_of_lines"
},
"link" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes_Request##body##note" : {
"properties" : {
"content" : {
"type" : "string"
}
}
},
"post-alma-invoice-notes_Request##body" : {
"properties" : {
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice-notes_Request##body##note"
}
}
}
},
"post-alma-invoice-notes_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/post-alma-invoice-notes_Request##body"
}
}
}
}
}
\ 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}" : {
"post" : {
"tags" : [ "post-alma-invoice" ],
"summary" : null,
"description" : null,
"operationId" : "post-alma-invoice",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "op",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "apikey",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
}, {
"name" : "invoice_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/post-alma-invoice"
}
}
}
}
}
},
"definitions" : {
"post-alma-invoice##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/post-alma-invoice##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/post-alma-invoice##payment##voucher_currency"
}
}
},
"post-alma-invoice##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-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"
}
}
},
"post-alma-invoice##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"post-alma-invoice##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/post-alma-invoice##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/post-alma-invoice##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"post-alma-invoice##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"post-alma-invoice##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"post-alma-invoice##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"post-alma-invoice" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/post-alma-invoice##vendor"
},
"currency" : {
"$ref" : "#/definitions/post-alma-invoice##currency"
},
"owner" : {
"$ref" : "#/definitions/post-alma-invoice##owner"
},
"payment" : {
"$ref" : "#/definitions/post-alma-invoice##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##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/post-alma-invoice##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/post-alma-invoice##invoice_status"
},
"invoice_workflow_status" : {
"type" : "string"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/post-alma-invoice##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/post-alma-invoice##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/post-alma-invoice##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice##alert"
}
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/post-alma-invoice##note"
}
},
"number_of_lines" : {
"$ref" : "#/definitions/post-alma-invoice##number_of_lines"
},
"link" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.