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

Upload New File

parent 436534c3
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" : [ ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getExternalCustomers"
}
}
}
}
}
},
"definitions" : {
"getExternalCustomers##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"address" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"status" : {
"type" : "string"
}
}
},
"getExternalCustomers##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getExternalCustomers##data##attributes##address" : {
"properties" : {
"address_id" : {
"type" : "string"
},
"address_line_1" : {
"type" : "string"
},
"address_line_2" : {
"type" : "string"
},
"address_line_3" : {
"type" : "string"
},
"address_usage" : {
"type" : "string"
},
"city" : {
"type" : "string"
},
"country_code" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"state_code" : {
"type" : "string"
},
"zip_code" : {
"type" : "string"
}
}
},
"getExternalCustomers##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getExternalCustomers##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getExternalCustomers##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getExternalCustomers##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getExternalCustomers##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getExternalCustomers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getExternalCustomers##data"
}
},
"links" : {
"$ref" : "#/definitions/getExternalCustomers##links"
},
"meta" : {
"$ref" : "#/definitions/getExternalCustomers##meta"
}
}
}
}
}
\ No newline at end of file
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