Skip to content
Snippets Groups Projects
Commit d7285fad authored by Joe Markey's avatar Joe Markey
Browse files

Upload New File

parent 6833146a
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/finance",
"schemes" : [ "https" ],
"paths" : {
"/externalcustomers" : {
"get" : {
"tags" : [ "getexternalcustomers" ],
"summary" : null,
"description" : null,
"operationId" : "getexternalcustomers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "name",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getexternalcustomers"
}
}
}
}
}
},
"definitions" : {
"getexternalcustomers##info" : {
"properties" : {
"description" : {
"type" : "string"
},
"version" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"termsOfService" : {
"type" : "string"
},
"contact" : {
"type" : "string"
},
"license" : {
"type" : "string"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200##schema" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses##200" : {
"properties" : {
"description" : {
"type" : "string"
},
"schema" : {
"$ref" : "#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses##200##schema"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get##responses" : {
"properties" : {
"200" : {
"$ref" : "#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses##200"
}
}
},
"getexternalcustomers##paths##/externalcustomers##get" : {
"properties" : {
"tags" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"summary" : {
"type" : "string"
},
"description" : {
"type" : "string"
},
"operationId" : {
"type" : "string"
},
"produces" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"consumes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"parameters" : {
"type" : "string"
},
"responses" : {
"$ref" : "#/definitions/getexternalcustomers##paths##/externalcustomers##get##responses"
}
}
},
"getexternalcustomers##paths##/externalcustomers" : {
"properties" : {
"get" : {
"$ref" : "#/definitions/getexternalcustomers##paths##/externalcustomers##get"
}
}
},
"getexternalcustomers##paths" : {
"properties" : {
"/externalcustomers" : {
"$ref" : "#/definitions/getexternalcustomers##paths##/externalcustomers"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties" : {
"properties" : {
"address_id" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_id"
},
"address_line_1" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_1"
},
"address_line_2" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_2"
},
"address_line_3" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_line_3"
},
"address_usage" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##address_usage"
},
"city" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##city"
},
"country_code" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##country_code"
},
"id" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##id"
},
"state_code" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##state_code"
},
"zip_code" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties##zip_code"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##address" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address" : {
"properties" : {
"type" : {
"type" : "string"
},
"items" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties" : {
"properties" : {
"active" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##active"
},
"address" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##address"
},
"name" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##name"
},
"status" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties##status"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##attributes" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##links##properties" : {
"properties" : {
"self" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##links##properties##self"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##links" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##id" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##links" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties##type" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data##properties" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##properties##attributes"
},
"id" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##properties##id"
},
"links" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##properties##links"
},
"type" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##properties##type"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##data" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##first" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##last" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##next" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##prev" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties##self" : {
"properties" : {
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links##properties" : {
"properties" : {
"first" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties##first"
},
"last" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties##last"
},
"next" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties##next"
},
"prev" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties##prev"
},
"self" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties##self"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##links" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber" : {
"properties" : {
"type" : {
"type" : "string"
},
"format" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize" : {
"properties" : {
"type" : {
"type" : "string"
},
"format" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount" : {
"properties" : {
"type" : {
"type" : "string"
},
"format" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages" : {
"properties" : {
"type" : {
"type" : "string"
},
"format" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta##properties" : {
"properties" : {
"pageNumber" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageNumber"
},
"pageSize" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta##properties##pageSize"
},
"totalCount" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalCount"
},
"totalPages" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta##properties##totalPages"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##meta" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta##properties"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##properties##data##items" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##properties##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"items" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##properties##data##items"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##properties##links" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##properties##meta" : {
"properties" : {
"$ref" : {
"type" : "string"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers##properties" : {
"properties" : {
"data" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##properties##data"
},
"links" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##properties##links"
},
"meta" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##properties##meta"
}
}
},
"getexternalcustomers##definitions##getexternalcustomers" : {
"properties" : {
"properties" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##properties"
}
}
},
"getexternalcustomers##definitions" : {
"properties" : {
"getexternalcustomers##data##attributes##address" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes##address"
},
"getexternalcustomers##data##attributes" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##attributes"
},
"getexternalcustomers##data##links" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data##links"
},
"getexternalcustomers##data" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##data"
},
"getexternalcustomers##links" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##links"
},
"getexternalcustomers##meta" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers##meta"
},
"getexternalcustomers" : {
"$ref" : "#/definitions/getexternalcustomers##definitions##getexternalcustomers"
}
}
},
"getexternalcustomers##getexternalcustomers" : {
"properties" : {
"swagger" : {
"type" : "string"
},
"info" : {
"$ref" : "#/definitions/getexternalcustomers##info"
},
"host" : {
"type" : "string"
},
"basePath" : {
"type" : "string"
},
"schemes" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"paths" : {
"$ref" : "#/definitions/getexternalcustomers##paths"
},
"definitions" : {
"$ref" : "#/definitions/getexternalcustomers##definitions"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment