| GET,POST,PUT,DELETE,OPTIONS | /v1/Material | ||
|---|---|---|---|
| GET,POST,PUT,DELETE,OPTIONS | /v1/Material/{MaterialID} |
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
open class MaterialRequest
{
open var MaterialID:Int? = null
open var Material:ArrayList<Material> = ArrayList<Material>()
}
open class Material
{
open var MaterialID:Int? = null
open var MaterialName:String? = null
open var MaterialTypeID:Short? = null
open var MaterialStatusID:Short? = null
open var Quantity:Int? = null
open var Supplier:String? = null
open var OrderDate:Date? = null
open var DeliveryDate:Date? = null
open var OnSiteDate:Date? = null
open var MaterialLocation:String? = null
open var Manufacturer:String? = null
open var SerialNumber:String? = null
open var BarCode:String? = null
open var TrackingInfo:String? = null
open var MaterialDescription:String? = null
open var Notes:String? = null
open var ImageURL:String? = null
open var DetailsURL:String? = null
open var CreatedByUID:UUID? = null
open var Active:Boolean? = null
open var RecordCreatedDate:Date? = null
open var StatusId:Int? = null
open var MaterialTypeName:String? = null
open var Cost:Double? = null
open var MaterialStatusName:String? = null
open var Projects:ArrayList<Project> = ArrayList<Project>()
}
open class Project
{
open var ProjectID:Int? = null
open var ProjectUID:UUID? = null
open var ProjectName:String? = null
open var ImageURL:String? = null
open var ImageKey:String? = null
open var ClientName:String? = null
open var ClientPhone:String? = null
open var ClientEmail:String? = null
open var NotifyCustomerOnVisitCompletion:Boolean? = null
open var ClientContactID:Int? = null
open var ProjectManagerID:Int? = null
open var ProjectManagerName:String? = null
open var StartDate:Date? = null
open var EndDate:Date? = null
open var ActualStartDate:Date? = null
open var ActualEndDate:Date? = null
open var JobCount:Int? = null
open var CrewMemberCount:Int? = null
open var CrewAvatarsJson:String? = null
open var CrewNamesSearch:String? = null
open var EquipmentCount:Int? = null
open var MaterialCount:Int? = null
open var ProjectStatusID:Short? = null
open var ProjectStatusDescription:String? = null
open var Budget:BigDecimal? = null
open var CostToDate:BigDecimal? = null
open var ProjectLocation:String? = null
open var ProjectType:String? = null
open var ProjectSponsor:String? = null
open var CreatedBy:String? = null
open var CreatedAt:Date? = null
open var UpdatedAt:Date? = null
open var ProjectDescription:String? = null
open var Scope:String? = null
open var StatusId:Int? = null
open var BranchId:UUID? = null
open var BranchName:String? = null
open var Location:Location? = null
}
open class Location
{
open var Id:UUID? = null
open var ClientId:UUID? = null
open var Name:String? = null
open var Address1:String? = null
open var Address2:String? = null
open var City:String? = null
open var State:String? = null
open var Zip:String? = null
open var Phone:String? = null
open var Fax:String? = null
open var URL:String? = null
open var Email:String? = null
open var TimeZone:String? = null
open var Active:Boolean? = null
open var EntDate:Date? = null
open var ModDate:Date? = null
open var LocationImage:String? = null
}
open class MaterialResponse
{
open var ResponseStatus:ResponseStatus? = null
open var Material:ArrayList<Material> = ArrayList<Material>()
}
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 /v1/Material HTTP/1.1
Host: api.dev.dynamics.trendsic.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<MaterialRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<Material>
<Material>
<Active>false</Active>
<BarCode>String</BarCode>
<Cost>0</Cost>
<CreatedByUID>00000000-0000-0000-0000-000000000000</CreatedByUID>
<DeliveryDate>0001-01-01T00:00:00</DeliveryDate>
<DetailsURL>String</DetailsURL>
<ImageURL>String</ImageURL>
<Manufacturer>String</Manufacturer>
<MaterialDescription>String</MaterialDescription>
<MaterialID>0</MaterialID>
<MaterialLocation>String</MaterialLocation>
<MaterialName>String</MaterialName>
<MaterialStatusID>0</MaterialStatusID>
<MaterialStatusName>String</MaterialStatusName>
<MaterialTypeID>0</MaterialTypeID>
<MaterialTypeName>String</MaterialTypeName>
<Notes>String</Notes>
<OnSiteDate>0001-01-01T00:00:00</OnSiteDate>
<OrderDate>0001-01-01T00:00:00</OrderDate>
<Projects>
<Project>
<ActualEndDate>0001-01-01T00:00:00</ActualEndDate>
<ActualStartDate>0001-01-01T00:00:00</ActualStartDate>
<BranchId>00000000-0000-0000-0000-000000000000</BranchId>
<BranchName>String</BranchName>
<Budget>0</Budget>
<ClientContactID>0</ClientContactID>
<ClientEmail>String</ClientEmail>
<ClientName>String</ClientName>
<ClientPhone>String</ClientPhone>
<CostToDate>0</CostToDate>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CreatedBy>String</CreatedBy>
<CrewAvatarsJson>String</CrewAvatarsJson>
<CrewMemberCount>0</CrewMemberCount>
<CrewNamesSearch>String</CrewNamesSearch>
<EndDate>0001-01-01T00:00:00</EndDate>
<EquipmentCount>0</EquipmentCount>
<ImageKey>String</ImageKey>
<ImageURL>String</ImageURL>
<JobCount>0</JobCount>
<Location>
<Active>false</Active>
<Address1>String</Address1>
<Address2>String</Address2>
<City>String</City>
<ClientId>00000000-0000-0000-0000-000000000000</ClientId>
<Email>String</Email>
<EntDate>0001-01-01T00:00:00</EntDate>
<Fax>String</Fax>
<Id>00000000-0000-0000-0000-000000000000</Id>
<LocationImage>String</LocationImage>
<ModDate>0001-01-01T00:00:00</ModDate>
<Name>String</Name>
<Phone>String</Phone>
<State>String</State>
<TimeZone>String</TimeZone>
<URL>String</URL>
<Zip>String</Zip>
</Location>
<MaterialCount>0</MaterialCount>
<NotifyCustomerOnVisitCompletion>false</NotifyCustomerOnVisitCompletion>
<ProjectDescription>String</ProjectDescription>
<ProjectID>0</ProjectID>
<ProjectLocation>String</ProjectLocation>
<ProjectManagerID>0</ProjectManagerID>
<ProjectManagerName>String</ProjectManagerName>
<ProjectName>String</ProjectName>
<ProjectSponsor>String</ProjectSponsor>
<ProjectStatusDescription>String</ProjectStatusDescription>
<ProjectStatusID>0</ProjectStatusID>
<ProjectType>String</ProjectType>
<ProjectUID>00000000-0000-0000-0000-000000000000</ProjectUID>
<Scope>String</Scope>
<StartDate>0001-01-01T00:00:00</StartDate>
<StatusId>0</StatusId>
<UpdatedAt>0001-01-01T00:00:00</UpdatedAt>
</Project>
</Projects>
<Quantity>0</Quantity>
<RecordCreatedDate>0001-01-01T00:00:00</RecordCreatedDate>
<SerialNumber>String</SerialNumber>
<StatusId>0</StatusId>
<Supplier>String</Supplier>
<TrackingInfo>String</TrackingInfo>
</Material>
</Material>
<MaterialID>0</MaterialID>
</MaterialRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<MaterialResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.AgencyPlatform.API.Internal">
<Material>
<Material>
<Active>false</Active>
<BarCode>String</BarCode>
<Cost>0</Cost>
<CreatedByUID>00000000-0000-0000-0000-000000000000</CreatedByUID>
<DeliveryDate>0001-01-01T00:00:00</DeliveryDate>
<DetailsURL>String</DetailsURL>
<ImageURL>String</ImageURL>
<Manufacturer>String</Manufacturer>
<MaterialDescription>String</MaterialDescription>
<MaterialID>0</MaterialID>
<MaterialLocation>String</MaterialLocation>
<MaterialName>String</MaterialName>
<MaterialStatusID>0</MaterialStatusID>
<MaterialStatusName>String</MaterialStatusName>
<MaterialTypeID>0</MaterialTypeID>
<MaterialTypeName>String</MaterialTypeName>
<Notes>String</Notes>
<OnSiteDate>0001-01-01T00:00:00</OnSiteDate>
<OrderDate>0001-01-01T00:00:00</OrderDate>
<Projects>
<Project>
<ActualEndDate>0001-01-01T00:00:00</ActualEndDate>
<ActualStartDate>0001-01-01T00:00:00</ActualStartDate>
<BranchId>00000000-0000-0000-0000-000000000000</BranchId>
<BranchName>String</BranchName>
<Budget>0</Budget>
<ClientContactID>0</ClientContactID>
<ClientEmail>String</ClientEmail>
<ClientName>String</ClientName>
<ClientPhone>String</ClientPhone>
<CostToDate>0</CostToDate>
<CreatedAt>0001-01-01T00:00:00</CreatedAt>
<CreatedBy>String</CreatedBy>
<CrewAvatarsJson>String</CrewAvatarsJson>
<CrewMemberCount>0</CrewMemberCount>
<CrewNamesSearch>String</CrewNamesSearch>
<EndDate>0001-01-01T00:00:00</EndDate>
<EquipmentCount>0</EquipmentCount>
<ImageKey>String</ImageKey>
<ImageURL>String</ImageURL>
<JobCount>0</JobCount>
<Location>
<Active>false</Active>
<Address1>String</Address1>
<Address2>String</Address2>
<City>String</City>
<ClientId>00000000-0000-0000-0000-000000000000</ClientId>
<Email>String</Email>
<EntDate>0001-01-01T00:00:00</EntDate>
<Fax>String</Fax>
<Id>00000000-0000-0000-0000-000000000000</Id>
<LocationImage>String</LocationImage>
<ModDate>0001-01-01T00:00:00</ModDate>
<Name>String</Name>
<Phone>String</Phone>
<State>String</State>
<TimeZone>String</TimeZone>
<URL>String</URL>
<Zip>String</Zip>
</Location>
<MaterialCount>0</MaterialCount>
<NotifyCustomerOnVisitCompletion>false</NotifyCustomerOnVisitCompletion>
<ProjectDescription>String</ProjectDescription>
<ProjectID>0</ProjectID>
<ProjectLocation>String</ProjectLocation>
<ProjectManagerID>0</ProjectManagerID>
<ProjectManagerName>String</ProjectManagerName>
<ProjectName>String</ProjectName>
<ProjectSponsor>String</ProjectSponsor>
<ProjectStatusDescription>String</ProjectStatusDescription>
<ProjectStatusID>0</ProjectStatusID>
<ProjectType>String</ProjectType>
<ProjectUID>00000000-0000-0000-0000-000000000000</ProjectUID>
<Scope>String</Scope>
<StartDate>0001-01-01T00:00:00</StartDate>
<StatusId>0</StatusId>
<UpdatedAt>0001-01-01T00:00:00</UpdatedAt>
</Project>
</Projects>
<Quantity>0</Quantity>
<RecordCreatedDate>0001-01-01T00:00:00</RecordCreatedDate>
<SerialNumber>String</SerialNumber>
<StatusId>0</StatusId>
<Supplier>String</Supplier>
<TrackingInfo>String</TrackingInfo>
</Material>
</Material>
<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>
</MaterialResponse>