Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getexternalcustomers3.json 3.86 KiB
{
  "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##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"
        }
      }
    }
  }
}