All Verbs | /buy/{Id} | ||
---|---|---|---|
GET | /Buy/{Id} | ||
All Verbs | /buy/{Id}/{Quantity} | ||
GET | /Buy |
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class Buy implements IGet
{
public String id = null;
public String coupon = null;
public Integer quantity = null;
public String renewalRef = null;
public String upgradeRef = null;
public String getId() { return id; }
public Buy setId(String value) { this.id = value; return this; }
public String getCoupon() { return coupon; }
public Buy setCoupon(String value) { this.coupon = value; return this; }
public Integer getQuantity() { return quantity; }
public Buy setQuantity(Integer value) { this.quantity = value; return this; }
public String getRenewalRef() { return renewalRef; }
public Buy setRenewalRef(String value) { this.renewalRef = value; return this; }
public String getUpgradeRef() { return upgradeRef; }
public Buy setUpgradeRef(String value) { this.upgradeRef = value; return this; }
}
public static class BuyResponse
{
public String coupon = null;
public String renewalRef = null;
public String upgradeRef = null;
public Sku sku = null;
public QuoteResponse quote = null;
public ResponseStatus responseStatus = null;
public String getCoupon() { return coupon; }
public BuyResponse setCoupon(String value) { this.coupon = value; return this; }
public String getRenewalRef() { return renewalRef; }
public BuyResponse setRenewalRef(String value) { this.renewalRef = value; return this; }
public String getUpgradeRef() { return upgradeRef; }
public BuyResponse setUpgradeRef(String value) { this.upgradeRef = value; return this; }
public Sku getSku() { return sku; }
public BuyResponse setSku(Sku value) { this.sku = value; return this; }
public QuoteResponse getQuote() { return quote; }
public BuyResponse setQuote(QuoteResponse value) { this.quote = value; return this; }
public ResponseStatus getResponseStatus() { return responseStatus; }
public BuyResponse setResponseStatus(ResponseStatus value) { this.responseStatus = value; return this; }
}
public static class Sku
{
public Integer id = null;
public Integer productId = null;
public SkuType type = null;
public LicenseFeature feature = null;
public String code = null;
public String name = null;
public String notes = null;
@Ignore()
public Integer minQty = null;
public Integer maxQty = null;
public Integer price = null;
public String plan = null;
public Integer discountOff = null;
public String discountLabelOff = null;
public Integer actualPrice = null;
public Boolean isPlan = null;
public Boolean isRenewal = null;
public Integer subscriptionDurationDays = null;
public Integer expiryDurationDays = null;
public Integer trialPeriodDays = null;
public Integer supportQty = null;
public Integer coresQty = null;
public Date createdDate = null;
public Date modifiedDate = null;
public LicenseType licenseType = null;
public Boolean active = null;
public Integer getId() { return id; }
public Sku setId(Integer value) { this.id = value; return this; }
public Integer getProductId() { return productId; }
public Sku setProductId(Integer value) { this.productId = value; return this; }
public SkuType getType() { return type; }
public Sku setType(SkuType value) { this.type = value; return this; }
public LicenseFeature getFeature() { return feature; }
public Sku setFeature(LicenseFeature value) { this.feature = value; return this; }
public String getCode() { return code; }
public Sku setCode(String value) { this.code = value; return this; }
public String getName() { return name; }
public Sku setName(String value) { this.name = value; return this; }
public String getNotes() { return notes; }
public Sku setNotes(String value) { this.notes = value; return this; }
public Integer getMinQty() { return minQty; }
public Sku setMinQty(Integer value) { this.minQty = value; return this; }
public Integer getMaxQty() { return maxQty; }
public Sku setMaxQty(Integer value) { this.maxQty = value; return this; }
public Integer getPrice() { return price; }
public Sku setPrice(Integer value) { this.price = value; return this; }
public String getPlan() { return plan; }
public Sku setPlan(String value) { this.plan = value; return this; }
public Integer getDiscountOff() { return discountOff; }
public Sku setDiscountOff(Integer value) { this.discountOff = value; return this; }
public String getDiscountLabelOff() { return discountLabelOff; }
public Sku setDiscountLabelOff(String value) { this.discountLabelOff = value; return this; }
public Integer getActualPrice() { return actualPrice; }
public Sku setActualPrice(Integer value) { this.actualPrice = value; return this; }
public Boolean getIsPlan() { return isPlan; }
public Sku setIsPlan(Boolean value) { this.isPlan = value; return this; }
public Boolean getIsRenewal() { return isRenewal; }
public Sku setIsRenewal(Boolean value) { this.isRenewal = value; return this; }
public Integer getSubscriptionDurationDays() { return subscriptionDurationDays; }
public Sku setSubscriptionDurationDays(Integer value) { this.subscriptionDurationDays = value; return this; }
public Integer getExpiryDurationDays() { return expiryDurationDays; }
public Sku setExpiryDurationDays(Integer value) { this.expiryDurationDays = value; return this; }
public Integer getTrialPeriodDays() { return trialPeriodDays; }
public Sku setTrialPeriodDays(Integer value) { this.trialPeriodDays = value; return this; }
public Integer getSupportQty() { return supportQty; }
public Sku setSupportQty(Integer value) { this.supportQty = value; return this; }
public Integer getCoresQty() { return coresQty; }
public Sku setCoresQty(Integer value) { this.coresQty = value; return this; }
public Date getCreatedDate() { return createdDate; }
public Sku setCreatedDate(Date value) { this.createdDate = value; return this; }
public Date getModifiedDate() { return modifiedDate; }
public Sku setModifiedDate(Date value) { this.modifiedDate = value; return this; }
public LicenseType getLicenseType() { return licenseType; }
public Sku setLicenseType(LicenseType value) { this.licenseType = value; return this; }
public Boolean isActive() { return active; }
public Sku setActive(Boolean value) { this.active = value; return this; }
}
public static enum SkuType
{
Product,
PerDev,
PerCore,
Site,
Support,
Training,
Register,
Payment;
}
@Flags()
public static enum LicenseFeature
{
@SerializedName("0") None(0),
@SerializedName("0") Free(0),
@SerializedName("1") Premium(1),
@SerializedName("2") Text(2),
@SerializedName("4") Client(4),
@SerializedName("8") Common(8),
@SerializedName("16") Redis(16),
@SerializedName("18") RedisSku(18),
@SerializedName("32") OrmLite(32),
@SerializedName("34") OrmLiteSku(34),
@SerializedName("64") ServiceStack(64),
@SerializedName("128") Server(128),
@SerializedName("256") Razor(256),
@SerializedName("512") Admin(512),
@SerializedName("1024") Aws(1024),
@SerializedName("1026") AwsSku(1026),
@SerializedName("2047") All(2047);
private final int value;
LicenseFeature(final int intValue) { value = intValue; }
public int getValue() { return value; }
}
public static enum LicenseType
{
Free,
FreeIndividual,
FreeOpenSource,
Indie,
Business,
Enterprise,
TextIndie,
TextBusiness,
OrmLiteIndie,
OrmLiteBusiness,
RedisIndie,
RedisBusiness,
AwsIndie,
AwsBusiness,
Trial,
Site,
TextSite,
RedisSite,
OrmLiteSite;
}
public static class QuoteResponse
{
public Integer skuId = null;
public String code = null;
public Integer customerId = null;
public Boolean modifyingExistingSubscription = null;
public Boolean changingSubscriptions = null;
public Boolean switchingLicensingModels = null;
public Boolean replacesExistingQuantity = null;
public Integer existingSubscriptionQuantity = null;
public Integer newSubscriptionQuantity = null;
public String unusedAmount = null;
public Boolean manualProrating = null;
public Integer unusedDays = null;
public Integer quantity = null;
public Integer minQuantity = null;
public Integer maxQuantity = null;
public String subtotal = null;
public String discountDescription = null;
public String discountReceived = null;
public String discount = null;
public String total = null;
public String expiryDate = null;
public String renewalDate = null;
public Boolean isReferrer = null;
public ResponseStatus responseStatus = null;
public Integer getSkuId() { return skuId; }
public QuoteResponse setSkuId(Integer value) { this.skuId = value; return this; }
public String getCode() { return code; }
public QuoteResponse setCode(String value) { this.code = value; return this; }
public Integer getCustomerId() { return customerId; }
public QuoteResponse setCustomerId(Integer value) { this.customerId = value; return this; }
public Boolean isModifyingExistingSubscription() { return modifyingExistingSubscription; }
public QuoteResponse setModifyingExistingSubscription(Boolean value) { this.modifyingExistingSubscription = value; return this; }
public Boolean isChangingSubscriptions() { return changingSubscriptions; }
public QuoteResponse setChangingSubscriptions(Boolean value) { this.changingSubscriptions = value; return this; }
public Boolean isSwitchingLicensingModels() { return switchingLicensingModels; }
public QuoteResponse setSwitchingLicensingModels(Boolean value) { this.switchingLicensingModels = value; return this; }
public Boolean isReplacesExistingQuantity() { return replacesExistingQuantity; }
public QuoteResponse setReplacesExistingQuantity(Boolean value) { this.replacesExistingQuantity = value; return this; }
public Integer getExistingSubscriptionQuantity() { return existingSubscriptionQuantity; }
public QuoteResponse setExistingSubscriptionQuantity(Integer value) { this.existingSubscriptionQuantity = value; return this; }
public Integer getNewSubscriptionQuantity() { return newSubscriptionQuantity; }
public QuoteResponse setNewSubscriptionQuantity(Integer value) { this.newSubscriptionQuantity = value; return this; }
public String getUnusedAmount() { return unusedAmount; }
public QuoteResponse setUnusedAmount(String value) { this.unusedAmount = value; return this; }
public Boolean isManualProrating() { return manualProrating; }
public QuoteResponse setManualProrating(Boolean value) { this.manualProrating = value; return this; }
public Integer getUnusedDays() { return unusedDays; }
public QuoteResponse setUnusedDays(Integer value) { this.unusedDays = value; return this; }
public Integer getQuantity() { return quantity; }
public QuoteResponse setQuantity(Integer value) { this.quantity = value; return this; }
public Integer getMinQuantity() { return minQuantity; }
public QuoteResponse setMinQuantity(Integer value) { this.minQuantity = value; return this; }
public Integer getMaxQuantity() { return maxQuantity; }
public QuoteResponse setMaxQuantity(Integer value) { this.maxQuantity = value; return this; }
public String getSubtotal() { return subtotal; }
public QuoteResponse setSubtotal(String value) { this.subtotal = value; return this; }
public String getDiscountDescription() { return discountDescription; }
public QuoteResponse setDiscountDescription(String value) { this.discountDescription = value; return this; }
public String getDiscountReceived() { return discountReceived; }
public QuoteResponse setDiscountReceived(String value) { this.discountReceived = value; return this; }
public String getDiscount() { return discount; }
public QuoteResponse setDiscount(String value) { this.discount = value; return this; }
public String getTotal() { return total; }
public QuoteResponse setTotal(String value) { this.total = value; return this; }
public String getExpiryDate() { return expiryDate; }
public QuoteResponse setExpiryDate(String value) { this.expiryDate = value; return this; }
public String getRenewalDate() { return renewalDate; }
public QuoteResponse setRenewalDate(String value) { this.renewalDate = value; return this; }
public Boolean getIsReferrer() { return isReferrer; }
public QuoteResponse setIsReferrer(Boolean value) { this.isReferrer = value; return this; }
public ResponseStatus getResponseStatus() { return responseStatus; }
public QuoteResponse setResponseStatus(ResponseStatus value) { this.responseStatus = 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 /buy/{Id} HTTP/1.1
Host: account.servicestack.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<Buy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyApp.ServiceModel">
<Coupon>String</Coupon>
<Id>String</Id>
<Quantity>0</Quantity>
<RenewalRef>String</RenewalRef>
<UpgradeRef>String</UpgradeRef>
</Buy>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <BuyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyApp.ServiceModel"> <Coupon>String</Coupon> <Quote> <ChangingSubscriptions>false</ChangingSubscriptions> <Code>String</Code> <CustomerId>0</CustomerId> <Discount>String</Discount> <DiscountDescription>String</DiscountDescription> <DiscountReceived>String</DiscountReceived> <ExistingSubscriptionQuantity>0</ExistingSubscriptionQuantity> <ExpiryDate>String</ExpiryDate> <IsReferrer>false</IsReferrer> <ManualProrating>false</ManualProrating> <MaxQuantity>0</MaxQuantity> <MinQuantity>0</MinQuantity> <ModifyingExistingSubscription>false</ModifyingExistingSubscription> <NewSubscriptionQuantity>0</NewSubscriptionQuantity> <Quantity>0</Quantity> <RenewalDate>String</RenewalDate> <ReplacesExistingQuantity>false</ReplacesExistingQuantity> <ResponseStatus xmlns:d3p1="http://schemas.servicestack.net/types"> <d3p1:ErrorCode>String</d3p1:ErrorCode> <d3p1:Message>String</d3p1:Message> <d3p1:StackTrace>String</d3p1:StackTrace> <d3p1:Errors> <d3p1:ResponseError> <d3p1:ErrorCode>String</d3p1:ErrorCode> <d3p1:FieldName>String</d3p1:FieldName> <d3p1:Message>String</d3p1:Message> <d3p1:Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </d3p1:Meta> </d3p1:ResponseError> </d3p1:Errors> <d3p1:Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>String</d4p1:Key> <d4p1:Value>String</d4p1:Value> </d4p1:KeyValueOfstringstring> </d3p1:Meta> </ResponseStatus> <SkuId>0</SkuId> <Subtotal>String</Subtotal> <SwitchingLicensingModels>false</SwitchingLicensingModels> <Total>String</Total> <UnusedAmount>String</UnusedAmount> <UnusedDays>0</UnusedDays> </Quote> <RenewalRef>String</RenewalRef> <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types"> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:Message>String</d2p1:Message> <d2p1:StackTrace>String</d2p1:StackTrace> <d2p1:Errors> <d2p1:ResponseError> <d2p1:ErrorCode>String</d2p1:ErrorCode> <d2p1:FieldName>String</d2p1:FieldName> <d2p1:Message>String</d2p1:Message> <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:KeyValueOfstringstring> <d5p1:Key>String</d5p1:Key> <d5p1:Value>String</d5p1:Value> </d5p1:KeyValueOfstringstring> </d2p1:Meta> </d2p1:ResponseError> </d2p1:Errors> <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>String</d3p1:Key> <d3p1:Value>String</d3p1:Value> </d3p1:KeyValueOfstringstring> </d2p1:Meta> </ResponseStatus> <Sku> <Active>false</Active> <Code>String</Code> <CoresQty>0</CoresQty> <CreatedDate>0001-01-01T00:00:00</CreatedDate> <DiscountLabelOff>String</DiscountLabelOff> <DiscountOff>0</DiscountOff> <ExpiryDurationDays>0</ExpiryDurationDays> <Feature>None</Feature> <Id>0</Id> <IsPlan>false</IsPlan> <IsRenewal>false</IsRenewal> <LicenseType>Free</LicenseType> <MaxQty>0</MaxQty> <ModifiedDate>0001-01-01T00:00:00</ModifiedDate> <Name>String</Name> <Notes>String</Notes> <Plan>String</Plan> <Price>0</Price> <ProductId>0</ProductId> <SubscriptionDurationDays>0</SubscriptionDurationDays> <SupportQty>0</SupportQty> <TrialPeriodDays>0</TrialPeriodDays> <Type>Product</Type> </Sku> <UpgradeRef>String</UpgradeRef> </BuyResponse>