Skip to content
Snippets Groups Projects
Commit 65c0397c authored by Jeff Hilliard's avatar Jeff Hilliard
Browse files

Upload New File

parent cd4701d0
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" : "doit.dev.api.wisc.edu",
"basePath" : "/enterprise-billing",
"schemes" : [ "https" ],
"paths" : {
"/bulkjob-BillingTrans" : {
"get" : {
"tags" : [ "bulkjob-BillingTrans" ],
"summary" : null,
"description" : null,
"operationId" : "bulkjob-BillingTrans",
"produces" : [ "application/json" ],
"consumes" : [ "binary" ],
"parameters" : [{ "name" : "datasetFile",
"in" :"formData",
"description":"file to upload",
"required":false,
"type":"file" }],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/bulkjob-BillingTrans"
}
}
}
}
}
},
"definitions" : {
"bulkjob-BillingTrans" : {
"properties" : {
"id" : {
"type" : "string"
},
"operation" : {
"type" : "string"
},
"object" : {
"type" : "string"
},
"createdById" : {
"type" : "string"
},
"createdDate" : {
"type" : "string"
},
"systemModstamp" : {
"type" : "string"
},
"state" : {
"type" : "string"
},
"concurrencyMode" : {
"type" : "string"
},
"contentType" : {
"type" : "string"
},
"apiVersion" : {
"type" : "number",
"format" : "double"
},
"jobType" : {
"type" : "string"
},
"lineEnding" : {
"type" : "string"
},
"columnDelimiter" : {
"type" : "string"
},
"numberRecordsProcessed" : {
"type" : "number",
"format" : "int32"
},
"numberRecordsFailed" : {
"type" : "number",
"format" : "int32"
},
"retries" : {
"type" : "number",
"format" : "int32"
},
"totalProcessingTime" : {
"type" : "number",
"format" : "int32"
},
"apiActiveProcessingTime" : {
"type" : "number",
"format" : "int32"
},
"apexProcessingTime" : {
"type" : "number",
"format" : "int32"
}
}
}
}
}
\ 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