regis

<back to all web services

FinancialAidApplicationEmailRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Finance/FinancialAid/Application/{application_uuid}/Email
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class FinancialAidApplicationEmailRequest
    {
        public String application_uuid = null;
        public Boolean incomplete = null;
        public Boolean complete = null;
        public Boolean servant_fund = null;
        public Boolean ruth_ericson = null;
        public Boolean mary_elizabeth_bramhall = null;
        public Boolean winifred_rennie = null;
        
        public String getApplicationUuid() { return application_uuid; }
        public FinancialAidApplicationEmailRequest setApplicationUuid(String value) { this.application_uuid = value; return this; }
        public Boolean isIncomplete() { return incomplete; }
        public FinancialAidApplicationEmailRequest setIncomplete(Boolean value) { this.incomplete = value; return this; }
        public Boolean isComplete() { return complete; }
        public FinancialAidApplicationEmailRequest setComplete(Boolean value) { this.complete = value; return this; }
        public Boolean isServantFund() { return servant_fund; }
        public FinancialAidApplicationEmailRequest setServantFund(Boolean value) { this.servant_fund = value; return this; }
        public Boolean isRuthEricson() { return ruth_ericson; }
        public FinancialAidApplicationEmailRequest setRuthEricson(Boolean value) { this.ruth_ericson = value; return this; }
        public Boolean isMaryElizabethBramhall() { return mary_elizabeth_bramhall; }
        public FinancialAidApplicationEmailRequest setMaryElizabethBramhall(Boolean value) { this.mary_elizabeth_bramhall = value; return this; }
        public Boolean isWinifredRennie() { return winifred_rennie; }
        public FinancialAidApplicationEmailRequest setWinifredRennie(Boolean value) { this.winifred_rennie = value; return this; }
    }

}

Java FinancialAidApplicationEmailRequest 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/FinancialAid/Application/{application_uuid}/Email HTTP/1.1 
Host: data.regent-college.edu 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"application_uuid":"String","incomplete":false,"complete":false,"servant_fund":false,"ruth_ericson":false,"mary_elizabeth_bramhall":false,"winifred_rennie":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

(string)