Trendsic Platform Service

<back to all web services

MarkupFlattenRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/markup/{AttachmentId}/{VersionNo}/flatten.pdf
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class MarkupFlattenRequest
    {
        public UUID AttachmentId = null;
        public Integer VersionNo = null;
        
        public UUID getAttachmentId() { return AttachmentId; }
        public MarkupFlattenRequest setAttachmentId(UUID value) { this.AttachmentId = value; return this; }
        public Integer getVersionNo() { return VersionNo; }
        public MarkupFlattenRequest setVersionNo(Integer value) { this.VersionNo = value; return this; }
    }

}

Java MarkupFlattenRequest DTOs

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

HTTP + OTHER

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

GET /v1/markup/{AttachmentId}/{VersionNo}/flatten.pdf HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsonl