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

Delete uwmil_t2_FDM_validation_2.json

parent 2a2f6e15
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" : [ "uwmil_t2_FDM_validation_2" ],
"summary" : null,
"description" : null,
"operationId" : "uwmil_t2_FDM_validation_2",
"produces" : [ "application/vnd.api+json" ],
"consumes" : [ "application/vnd.api+json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body"
}
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2"
}
}
}
}
}
},
"definitions" : {
"uwmil_t2_FDM_validation_2##data##attributes##errors" : {
"properties" : {
"errorCode" : {
"type" : "string"
},
"errorMessage" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation_2##data##attributes" : {
"properties" : {
"errors" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data##attributes##errors"
}
},
"valid" : {
"type" : "boolean"
}
}
},
"uwmil_t2_FDM_validation_2##data" : {
"properties" : {
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data##attributes"
},
"id" : {
"type" : "string"
},
"type" : {
"type" : "string"
}
}
},
"uwmil_t2_FDM_validation_2" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2##data"
}
}
}
},
"uwmil_t2_FDM_validation_2_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"
}
}
},
"uwmil_t2_FDM_validation_2_Request##body##data" : {
"properties" : {
"type" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"attributes" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body##data##attributes"
}
}
},
"uwmil_t2_FDM_validation_2_Request##body" : {
"properties" : {
"data" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_Request##body##data"
}
}
}
},
"uwmil_t2_FDM_validation_2_Request" : {
"properties" : {
"body" : {
"$ref" : "#/definitions/uwmil_t2_FDM_validation_2_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