| GET,OPTIONS | /v1/projects/{ProjectID}/bluebeam/export/{Kind} |
|---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class BluebeamExportRequest
{
public Integer ProjectID = null;
public String Kind = null;
public Integer getProjectID() { return ProjectID; }
public BluebeamExportRequest setProjectID(Integer value) { this.ProjectID = value; return this; }
public String getKind() { return Kind; }
public BluebeamExportRequest setKind(String value) { this.Kind = value; return this; }
}
}
Java BluebeamExportRequest 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/projects/{ProjectID}/bluebeam/export/{Kind} HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/json