Trendsic Platform Service

<back to all web services

ApplicationCreationRequest

The following routes are available for this service:
GET/v1/Application/Creation
GET/v1/Application/Creation/{PortalID}
GET/v1/Application/Creation/{PortalID}/{AgentID}
GET/v1/Application/Creation/{PortalID}/{AgentID}/{JurisdictionID}/{CarrierID}/{ProductID}/{ContactId}
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class ApplicationCreationRequest
    {
        public String PortalID = null;
        public String AgentID = null;
        public String JurisdictionID = null;
        public String CarrierID = null;
        public String ProductID = null;
        public Integer ContactID = null;
        
        public String getPortalID() { return PortalID; }
        public ApplicationCreationRequest setPortalID(String value) { this.PortalID = value; return this; }
        public String getAgentID() { return AgentID; }
        public ApplicationCreationRequest setAgentID(String value) { this.AgentID = value; return this; }
        public String getJurisdictionID() { return JurisdictionID; }
        public ApplicationCreationRequest setJurisdictionID(String value) { this.JurisdictionID = value; return this; }
        public String getCarrierID() { return CarrierID; }
        public ApplicationCreationRequest setCarrierID(String value) { this.CarrierID = value; return this; }
        public String getProductID() { return ProductID; }
        public ApplicationCreationRequest setProductID(String value) { this.ProductID = value; return this; }
        public Integer getContactID() { return ContactID; }
        public ApplicationCreationRequest setContactID(Integer value) { this.ContactID = value; return this; }
    }

}

Java ApplicationCreationRequest DTOs

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

HTTP + CSV

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

GET /v1/Application/Creation HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/csv