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

Upload New File

parent 56203a90
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?filter[name]=Customer_Name" : {
"get" : {
"tags" : [ "getexternalcustomers" ],
"summary" : null,
"description" : null,
"operationId" : "getexternalcustomers",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "name",
"in" : "query",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/getexternalcustomers"
}
}
}
}
}
},
"definitions" : {
"getexternalcustomers##data##attributes##address" : {
"properties" : {
"address_id" : {
"type" : "string"
},
"address_line_1" : {
"type" : "string"
},
"address_line_2" : {
"type" : "string"
},
"address_line_3" : {
"type" : "string"
},
"address_usage" : {
"type" : "string"
},
"city" : {
"type" : "string"
},
"country_code" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"state_code" : {
"type" : "string"
},
"zip_code" : {
"type" : "string"
}
}
},
"getexternalcustomers##data##attributes" : {
"properties" : {
"active" : {
"type" : "boolean"
},
"address" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getexternalcustomers##data##attributes##address"
}
},
"name" : {
"type" : "string"
},
"status" : {
"type" : "string"
}
}
},
"getexternalcustomers##data##links" : {
"properties" : {
"self" : {
"type" : "string"
}
}
},
"getexternalcustomers##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/getexternalcustomers##data##attributes"
},
"id" : {
"type" : "string"
},
"links" : {
"$ref" : "#/definitions/getexternalcustomers##data##links"
},
"type" : {
"type" : "string"
}
}
},
"getexternalcustomers##links" : {
"properties" : {
"first" : {
"type" : "string"
},
"last" : {
"type" : "string"
},
"next" : {
"type" : "string"
},
"prev" : {
"type" : "string"
},
"self" : {
"type" : "string"
}
}
},
"getexternalcustomers##meta" : {
"properties" : {
"pageNumber" : {
"type" : "number",
"format" : "int32"
},
"pageSize" : {
"type" : "number",
"format" : "int32"
},
"totalCount" : {
"type" : "number",
"format" : "int32"
},
"totalPages" : {
"type" : "number",
"format" : "int32"
}
}
},
"getexternalcustomers" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/getexternalcustomers##data"
}
},
"links" : {
"$ref" : "#/definitions/getexternalcustomers##links"
},
"meta" : {
"$ref" : "#/definitions/getexternalcustomers##meta"
}
}
}
}
}
\ No newline at end of file
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