POST | /api/v1/internal/users/register |
---|
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;
public class dtos
{
public static class InternalRegister
{
public Long id = null;
public String userName = null;
public String password = null;
public String email = null;
public String phone = null;
public String address = null;
public String fullName = null;
public Boolean isActiveEmail = null;
public Boolean phoneConfirm = null;
public Integer isActive = null;
public Integer isBlock = null;
public String iP_Mask = null;
public String netbar_IP = null;
public Date registeredDate = null;
public Long money1 = null;
public Long money2 = null;
public Long moneyForVip = null;
public Long totalMoney = null;
public String idNumber = null;
public Date idRegDate = null;
public Date dob = null;
public Boolean useTwoFA = null;
public String twoFASecurityCode = null;
public Integer twoFAStatus = null;
public Long getId() { return id; }
public InternalRegister setId(Long value) { this.id = value; return this; }
public String getUserName() { return userName; }
public InternalRegister setUserName(String value) { this.userName = value; return this; }
public String getPassword() { return password; }
public InternalRegister setPassword(String value) { this.password = value; return this; }
public String getEmail() { return email; }
public InternalRegister setEmail(String value) { this.email = value; return this; }
public String getPhone() { return phone; }
public InternalRegister setPhone(String value) { this.phone = value; return this; }
public String getAddress() { return address; }
public InternalRegister setAddress(String value) { this.address = value; return this; }
public String getFullName() { return fullName; }
public InternalRegister setFullName(String value) { this.fullName = value; return this; }
public Boolean getIsActiveEmail() { return isActiveEmail; }
public InternalRegister setIsActiveEmail(Boolean value) { this.isActiveEmail = value; return this; }
public Boolean isPhoneConfirm() { return phoneConfirm; }
public InternalRegister setPhoneConfirm(Boolean value) { this.phoneConfirm = value; return this; }
public Integer getIsActive() { return isActive; }
public InternalRegister setIsActive(Integer value) { this.isActive = value; return this; }
public Integer getIsBlock() { return isBlock; }
public InternalRegister setIsBlock(Integer value) { this.isBlock = value; return this; }
public String getIPMask() { return iP_Mask; }
public InternalRegister setIPMask(String value) { this.iP_Mask = value; return this; }
public String getNetbarIp() { return netbar_IP; }
public InternalRegister setNetbarIp(String value) { this.netbar_IP = value; return this; }
public Date getRegisteredDate() { return registeredDate; }
public InternalRegister setRegisteredDate(Date value) { this.registeredDate = value; return this; }
public Long getMoney1() { return money1; }
public InternalRegister setMoney1(Long value) { this.money1 = value; return this; }
public Long getMoney2() { return money2; }
public InternalRegister setMoney2(Long value) { this.money2 = value; return this; }
public Long getMoneyForVip() { return moneyForVip; }
public InternalRegister setMoneyForVip(Long value) { this.moneyForVip = value; return this; }
public Long getTotalMoney() { return totalMoney; }
public InternalRegister setTotalMoney(Long value) { this.totalMoney = value; return this; }
public String getIdNumber() { return idNumber; }
public InternalRegister setIdNumber(String value) { this.idNumber = value; return this; }
public Date getIdRegDate() { return idRegDate; }
public InternalRegister setIdRegDate(Date value) { this.idRegDate = value; return this; }
public Date getDob() { return dob; }
public InternalRegister setDob(Date value) { this.dob = value; return this; }
public Boolean isUseTwoFA() { return useTwoFA; }
public InternalRegister setUseTwoFA(Boolean value) { this.useTwoFA = value; return this; }
public String getTwoFASecurityCode() { return twoFASecurityCode; }
public InternalRegister setTwoFASecurityCode(String value) { this.twoFASecurityCode = value; return this; }
public Integer getTwoFAStatus() { return twoFAStatus; }
public InternalRegister setTwoFAStatus(Integer value) { this.twoFAStatus = value; return this; }
}
public static class BaseResponse<List> implements IResponseRequest
{
public Integer code = null;
public String message = null;
public ArrayList<BannerListResponse> data = null;
public Integer getCode() { return code; }
public BaseResponse<List> setCode(Integer value) { this.code = value; return this; }
public String getMessage() { return message; }
public BaseResponse<List> setMessage(String value) { this.message = value; return this; }
public ArrayList<BannerListResponse> getData() { return data; }
public BaseResponse<List> setData(ArrayList<BannerListResponse> value) { this.data = value; return this; }
}
public static class BannerListResponse
{
public Integer id = null;
public String title = null;
public String image = null;
public String url = null;
public Boolean publish = null;
public Date publishDate = null;
public Integer orderIndex = null;
public Integer getId() { return id; }
public BannerListResponse setId(Integer value) { this.id = value; return this; }
public String getTitle() { return title; }
public BannerListResponse setTitle(String value) { this.title = value; return this; }
public String getImage() { return image; }
public BannerListResponse setImage(String value) { this.image = value; return this; }
public String getUrl() { return url; }
public BannerListResponse setUrl(String value) { this.url = value; return this; }
public Boolean isPublish() { return publish; }
public BannerListResponse setPublish(Boolean value) { this.publish = value; return this; }
public Date getPublishDate() { return publishDate; }
public BannerListResponse setPublishDate(Date value) { this.publishDate = value; return this; }
public Integer getOrderIndex() { return orderIndex; }
public BannerListResponse setOrderIndex(Integer value) { this.orderIndex = value; return this; }
}
}
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.
POST /api/v1/internal/users/register HTTP/1.1
Host: efun-id-api-sandbox.efun.vn
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"id":0,"userName":"String","password":"String","email":"String","phone":"String","address":"String","fullName":"String","isActiveEmail":false,"phoneConfirm":false,"isActive":0,"isBlock":0,"iP_Mask":"String","netbar_IP":"String","registeredDate":"0001-01-01T00:00:00.0000000+07:06","money1":0,"money2":0,"moneyForVip":0,"totalMoney":0,"idNumber":"String","idRegDate":"0001-01-01T00:00:00.0000000+07:06","dob":"0001-01-01T00:00:00.0000000+07:06","useTwoFA":false,"twoFASecurityCode":"String","twoFAStatus":0}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"code":0,"message":"String","data":{"id":0,"username":"String","first_name":"String","last_name":"String","full_name":"String","email":"String","phone_number":"String","is_play_now":0,"status":0,"created_at":"0001-01-01T00:00:00.0000000+07:06","updated_at":"0001-01-01T00:00:00.0000000+07:06"}}