regis

<back to all web services

InvoiceDynamicsAuditLogsRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/finance/invoice-dynamics-audit/logs
namespace regis.ClassLibrary.Requests

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

    [<AllowNullLiteral>]
    type InvoiceDynamicsTransactionResponse() = 
        member val dynamics_log_id:Nullable<Int32> = new Nullable<Int32>() with get,set
        member val action:String = null with get,set
        member val note:String = null with get,set
        member val logged_amount:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val document_number:String = null with get,set
        member val customer_number:String = null with get,set
        member val logged_at:Nullable<DateTime> = new Nullable<DateTime>() with get,set
        member val regis_invoice_reference:String = null with get,set
        member val gp_source:String = null with get,set
        member val found_in_gp:Boolean = new Boolean() with get,set
        member val gp_type:Int32 = new Int32() with get,set
        member val gp_status:Int32 = new Int32() with get,set
        member val batch_number:String = null with get,set
        member val gp_amount:Nullable<Decimal> = new Nullable<Decimal>() with get,set
        member val is_open:Boolean = new Boolean() with get,set
        member val is_posted:Boolean = new Boolean() with get,set
        member val is_void:Boolean = new Boolean() with get,set
        member val document_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
        member val posting_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set

    [<AllowNullLiteral>]
    type InvoiceEconnectLogResponse() = 
        member val id:Int32 = new Int32() with get,set
        member val timestamp:DateTime = new DateTime() with get,set
        member val xml:String = null with get,set
        member val response:String = null with get,set

    [<AllowNullLiteral>]
    type InvoiceDynamicsAuditResponse() = 
        member val invoice_id:Nullable<Int32> = new Nullable<Int32>() with get,set
        member val invoice_uuid:String = null with get,set
        member val reporting_term:String = null with get,set
        member val invoice_date:Nullable<DateTime> = new Nullable<DateTime>() with get,set
        member val invoice_status:String = null with get,set
        member val description:String = null with get,set
        member val total_charges:Decimal = new Decimal() with get,set
        member val total_credits:Decimal = new Decimal() with get,set
        member val net:Decimal = new Decimal() 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 initiator_name:String = null with get,set
        member val has_regis_invoice:Boolean = new Boolean() with get,set
        member val reconciliation_type:String = null with get,set
        member val dynamics_status:String = null with get,set
        member val dynamics_transactions:ResizeArray<InvoiceDynamicsTransactionResponse> = new ResizeArray<InvoiceDynamicsTransactionResponse>() with get,set
        member val econnect_logs:ResizeArray<InvoiceEconnectLogResponse> = new ResizeArray<InvoiceEconnectLogResponse>() with get,set

    [<AllowNullLiteral>]
    type InvoiceDynamicsAuditLogsRequest() = 
        member val invoice_id:Nullable<Int32> = new Nullable<Int32>() with get,set
        member val document_number:String = null with get,set
        member val authorizing_uuid:String = null with get,set

F# InvoiceDynamicsAuditLogsRequest DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /finance/invoice-dynamics-audit/logs HTTP/1.1 
Host: data.regent-college.edu 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"invoice_id":0,"document_number":"String","authorizing_uuid":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"invoice_id":0,"invoice_uuid":"String","reporting_term":"String","invoice_date":"0001-01-01T00:00:00.0000000","invoice_status":"String","description":"String","total_charges":0,"total_credits":0,"net":0,"regent_id":0,"student_uuid":"String","student_name":"String","initiator_name":"String","has_regis_invoice":false,"reconciliation_type":"String","dynamics_status":"String","dynamics_transactions":[{"dynamics_log_id":0,"action":"String","note":"String","logged_amount":0,"document_number":"String","customer_number":"String","logged_at":"0001-01-01T00:00:00.0000000","regis_invoice_reference":"String","gp_source":"String","found_in_gp":false,"gp_type":0,"gp_status":0,"batch_number":"String","gp_amount":0,"is_open":false,"is_posted":false,"is_void":false,"document_date":"0001-01-01T00:00:00.0000000","posting_date":"0001-01-01T00:00:00.0000000"}],"econnect_logs":[{"id":0,"timestamp":"0001-01-01T00:00:00.0000000","xml":"String","response":"String"}]}