| Requires any of the roles: | Client, Admin, Partner |
| GET | /delete_batch_data |
|---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;
public class dtos
{
@DataContract
public static class DeleteBatchDataLookup
{
@DataMember(Order=2)
public Integer RecordCount = null;
@DataMember(Order=3)
public String Data = null;
@DataMember(Order=4)
public Boolean HasError = null;
@DataMember(Order=5)
public Boolean Merged = null;
@DataMember(Order=6)
public Long BatchId = null;
@DataMember(Order=7)
public String Jsondata = null;
public Integer getRecordCount() { return RecordCount; }
public DeleteBatchDataLookup setRecordCount(Integer value) { this.RecordCount = value; return this; }
public String getData() { return Data; }
public DeleteBatchDataLookup setData(String value) { this.Data = value; return this; }
public Boolean isHasError() { return HasError; }
public DeleteBatchDataLookup setHasError(Boolean value) { this.HasError = value; return this; }
public Boolean isMerged() { return Merged; }
public DeleteBatchDataLookup setMerged(Boolean value) { this.Merged = value; return this; }
public Long getBatchId() { return BatchId; }
public DeleteBatchDataLookup setBatchId(Long value) { this.BatchId = value; return this; }
public String getJsondata() { return Jsondata; }
public DeleteBatchDataLookup setJsondata(String value) { this.Jsondata = value; return this; }
}
}
Java DeleteBatchDataLookup DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /delete_batch_data HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
[{"RecordCount":0,"Data":"String","HasError":false,"Merged":false,"BatchId":0,"Jsondata":"String","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}]