TaxComm Platform Service

<back to all web services

EquipmentRequest

The following routes are available for this service:
GET,POST,PUT,DELETE,OPTIONS/v1/Equipment/{EquipmentID}
GET,POST,PUT,DELETE,OPTIONS/v1/Equipment

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/EquipmentRequest HTTP/1.1 
Host: taxcommapi.trendsic.net 
Content-Type: text/csv
Content-Length: length

EquipmentID,Equipment
0,"[{EquipmentID:0,EquipmentName:String,EquipmentTypeID:0,Manufacturer:String,EquipmentType:String,SerialNumber:String,BarCode:String,EquipmentLocation:String,ImageURL:String,ProductDetailsURL:String,RecordCreatedDate:0001-01-01,CreatedByUID:00000000000000000000000000000000,Active:False,Notes:String}]"

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

ResponseStatus,Equipment
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{EquipmentID:0,EquipmentName:String,EquipmentTypeID:0,Manufacturer:String,EquipmentType:String,SerialNumber:String,BarCode:String,EquipmentLocation:String,ImageURL:String,ProductDetailsURL:String,RecordCreatedDate:0001-01-01,CreatedByUID:00000000000000000000000000000000,Active:False,Notes:String}]"