| Required role: | REGISUserRole |
| POST | /registration/billing-audit-reports |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| reporting_term | body | string | No | |
| from_date | body | DateTime | No | |
| to_date | body | DateTime | No | |
| authorizing_uuid | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| parity | form | List<RegistrationBillingParityAuditResponse> | No | |
| completeness | form | List<RegistrationBillingCompletenessAuditResponse> | No | |
| failures | form | List<RegistrationBillingFailureAuditResponse> | No | |
| drift | form | List<RegistrationBillingDriftAuditResponse> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| execution_id | form | long | No | |
| reporting_term | form | string | No | |
| timestamp | form | DateTime | No | |
| workflow | form | string | No | |
| execution_mode | form | string | No | |
| regent_id | form | int | No | |
| transaction_id | form | int? | No | |
| matches | form | bool | No | |
| legacy_succeeded | form | bool? | No | |
| composed_succeeded | form | bool? | No | |
| differences | form | string | No | |
| request_summary_json | form | string | No | |
| legacy_summary_json | form | string | No | |
| composed_summary_json | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| transaction_id | form | int | No | |
| transaction_uuid | form | string | No | |
| reporting_term | form | string | No | |
| finished_datetime | form | DateTime | No | |
| operation | form | string | No | |
| regent_id | form | int | No | |
| student_uuid | form | string | No | |
| student_name | form | string | No | |
| invoice_count | form | int | No | |
| invoice_net | form | decimal | No | |
| item_net | form | decimal | No | |
| gp_success_count | form | int | No | |
| gp_failure_count | form | int | No | |
| calculation_status | form | string | No | |
| calculation_findings | form | string | No | |
| status | form | string | No | |
| findings | form | string | No | |
| resolved_datetime | form | DateTime? | No | |
| resolved_by_uuid | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| source | form | string | No | |
| reporting_term | form | string | No | |
| id | form | long | No | |
| timestamp | form | DateTime | No | |
| workflow | form | string | No | |
| regent_id | form | int | No | |
| transaction_id | form | int? | No | |
| invoice_id | form | string | No | |
| gp_document_number | form | string | No | |
| amount | form | decimal? | No | |
| error | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| transaction_id | form | int | No | |
| reporting_term | form | string | No | |
| regent_id | form | int | No | |
| workflow | form | string | No | |
| calculation_count | form | int | No | |
| first_calculation | form | DateTime | No | |
| final_calculation | form | DateTime | No | |
| changed | form | bool | No | |
| persistence_status | form | string | No | |
| persistence_findings | form | string | No | |
| first_summary_json | form | string | No | |
| final_summary_json | form | string | No | |
| section_course_codes | form | Dictionary<int, string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /registration/billing-audit-reports HTTP/1.1
Host: data.regent-college.edu
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
reporting_term: String,
from_date: 0001-01-01,
to_date: 0001-01-01,
authorizing_uuid: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
parity:
[
{
execution_id: 0,
reporting_term: String,
timestamp: 0001-01-01,
workflow: String,
execution_mode: String,
regent_id: 0,
transaction_id: 0,
matches: False,
legacy_succeeded: False,
composed_succeeded: False,
differences: String,
request_summary_json: String,
legacy_summary_json: String,
composed_summary_json: String
}
],
completeness:
[
{
transaction_id: 0,
transaction_uuid: String,
reporting_term: String,
finished_datetime: 0001-01-01,
operation: String,
regent_id: 0,
student_uuid: String,
student_name: String,
invoice_count: 0,
invoice_net: 0,
item_net: 0,
gp_success_count: 0,
gp_failure_count: 0,
calculation_status: String,
calculation_findings: String,
status: String,
findings: String,
resolved_datetime: 0001-01-01,
resolved_by_uuid: String
}
],
failures:
[
{
source: String,
reporting_term: String,
id: 0,
timestamp: 0001-01-01,
workflow: String,
regent_id: 0,
transaction_id: 0,
invoice_id: String,
gp_document_number: String,
amount: 0,
error: String
}
],
drift:
[
{
transaction_id: 0,
reporting_term: String,
regent_id: 0,
workflow: String,
calculation_count: 0,
first_calculation: 0001-01-01,
final_calculation: 0001-01-01,
changed: False,
persistence_status: String,
persistence_findings: String,
first_summary_json: String,
final_summary_json: String,
section_course_codes:
{
0: String
}
}
]
}