Skip to content
Snippets Groups Projects
  • Harsha Gummadavelli's avatar
    6f590f11
    Update 30 files · 6f590f11
    Harsha Gummadavelli authored
    - /putfdmvalidate.json
    - /post-alma-invoices_swagger_V2.json
    - /post-alma-invoice-notes.json
    - /post-alma-invoice-notes-swagger-V2.json
    - /post-alma-invoice_swagger.json
    - /person-api-application-json.json
    - /MockPGetID.json
    - /MockAPI_GetPeople.json
    - /MockAPI_GetPeople_2.json
    - /getPersJob.json
    - /getPeopleJMW.json
    - /getjournals.json
    - /getfundinfo.json
    - /getcostcenter.json
    - /get+people_2_.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoices_swagger_V2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes-swagger-V2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice_swagger.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/person-api-application-json.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockPGetID.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople_2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPersJob.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPeopleJMW.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getjournals.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getfundinfo.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getcostcenter.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/get+people_2_.json
    6f590f11
    History
    Update 30 files
    Harsha Gummadavelli authored
    - /putfdmvalidate.json
    - /post-alma-invoices_swagger_V2.json
    - /post-alma-invoice-notes.json
    - /post-alma-invoice-notes-swagger-V2.json
    - /post-alma-invoice_swagger.json
    - /person-api-application-json.json
    - /MockPGetID.json
    - /MockAPI_GetPeople.json
    - /MockAPI_GetPeople_2.json
    - /getPersJob.json
    - /getPeopleJMW.json
    - /getjournals.json
    - /getfundinfo.json
    - /getcostcenter.json
    - /get+people_2_.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/putfdmvalidate.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoices_swagger_V2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice-notes-swagger-V2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/post-alma-invoice_swagger.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/person-api-application-json.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockPGetID.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/MockAPI_GetPeople_2.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPersJob.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getPeopleJMW.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getjournals.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getfundinfo.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/getcostcenter.json
    - /ASP-IICS-Team/AllSwaggers_as_of_02082024/get+people_2_.json
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
putfdmvalidate.json 2.95 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" : {
    "/validateFdm" : {
      "post" : {
        "tags" : [ "putfdmvalidate" ],
        "summary" : null,
        "description" : null,
        "operationId" : "putfdmvalidate",
        "produces" : [ "application/vnd.api+json" ],
        "consumes" : [ "application/vnd.api+json" ],
        "parameters" : [ {
          "name" : "body",
          "in" : "body",
          "description" : null,
          "required" : false,
          "schema" : {
            "$ref" : "#/definitions/putfdmvalidate_Request##body"
          }
        } ],
        "responses" : {
          "200" : {
            "description" : "successful operation",
            "schema" : {
              "$ref" : "#/definitions/putfdmvalidate"
            }
          }
        }
      }
    }
  },
  "definitions" : {
    "putfdmvalidate##data##attributes" : {
      "properties" : {
        "errors" : {
          "type" : "array",
          "items" : {
            "type" : "string"
          }
        },
        "valid" : {
          "type" : "boolean"
        }
      }
    },
    "putfdmvalidate##data" : {
      "properties" : {
        "attributes" : {
          "$ref" : "#/definitions/putfdmvalidate##data##attributes"
        },
        "id" : {
          "type" : "string"
        },
        "type" : {
          "type" : "string"
        }
      }
    },
    "putfdmvalidate" : {
      "properties" : {
        "data" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/putfdmvalidate##data"
          }
        }
      }
    },
    "putfdmvalidate_Request##body##data##attributes" : {
      "properties" : {
        "company" : {
          "type" : "string"
        },
        "fund" : {
          "type" : "string"
        },
        "costCenter" : {
          "type" : "string"
        },
        "function" : {
          "type" : "string"
        },
        "ledgerAccount" : {
          "type" : "string"
        },
        "program" : {
          "type" : "string"
        }
      }
    },
    "putfdmvalidate_Request##body##data" : {
      "properties" : {
        "type" : {
          "type" : "string"
        },
        "id" : {
          "type" : "string"
        },
        "attributes" : {
          "$ref" : "#/definitions/putfdmvalidate_Request##body##data##attributes"
        }
      }
    },
    "putfdmvalidate_Request##body" : {
      "properties" : {
        "data" : {
          "type" : "array",
          "items" : {
            "$ref" : "#/definitions/putfdmvalidate_Request##body##data"
          }
        }
      }
    },
    "putfdmvalidate_Request" : {
      "properties" : {
        "body" : {
          "$ref" : "#/definitions/putfdmvalidate_Request##body"
        }
      }
    }
  }
}