GET api/FileTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FileType
NameDescriptionTypeAdditional information
WorkflowEvent

WorkflowEvent

None.

IsClaim

boolean

None.

IsCase

boolean

None.

IsCustomerPurchaseOrder

boolean

None.

IsServiceProviderInvoice

boolean

None.

IsCompany

boolean

None.

IsBroker

boolean

None.

IsPicture

boolean

None.

Id

integer

None.

Description

string

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WorkflowEvent": 1,
    "IsClaim": true,
    "IsCase": true,
    "IsCustomerPurchaseOrder": true,
    "IsServiceProviderInvoice": true,
    "IsCompany": true,
    "IsBroker": true,
    "IsPicture": true,
    "Id": 8,
    "Description": "sample string 9",
    "IsDeleted": true
  },
  {
    "WorkflowEvent": 1,
    "IsClaim": true,
    "IsCase": true,
    "IsCustomerPurchaseOrder": true,
    "IsServiceProviderInvoice": true,
    "IsCompany": true,
    "IsBroker": true,
    "IsPicture": true,
    "Id": 8,
    "Description": "sample string 9",
    "IsDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfFileType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data.Lookups">
  <FileType>
    <Description xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">sample string 9</Description>
    <Id xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">8</Id>
    <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">true</IsDeleted>
    <IsBroker>true</IsBroker>
    <IsCase>true</IsCase>
    <IsClaim>true</IsClaim>
    <IsCompany>true</IsCompany>
    <IsCustomerPurchaseOrder>true</IsCustomerPurchaseOrder>
    <IsPicture>true</IsPicture>
    <IsServiceProviderInvoice>true</IsServiceProviderInvoice>
    <WorkflowEvent>PurchaseOrderUploaded</WorkflowEvent>
  </FileType>
  <FileType>
    <Description xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">sample string 9</Description>
    <Id xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">8</Id>
    <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">true</IsDeleted>
    <IsBroker>true</IsBroker>
    <IsCase>true</IsCase>
    <IsClaim>true</IsClaim>
    <IsCompany>true</IsCompany>
    <IsCustomerPurchaseOrder>true</IsCustomerPurchaseOrder>
    <IsPicture>true</IsPicture>
    <IsServiceProviderInvoice>true</IsServiceProviderInvoice>
    <WorkflowEvent>PurchaseOrderUploaded</WorkflowEvent>
  </FileType>
</ArrayOfFileType>