| GET,OPTIONS | /v1/BusinessCardStatus |
|---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
public class dtos
{
public static class BusinessCardStatusRequest
{
public ArrayList<BusinessCard> BusinessCard = new ArrayList<BusinessCard>();
public ArrayList<BusinessCard> getBusinessCard() { return BusinessCard; }
public BusinessCardStatusRequest setBusinessCard(ArrayList<BusinessCard> value) { this.BusinessCard = value; return this; }
}
public static class BusinessCard
{
public Integer CardId = null;
public Integer AgentId = null;
public Short NumRows = null;
public String Name = null;
public String Title = null;
public String Phone = null;
public String Fax = null;
public String Cell = null;
public String Email = null;
public String Address = null;
public String License = null;
public Date SubmittedDate = null;
public Date OrderedDate = null;
public Date ProofApprovedDate = null;
public String AdminApproved = null;
public Date AdminApprovedDate = null;
public Integer Quantity = null;
public String Notes = null;
public Integer ShippingAddressId = null;
public Integer BusinessCardFrontTypeId = null;
public Integer BusinessCardBackTypeId = null;
public String ArtURL = null;
public String OrderedURL = null;
public Address OrderedAddress = null;
public String OrderedUser = null;
public Integer getCardId() { return CardId; }
public BusinessCard setCardId(Integer value) { this.CardId = value; return this; }
public Integer getAgentId() { return AgentId; }
public BusinessCard setAgentId(Integer value) { this.AgentId = value; return this; }
public Short getNumRows() { return NumRows; }
public BusinessCard setNumRows(Short value) { this.NumRows = value; return this; }
public String getName() { return Name; }
public BusinessCard setName(String value) { this.Name = value; return this; }
public String getTitle() { return Title; }
public BusinessCard setTitle(String value) { this.Title = value; return this; }
public String getPhone() { return Phone; }
public BusinessCard setPhone(String value) { this.Phone = value; return this; }
public String getFax() { return Fax; }
public BusinessCard setFax(String value) { this.Fax = value; return this; }
public String getCell() { return Cell; }
public BusinessCard setCell(String value) { this.Cell = value; return this; }
public String getEmail() { return Email; }
public BusinessCard setEmail(String value) { this.Email = value; return this; }
public String getAddress() { return Address; }
public BusinessCard setAddress(String value) { this.Address = value; return this; }
public String getLicense() { return License; }
public BusinessCard setLicense(String value) { this.License = value; return this; }
public Date getSubmittedDate() { return SubmittedDate; }
public BusinessCard setSubmittedDate(Date value) { this.SubmittedDate = value; return this; }
public Date getOrderedDate() { return OrderedDate; }
public BusinessCard setOrderedDate(Date value) { this.OrderedDate = value; return this; }
public Date getProofApprovedDate() { return ProofApprovedDate; }
public BusinessCard setProofApprovedDate(Date value) { this.ProofApprovedDate = value; return this; }
public String getAdminApproved() { return AdminApproved; }
public BusinessCard setAdminApproved(String value) { this.AdminApproved = value; return this; }
public Date getAdminApprovedDate() { return AdminApprovedDate; }
public BusinessCard setAdminApprovedDate(Date value) { this.AdminApprovedDate = value; return this; }
public Integer getQuantity() { return Quantity; }
public BusinessCard setQuantity(Integer value) { this.Quantity = value; return this; }
public String getNotes() { return Notes; }
public BusinessCard setNotes(String value) { this.Notes = value; return this; }
public Integer getShippingAddressId() { return ShippingAddressId; }
public BusinessCard setShippingAddressId(Integer value) { this.ShippingAddressId = value; return this; }
public Integer getBusinessCardFrontTypeId() { return BusinessCardFrontTypeId; }
public BusinessCard setBusinessCardFrontTypeId(Integer value) { this.BusinessCardFrontTypeId = value; return this; }
public Integer getBusinessCardBackTypeId() { return BusinessCardBackTypeId; }
public BusinessCard setBusinessCardBackTypeId(Integer value) { this.BusinessCardBackTypeId = value; return this; }
public String getArtURL() { return ArtURL; }
public BusinessCard setArtURL(String value) { this.ArtURL = value; return this; }
public String getOrderedURL() { return OrderedURL; }
public BusinessCard setOrderedURL(String value) { this.OrderedURL = value; return this; }
public Address getOrderedAddress() { return OrderedAddress; }
public BusinessCard setOrderedAddress(Address value) { this.OrderedAddress = value; return this; }
public String getOrderedUser() { return OrderedUser; }
public BusinessCard setOrderedUser(String value) { this.OrderedUser = value; return this; }
}
public static class Address
{
public Integer ID = null;
public Short AddressTypeID = null;
public String AddressContact = null;
public String AttentionTo = null;
public String AddressLine1 = null;
public String AddressLine2 = null;
public String AddressLine3 = null;
public String AddressCity = null;
public String AddressState = null;
public String AddressZip = null;
public String AddressCountry = null;
public String PhoneNumber = null;
public String FaxNumber = null;
public UUID UID = null;
public String Name = null;
public Integer getId() { return ID; }
public Address setId(Integer value) { this.ID = value; return this; }
public Short getAddressTypeID() { return AddressTypeID; }
public Address setAddressTypeID(Short value) { this.AddressTypeID = value; return this; }
public String getAddressContact() { return AddressContact; }
public Address setAddressContact(String value) { this.AddressContact = value; return this; }
public String getAttentionTo() { return AttentionTo; }
public Address setAttentionTo(String value) { this.AttentionTo = value; return this; }
public String getAddressLine1() { return AddressLine1; }
public Address setAddressLine1(String value) { this.AddressLine1 = value; return this; }
public String getAddressLine2() { return AddressLine2; }
public Address setAddressLine2(String value) { this.AddressLine2 = value; return this; }
public String getAddressLine3() { return AddressLine3; }
public Address setAddressLine3(String value) { this.AddressLine3 = value; return this; }
public String getAddressCity() { return AddressCity; }
public Address setAddressCity(String value) { this.AddressCity = value; return this; }
public String getAddressState() { return AddressState; }
public Address setAddressState(String value) { this.AddressState = value; return this; }
public String getAddressZip() { return AddressZip; }
public Address setAddressZip(String value) { this.AddressZip = value; return this; }
public String getAddressCountry() { return AddressCountry; }
public Address setAddressCountry(String value) { this.AddressCountry = value; return this; }
public String getPhoneNumber() { return PhoneNumber; }
public Address setPhoneNumber(String value) { this.PhoneNumber = value; return this; }
public String getFaxNumber() { return FaxNumber; }
public Address setFaxNumber(String value) { this.FaxNumber = value; return this; }
public UUID getUid() { return UID; }
public Address setUid(UUID value) { this.UID = value; return this; }
public String getName() { return Name; }
public Address setName(String value) { this.Name = value; return this; }
}
public static class BusinessCardResponse
{
public ResponseStatus ResponseStatus = null;
public ArrayList<BusinessCard> BusinessCard = new ArrayList<BusinessCard>();
public ResponseStatus getResponseStatus() { return ResponseStatus; }
public BusinessCardResponse setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; }
public ArrayList<BusinessCard> getBusinessCard() { return BusinessCard; }
public BusinessCardResponse setBusinessCard(ArrayList<BusinessCard> value) { this.BusinessCard = value; return this; }
}
}
Java BusinessCardStatusRequest DTOs
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.
GET /v1/BusinessCardStatus HTTP/1.1 Host: api.dev.dynamics.trendsic.com Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<BusinessCardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal.Routes">
<BusinessCard xmlns:d2p1="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal.Objects">
<d2p1:BusinessCard>
<d2p1:Address>String</d2p1:Address>
<d2p1:AdminApproved>String</d2p1:AdminApproved>
<d2p1:AdminApprovedDate>0001-01-01T00:00:00</d2p1:AdminApprovedDate>
<d2p1:AgentId>0</d2p1:AgentId>
<d2p1:ArtURL>String</d2p1:ArtURL>
<d2p1:BusinessCardBackTypeId>0</d2p1:BusinessCardBackTypeId>
<d2p1:BusinessCardFrontTypeId>0</d2p1:BusinessCardFrontTypeId>
<d2p1:CardId>0</d2p1:CardId>
<d2p1:Cell>String</d2p1:Cell>
<d2p1:Email>String</d2p1:Email>
<d2p1:Fax>String</d2p1:Fax>
<d2p1:License>String</d2p1:License>
<d2p1:Name>String</d2p1:Name>
<d2p1:Notes>String</d2p1:Notes>
<d2p1:NumRows>0</d2p1:NumRows>
<d2p1:OrderedAddress xmlns:d4p1="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<d4p1:AddressCity>String</d4p1:AddressCity>
<d4p1:AddressContact>String</d4p1:AddressContact>
<d4p1:AddressCountry>String</d4p1:AddressCountry>
<d4p1:AddressLine1>String</d4p1:AddressLine1>
<d4p1:AddressLine2>String</d4p1:AddressLine2>
<d4p1:AddressLine3>String</d4p1:AddressLine3>
<d4p1:AddressState>String</d4p1:AddressState>
<d4p1:AddressTypeID>0</d4p1:AddressTypeID>
<d4p1:AddressZip>String</d4p1:AddressZip>
<d4p1:AttentionTo>String</d4p1:AttentionTo>
<d4p1:FaxNumber>String</d4p1:FaxNumber>
<d4p1:ID>0</d4p1:ID>
<d4p1:Name>String</d4p1:Name>
<d4p1:PhoneNumber>String</d4p1:PhoneNumber>
<d4p1:UID>00000000-0000-0000-0000-000000000000</d4p1:UID>
</d2p1:OrderedAddress>
<d2p1:OrderedDate>0001-01-01T00:00:00</d2p1:OrderedDate>
<d2p1:OrderedURL>String</d2p1:OrderedURL>
<d2p1:OrderedUser>String</d2p1:OrderedUser>
<d2p1:Phone>String</d2p1:Phone>
<d2p1:ProofApprovedDate>0001-01-01T00:00:00</d2p1:ProofApprovedDate>
<d2p1:Quantity>0</d2p1:Quantity>
<d2p1:ShippingAddressId>0</d2p1:ShippingAddressId>
<d2p1:SubmittedDate>0001-01-01T00:00:00</d2p1:SubmittedDate>
<d2p1:Title>String</d2p1:Title>
</d2p1:BusinessCard>
</BusinessCard>
<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>
</BusinessCardResponse>