GET api/BehaviourVice/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BehaviourVice
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Option

BehaviourViceOption

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "454e010c-8789-46a3-995c-bf24d2548843",
    "Name": "sample string 2",
    "Option": 0
  },
  {
    "Id": "454e010c-8789-46a3-995c-bf24d2548843",
    "Name": "sample string 2",
    "Option": 0
  }
]

application/xml, text/xml

Sample:
<ArrayOfBehaviourVice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
  <BehaviourVice>
    <Id>454e010c-8789-46a3-995c-bf24d2548843</Id>
    <Name>sample string 2</Name>
    <Option>Behaviour</Option>
  </BehaviourVice>
  <BehaviourVice>
    <Id>454e010c-8789-46a3-995c-bf24d2548843</Id>
    <Name>sample string 2</Name>
    <Option>Behaviour</Option>
  </BehaviourVice>
</ArrayOfBehaviourVice>