Go-to-Light Service 4.0.0.2397 - 121 - API License to Cloud Demo

<back to all web services

TriDispatchInAnomalyZone

Requires Authentication
The following routes are available for this service:
All Verbs/TriDispatchInAnomalyZone
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class TriDispatchInAnomalyZone
    {
        /**
        * Position on rack
        */
        @ApiMember(Description="Position on rack", IsRequired=true)
        public String DepositTray = null;

        /**
        * ID mission
        */
        @ApiMember(Description="ID mission", IsRequired=true)
        public Integer MissionID = null;

        /**
        * Rack name
        */
        @ApiMember(Description="Rack name", IsRequired=true)
        public String RackName = null;

        /**
        * User id
        */
        @ApiMember(Description="User id")
        public String UserId = null;
        
        public String getDepositTray() { return DepositTray; }
        public TriDispatchInAnomalyZone setDepositTray(String value) { this.DepositTray = value; return this; }
        public Integer getMissionID() { return MissionID; }
        public TriDispatchInAnomalyZone setMissionID(Integer value) { this.MissionID = value; return this; }
        public String getRackName() { return RackName; }
        public TriDispatchInAnomalyZone setRackName(String value) { this.RackName = value; return this; }
        public String getUserId() { return UserId; }
        public TriDispatchInAnomalyZone setUserId(String value) { this.UserId = value; return this; }
    }

}

Java TriDispatchInAnomalyZone DTOs

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

HTTP + JSV

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

POST /TriDispatchInAnomalyZone HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	DepositTray: String,
	MissionID: 0,
	RackName: String,
	UserId: String
}