| 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} |
export class ApplicationCreationRequest
{
public PortalID: string;
public AgentID: string;
public JurisdictionID: string;
public CarrierID: string;
public ProductID: string;
public ContactID: number;
public constructor(init?: Partial<ApplicationCreationRequest>) { (Object as any).assign(this, init); }
}
TypeScript ApplicationCreationRequest 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.
GET /v1/Application/Creation HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: application/json