| Required role: | REGISUserRole |
| POST | /Finance/AccountLate/{reporting_term}/Jobs/Result |
|---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
public class dtos
{
public static class FinanceAccountLateChargeJobResultRequest
{
public String authorizing_uuid = null;
public String reporting_term = null;
public UUID operation_id = null;
public String getAuthorizingUuid() { return authorizing_uuid; }
public FinanceAccountLateChargeJobResultRequest setAuthorizingUuid(String value) { this.authorizing_uuid = value; return this; }
public String getReportingTerm() { return reporting_term; }
public FinanceAccountLateChargeJobResultRequest setReportingTerm(String value) { this.reporting_term = value; return this; }
public UUID getOperationId() { return operation_id; }
public FinanceAccountLateChargeJobResultRequest setOperationId(UUID value) { this.operation_id = value; return this; }
}
public static class FinanceAccountLateChargeJobResultResponse
{
public ResponseStatus responseStatus = null;
public FinanceAccountLateChargeJobResponse job = null;
public ArrayList<FinanceAccountLateChargeResponse> accounts = null;
public ResponseStatus getResponseStatus() { return responseStatus; }
public FinanceAccountLateChargeJobResultResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
public FinanceAccountLateChargeJobResponse getJob() { return job; }
public FinanceAccountLateChargeJobResultResponse setJob(FinanceAccountLateChargeJobResponse value) { this.job = value; return this; }
public ArrayList<FinanceAccountLateChargeResponse> getAccounts() { return accounts; }
public FinanceAccountLateChargeJobResultResponse setAccounts(ArrayList<FinanceAccountLateChargeResponse> value) { this.accounts = value; return this; }
}
public static class FinanceAccountLateChargeJobResponse
{
public ResponseStatus responseStatus = null;
public UUID operation_id = null;
public String reporting_term = null;
public Date calculation_date = null;
public Boolean preview_only = null;
public BigDecimal skip_exact_balance = null;
public String state = null;
public Integer total = null;
public Integer current_regent_id = null;
public Integer processed = null;
public Integer succeeded = null;
public Integer skipped = null;
public Integer failed = null;
public Date created_utc = null;
public Date updated_utc = null;
public String message = null;
public Boolean report_available = null;
public ArrayList<FinanceAccountLateChargeOutcome> outcomes = null;
public ResponseStatus getResponseStatus() { return responseStatus; }
public FinanceAccountLateChargeJobResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
public UUID getOperationId() { return operation_id; }
public FinanceAccountLateChargeJobResponse setOperationId(UUID value) { this.operation_id = value; return this; }
public String getReportingTerm() { return reporting_term; }
public FinanceAccountLateChargeJobResponse setReportingTerm(String value) { this.reporting_term = value; return this; }
public Date getCalculationDate() { return calculation_date; }
public FinanceAccountLateChargeJobResponse setCalculationDate(Date value) { this.calculation_date = value; return this; }
public Boolean isPreviewOnly() { return preview_only; }
public FinanceAccountLateChargeJobResponse setPreviewOnly(Boolean value) { this.preview_only = value; return this; }
public BigDecimal getSkipExactBalance() { return skip_exact_balance; }
public FinanceAccountLateChargeJobResponse setSkipExactBalance(BigDecimal value) { this.skip_exact_balance = value; return this; }
public String getState() { return state; }
public FinanceAccountLateChargeJobResponse setState(String value) { this.state = value; return this; }
public Integer getTotal() { return total; }
public FinanceAccountLateChargeJobResponse setTotal(Integer value) { this.total = value; return this; }
public Integer getCurrentRegentId() { return current_regent_id; }
public FinanceAccountLateChargeJobResponse setCurrentRegentId(Integer value) { this.current_regent_id = value; return this; }
public Integer getProcessed() { return processed; }
public FinanceAccountLateChargeJobResponse setProcessed(Integer value) { this.processed = value; return this; }
public Integer getSucceeded() { return succeeded; }
public FinanceAccountLateChargeJobResponse setSucceeded(Integer value) { this.succeeded = value; return this; }
public Integer getSkipped() { return skipped; }
public FinanceAccountLateChargeJobResponse setSkipped(Integer value) { this.skipped = value; return this; }
public Integer getFailed() { return failed; }
public FinanceAccountLateChargeJobResponse setFailed(Integer value) { this.failed = value; return this; }
public Date getCreatedUtc() { return created_utc; }
public FinanceAccountLateChargeJobResponse setCreatedUtc(Date value) { this.created_utc = value; return this; }
public Date getUpdatedUtc() { return updated_utc; }
public FinanceAccountLateChargeJobResponse setUpdatedUtc(Date value) { this.updated_utc = value; return this; }
public String getMessage() { return message; }
public FinanceAccountLateChargeJobResponse setMessage(String value) { this.message = value; return this; }
public Boolean isReportAvailable() { return report_available; }
public FinanceAccountLateChargeJobResponse setReportAvailable(Boolean value) { this.report_available = value; return this; }
public ArrayList<FinanceAccountLateChargeOutcome> getOutcomes() { return outcomes; }
public FinanceAccountLateChargeJobResponse setOutcomes(ArrayList<FinanceAccountLateChargeOutcome> value) { this.outcomes = value; return this; }
}
public static class FinanceAccountLateChargeOutcome
{
public Integer regent_id = null;
public String status = null;
public BigDecimal charge_amount = null;
public String charge_status = null;
public String email_status = null;
public String message = null;
public Integer getRegentId() { return regent_id; }
public FinanceAccountLateChargeOutcome setRegentId(Integer value) { this.regent_id = value; return this; }
public String getStatus() { return status; }
public FinanceAccountLateChargeOutcome setStatus(String value) { this.status = value; return this; }
public BigDecimal getChargeAmount() { return charge_amount; }
public FinanceAccountLateChargeOutcome setChargeAmount(BigDecimal value) { this.charge_amount = value; return this; }
public String getChargeStatus() { return charge_status; }
public FinanceAccountLateChargeOutcome setChargeStatus(String value) { this.charge_status = value; return this; }
public String getEmailStatus() { return email_status; }
public FinanceAccountLateChargeOutcome setEmailStatus(String value) { this.email_status = value; return this; }
public String getMessage() { return message; }
public FinanceAccountLateChargeOutcome setMessage(String value) { this.message = value; return this; }
}
public static class FinanceAccountLateChargeResponse
{
public ResponseStatus responseStatus = null;
public String skip_reason = null;
public String charge_status = null;
public String email_status = null;
public String charge_error = null;
public String email_error = null;
public Integer regent_id = null;
public String first_name = null;
public String last_name = null;
public String uuid = null;
public Boolean has_late_reg_fee = null;
public BigDecimal amount_owing = null;
public BigDecimal late_fee = null;
public BigDecimal interest = null;
public String active_financial_restrictions = null;
public String new_financial_restriction = null;
public Date last_registration_date = null;
public ResponseStatus getResponseStatus() { return responseStatus; }
public FinanceAccountLateChargeResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
public String getSkipReason() { return skip_reason; }
public FinanceAccountLateChargeResponse setSkipReason(String value) { this.skip_reason = value; return this; }
public String getChargeStatus() { return charge_status; }
public FinanceAccountLateChargeResponse setChargeStatus(String value) { this.charge_status = value; return this; }
public String getEmailStatus() { return email_status; }
public FinanceAccountLateChargeResponse setEmailStatus(String value) { this.email_status = value; return this; }
public String getChargeError() { return charge_error; }
public FinanceAccountLateChargeResponse setChargeError(String value) { this.charge_error = value; return this; }
public String getEmailError() { return email_error; }
public FinanceAccountLateChargeResponse setEmailError(String value) { this.email_error = value; return this; }
public Integer getRegentId() { return regent_id; }
public FinanceAccountLateChargeResponse setRegentId(Integer value) { this.regent_id = value; return this; }
public String getFirstName() { return first_name; }
public FinanceAccountLateChargeResponse setFirstName(String value) { this.first_name = value; return this; }
public String getLastName() { return last_name; }
public FinanceAccountLateChargeResponse setLastName(String value) { this.last_name = value; return this; }
public String getUuid() { return uuid; }
public FinanceAccountLateChargeResponse setUuid(String value) { this.uuid = value; return this; }
public Boolean isHasLateRegFee() { return has_late_reg_fee; }
public FinanceAccountLateChargeResponse setHasLateRegFee(Boolean value) { this.has_late_reg_fee = value; return this; }
public BigDecimal getAmountOwing() { return amount_owing; }
public FinanceAccountLateChargeResponse setAmountOwing(BigDecimal value) { this.amount_owing = value; return this; }
public BigDecimal getLateFee() { return late_fee; }
public FinanceAccountLateChargeResponse setLateFee(BigDecimal value) { this.late_fee = value; return this; }
public BigDecimal getInterest() { return interest; }
public FinanceAccountLateChargeResponse setInterest(BigDecimal value) { this.interest = value; return this; }
public String getActiveFinancialRestrictions() { return active_financial_restrictions; }
public FinanceAccountLateChargeResponse setActiveFinancialRestrictions(String value) { this.active_financial_restrictions = value; return this; }
public String getNewFinancialRestriction() { return new_financial_restriction; }
public FinanceAccountLateChargeResponse setNewFinancialRestriction(String value) { this.new_financial_restriction = value; return this; }
public Date getLastRegistrationDate() { return last_registration_date; }
public FinanceAccountLateChargeResponse setLastRegistrationDate(Date value) { this.last_registration_date = value; return this; }
}
}
Java FinanceAccountLateChargeJobResultRequest 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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Finance/AccountLate/{reporting_term}/Jobs/Result HTTP/1.1
Host: data.regent-college.edu
Accept: application/json
Content-Type: application/json
Content-Length: length
{"authorizing_uuid":"String","reporting_term":"String","operation_id":"00000000000000000000000000000000"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"job":{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"operation_id":"00000000000000000000000000000000","reporting_term":"String","calculation_date":"0001-01-01T00:00:00.0000000","preview_only":false,"skip_exact_balance":0,"state":"String","total":0,"current_regent_id":0,"processed":0,"succeeded":0,"skipped":0,"failed":0,"created_utc":"0001-01-01T00:00:00.0000000","updated_utc":"0001-01-01T00:00:00.0000000","message":"String","report_available":false,"outcomes":[{"regent_id":0,"status":"String","charge_amount":0,"charge_status":"String","email_status":"String","message":"String"}]},"accounts":[{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"skip_reason":"String","charge_status":"String","email_status":"String","charge_error":"String","email_error":"String","regent_id":0,"first_name":"String","last_name":"String","uuid":"String","has_late_reg_fee":false,"amount_owing":0,"late_fee":0,"interest":0,"active_financial_restrictions":"String","new_financial_restriction":"String","last_registration_date":"0001-01-01T00:00:00.0000000"}]}