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 .xml suffix or ?format=xml
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: application/xml
Content-Type: application/xml
Content-Length: length
<InternalRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/efun.id.api.ServiceModel">
<Address>String</Address>
<DOB>0001-01-01T00:00:00</DOB>
<Email>String</Email>
<FullName>String</FullName>
<IP_Mask>String</IP_Mask>
<Id>0</Id>
<IdNumber>String</IdNumber>
<IdRegDate>0001-01-01T00:00:00</IdRegDate>
<IsActive>0</IsActive>
<IsActiveEmail>false</IsActiveEmail>
<IsBlock>0</IsBlock>
<Money1>0</Money1>
<Money2>0</Money2>
<MoneyForVip>0</MoneyForVip>
<Netbar_IP>String</Netbar_IP>
<Password>String</Password>
<Phone>String</Phone>
<PhoneConfirm>false</PhoneConfirm>
<RegisteredDate>0001-01-01T00:00:00</RegisteredDate>
<TotalMoney>0</TotalMoney>
<TwoFASecurityCode>String</TwoFASecurityCode>
<TwoFAStatus>0</TwoFAStatus>
<UseTwoFA>false</UseTwoFA>
<UserName>String</UserName>
</InternalRegister>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <BaseResponseOfUserRegisterResponsee8XEboS6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/efun.id.api.ServiceModel"> <Code>0</Code> <Data> <created_at>0001-01-01T00:00:00</created_at> <email>String</email> <first_name>String</first_name> <full_name>String</full_name> <id>0</id> <is_play_now>0</is_play_now> <last_name>String</last_name> <phone_number>String</phone_number> <status>0</status> <updated_at>0001-01-01T00:00:00</updated_at> <username>String</username> </Data> <Message>String</Message> </BaseResponseOfUserRegisterResponsee8XEboS6>