GET api/Device/DeviceRepairmentType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Repairment_Case_Type
NameDescriptionTypeAdditional information
Type_ID

string

None.

Type_Name

string

None.

Type_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type_ID": "sample string 1",
    "Type_Name": "sample string 2",
    "Type_Description": "sample string 3"
  },
  {
    "Type_ID": "sample string 1",
    "Type_Name": "sample string 2",
    "Type_Description": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRepairment_Case_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <Repairment_Case_Type>
    <Type_Description>sample string 3</Type_Description>
    <Type_ID>sample string 1</Type_ID>
    <Type_Name>sample string 2</Type_Name>
  </Repairment_Case_Type>
  <Repairment_Case_Type>
    <Type_Description>sample string 3</Type_Description>
    <Type_ID>sample string 1</Type_ID>
    <Type_Name>sample string 2</Type_Name>
  </Repairment_Case_Type>
</ArrayOfRepairment_Case_Type>