Skip to content
Snippets Groups Projects
Commit 67b68d8f authored by SAJIDA SIDDIQUI's avatar SAJIDA SIDDIQUI
Browse files

Upload New File

parent 66dcb1b0
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" : {
"/validateFdm" : {
"post" : {
"tags" : [ "alma_invoice_fdm_validation" ],
"summary" : null,
"description" : null,
"operationId" : "alma_invoice_fdm_validation",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation"
}
}
}
}
}
},
"definitions" : {
"alma_invoice_fdm_validation##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"alma_invoice_fdm_validation##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation##data"
}
}
}
},
"alma_invoice_fdm_validation_Request##body##data##attributes" : {
"properties" : {
"company" : {
"type" : "string"
},
"activity" : {
"type" : "string"
},
"costCenter" : {
"type" : "string"
},
"fund" : {
"type" : "string"
},
"function" : {
"type" : "string"
},
"gift" : {
"type" : "string"
},
"grant" : {
"type" : "string"
},
"ledgerAccount" : {
"type" : "string"
},
"program" : {
"type" : "string"
},
"project" : {
"type" : "string"
},
"revenueCategory" : {
"type" : "string"
},
"spendCategory" : {
"type" : "string"
}
}
},
"alma_invoice_fdm_validation_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body##data##attributes"
}
}
},
"alma_invoice_fdm_validation_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body##data"
}
}
}
},
"alma_invoice_fdm_validation_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/alma_invoice_fdm_validation_Request##body"
}
}
}
}
}
\ 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