regis

<back to all web services

RegistrationBillingAuditReportRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/registration/billing-audit-reports
namespace regis.ClassLibrary.Requests

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<AllowNullLiteral>]
    type RegistrationBillingParityAuditResponse() = 
        member val execution_id:Int64 = new Int64() with get,set
        member val reporting_term:String = null with get,set
        member val timestamp:DateTime = new DateTime() with get,set
        member val workflow:String = null with get,set
        member val execution_mode:String = null with get,set
        member val regent_id:Int32 = new Int32() with get,set
        member val transaction_id:Nullable<Int32> = new Nullable<Int32>() with get,set
        member val matches:Boolean = new Boolean() with get,set
        member val legacy_succeeded:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val composed_succeeded:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val differences:String = null with get,set
        member val request_summary_json:String = null with get,set
        member val legacy_summary_json:String = null with get,set
        member val composed_summary_json:String = null with get,set

    [<AllowNullLiteral>]
    type RegistrationBillingCompletenessAuditResponse() = 
        member val transaction_id:Int32 = new Int32() with get,set
        member val transaction_uuid:String = null with get,set
        member val reporting_term:String = null with get,set
        member val finished_datetime:DateTime = new DateTime() with get,set
        member val operation:String = null with get,set
        member val regent_id:Int32 = new Int32() with get,set
        member val student_uuid:String = null with get,set
        member val student_name:String = null with get,set
        member val invoice_count:Int32 = new Int32() with get,set
        member val invoice_net:Decimal = new Decimal() with get,set
        member val item_net:Decimal = new Decimal() with get,set
        member val gp_success_count:Int32 = new Int32() with get,set
        member val gp_failure_count:Int32 = new Int32() with get,set
        member val calculation_status:String = null with get,set
        member val calculation_findings:String = null with get,set
        member val status:String = null with get,set
        member val findings:String = null with get,set
        member val resolved_datetime:Nullable<DateTime> = new Nullable<DateTime>() with get,set
        member val resolved_by_uuid:String = null with get,set

    [<AllowNullLiteral>]
    type RegistrationBillingFailureAuditResponse() = 
        member val source:String = null with get,set
        member val reporting_term:String = null with get,set
        member val id:Int64 = new Int64() with get,set
        member val timestamp:DateTime = new DateTime() with get,set
        member val workflow:String = null with get,set
        member val regent_id:Int32 = new Int32() with get,set
        member val transaction_id:Nullable<Int32> = new Nullable<Int32>() with get,set
        member val invoice_id:String = null with get,set
        member val gp_document_number:String = null with get,set
        member val amount:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val error:String = null with get,set

    [<AllowNullLiteral>]
    type RegistrationBillingDriftAuditResponse() = 
        member val transaction_id:Int32 = new Int32() with get,set
        member val reporting_term:String = null with get,set
        member val regent_id:Int32 = new Int32() with get,set
        member val workflow:String = null with get,set
        member val calculation_count:Int32 = new Int32() with get,set
        member val first_calculation:DateTime = new DateTime() with get,set
        member val final_calculation:DateTime = new DateTime() with get,set
        member val changed:Boolean = new Boolean() with get,set
        member val persistence_status:String = null with get,set
        member val persistence_findings:String = null with get,set
        member val first_summary_json:String = null with get,set
        member val final_summary_json:String = null with get,set
        member val section_course_codes:Dictionary<Int32, String> = new Dictionary<Int32, String>() with get,set

    [<AllowNullLiteral>]
    type RegistrationBillingAuditReportResponse() = 
        member val parity:ResizeArray<RegistrationBillingParityAuditResponse> = new ResizeArray<RegistrationBillingParityAuditResponse>() with get,set
        member val completeness:ResizeArray<RegistrationBillingCompletenessAuditResponse> = new ResizeArray<RegistrationBillingCompletenessAuditResponse>() with get,set
        member val failures:ResizeArray<RegistrationBillingFailureAuditResponse> = new ResizeArray<RegistrationBillingFailureAuditResponse>() with get,set
        member val drift:ResizeArray<RegistrationBillingDriftAuditResponse> = new ResizeArray<RegistrationBillingDriftAuditResponse>() with get,set

    [<AllowNullLiteral>]
    type RegistrationBillingAuditReportRequest() = 
        member val reporting_term:String = null with get,set
        member val from_date:DateTime = new DateTime() with get,set
        member val to_date:DateTime = new DateTime() with get,set
        member val authorizing_uuid:String = null with get,set

F# RegistrationBillingAuditReportRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<RegistrationBillingAuditReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Requests">
  <authorizing_uuid>String</authorizing_uuid>
  <from_date>0001-01-01T00:00:00</from_date>
  <reporting_term>String</reporting_term>
  <to_date>0001-01-01T00:00:00</to_date>
</RegistrationBillingAuditReportRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<RegistrationBillingAuditReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/regis.ClassLibrary.Responses">
  <completeness>
    <RegistrationBillingCompletenessAuditResponse>
      <calculation_findings>String</calculation_findings>
      <calculation_status>String</calculation_status>
      <findings>String</findings>
      <finished_datetime>0001-01-01T00:00:00</finished_datetime>
      <gp_failure_count>0</gp_failure_count>
      <gp_success_count>0</gp_success_count>
      <invoice_count>0</invoice_count>
      <invoice_net>0</invoice_net>
      <item_net>0</item_net>
      <operation>String</operation>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <resolved_by_uuid>String</resolved_by_uuid>
      <resolved_datetime>0001-01-01T00:00:00</resolved_datetime>
      <status>String</status>
      <student_name>String</student_name>
      <student_uuid>String</student_uuid>
      <transaction_id>0</transaction_id>
      <transaction_uuid>String</transaction_uuid>
    </RegistrationBillingCompletenessAuditResponse>
  </completeness>
  <drift>
    <RegistrationBillingDriftAuditResponse>
      <calculation_count>0</calculation_count>
      <changed>false</changed>
      <final_calculation>0001-01-01T00:00:00</final_calculation>
      <final_summary_json>String</final_summary_json>
      <first_calculation>0001-01-01T00:00:00</first_calculation>
      <first_summary_json>String</first_summary_json>
      <persistence_findings>String</persistence_findings>
      <persistence_status>String</persistence_status>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <section_course_codes xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfintstring>
          <d4p1:Key>0</d4p1:Key>
          <d4p1:Value>String</d4p1:Value>
        </d4p1:KeyValueOfintstring>
      </section_course_codes>
      <transaction_id>0</transaction_id>
      <workflow>String</workflow>
    </RegistrationBillingDriftAuditResponse>
  </drift>
  <failures>
    <RegistrationBillingFailureAuditResponse>
      <amount>0</amount>
      <error>String</error>
      <gp_document_number>String</gp_document_number>
      <id>0</id>
      <invoice_id>String</invoice_id>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <source>String</source>
      <timestamp>0001-01-01T00:00:00</timestamp>
      <transaction_id>0</transaction_id>
      <workflow>String</workflow>
    </RegistrationBillingFailureAuditResponse>
  </failures>
  <parity>
    <RegistrationBillingParityAuditResponse>
      <composed_succeeded>false</composed_succeeded>
      <composed_summary_json>String</composed_summary_json>
      <differences>String</differences>
      <execution_id>0</execution_id>
      <execution_mode>String</execution_mode>
      <legacy_succeeded>false</legacy_succeeded>
      <legacy_summary_json>String</legacy_summary_json>
      <matches>false</matches>
      <regent_id>0</regent_id>
      <reporting_term>String</reporting_term>
      <request_summary_json>String</request_summary_json>
      <timestamp>0001-01-01T00:00:00</timestamp>
      <transaction_id>0</transaction_id>
      <workflow>String</workflow>
    </RegistrationBillingParityAuditResponse>
  </parity>
</RegistrationBillingAuditReportResponse>