Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is for

Jira Legacy
serverSystem Jira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyUXPROD-2862
.

REST API from FE POV

Configuration resource

GET /bursar-export-config - get config

config object - TBD

POST /bursar-export-config - create/update config

config object - TBD

Exports resource

GET /bursar-exports - list of exports

bursar-export object

id - Extract ID

metadata ? - created date, update date

status - Success, Failure, In Process

charges - # of Charges is the number of Bursar charge records

credits -  of Refunds is the number of Bursar credit records

user - nullable if generated by system

files (links) - links to download exports


POST /bursar-exports - create (schedule) and export

no body

Data Model