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
InvoiceDynamicsAuditLogsRequest Parameters:
NameParameterData TypeRequiredDescription
invoice_idbodyint?No
document_numberbodystringNo
authorizing_uuidbodystringNo
InvoiceDynamicsAuditResponse Parameters:
NameParameterData TypeRequiredDescription
invoice_idformint?No
invoice_uuidformstringNo
reporting_termformstringNo
invoice_dateformDateTime?No
invoice_statusformstringNo
descriptionformstringNo
total_chargesformdecimalNo
total_creditsformdecimalNo
netformdecimalNo
regent_idformintNo
student_uuidformstringNo
student_nameformstringNo
initiator_nameformstringNo
has_regis_invoiceformboolNo
reconciliation_typeformstringNo
dynamics_statusformstringNo
dynamics_transactionsformList<InvoiceDynamicsTransactionResponse>No
econnect_logsformList<InvoiceEconnectLogResponse>No
InvoiceDynamicsTransactionResponse Parameters:
NameParameterData TypeRequiredDescription
dynamics_log_idformint?No
actionformstringNo
noteformstringNo
logged_amountformdecimal?No
document_numberformstringNo
customer_numberformstringNo
logged_atformDateTime?No
regis_invoice_referenceformstringNo
gp_sourceformstringNo
found_in_gpformboolNo
gp_typeformintNo
gp_statusformintNo
batch_numberformstringNo
gp_amountformdecimal?No
is_openformboolNo
is_postedformboolNo
is_voidformboolNo
document_dateformDateTime?No
posting_dateformDateTime?No
InvoiceEconnectLogResponse Parameters:
NameParameterData TypeRequiredDescription
idformintNo
timestampformDateTimeNo
xmlformstringNo
responseformstringNo

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

HTTP + JSV

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: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	invoice_id: 0,
	document_number: String,
	authorizing_uuid: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	invoice_id: 0,
	invoice_uuid: String,
	reporting_term: String,
	invoice_date: 0001-01-01,
	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-01,
			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-01,
			posting_date: 0001-01-01
		}
	],
	econnect_logs: 
	[
		{
			id: 0,
			timestamp: 0001-01-01,
			xml: String,
			response: String
		}
	]
}