Trendsic Platform Service

<back to all web services

StaffPublicRespondRequest

The following routes are available for this service:
GET,OPTIONS/v1/staff/respond
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class StaffPublicRespondRequest
    {
        public String Token = null;
        public String Action = null;
        public String Note = null;
        public BigDecimal Rate = null;
        public String Start = null;
        
        public String getToken() { return Token; }
        public StaffPublicRespondRequest setToken(String value) { this.Token = value; return this; }
        public String getAction() { return Action; }
        public StaffPublicRespondRequest setAction(String value) { this.Action = value; return this; }
        public String getNote() { return Note; }
        public StaffPublicRespondRequest setNote(String value) { this.Note = value; return this; }
        public BigDecimal getRate() { return Rate; }
        public StaffPublicRespondRequest setRate(BigDecimal value) { this.Rate = value; return this; }
        public String getStart() { return Start; }
        public StaffPublicRespondRequest setStart(String value) { this.Start = value; return this; }
    }

}

Java StaffPublicRespondRequest DTOs

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

HTTP + XML

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

GET /v1/staff/respond HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: application/xml