GET api/Reference/AsysDesignWay

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of REFFASYSDESIGNWAY
NameDescriptionTypeAdditional information
ID

decimal number

None.

DESCRIPTION

string

None.

FAFLAG

decimal number

None.

SORTORDER

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1.0,
    "DESCRIPTION": "sample string 2",
    "FAFLAG": 3.0,
    "SORTORDER": 1.0
  },
  {
    "ID": 1.0,
    "DESCRIPTION": "sample string 2",
    "FAFLAG": 3.0,
    "SORTORDER": 1.0
  }
]

text/xml

Sample:
<ArrayOfREFFASYSDESIGNWAY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRASHAPI.Models">
  <REFFASYSDESIGNWAY>
    <DESCRIPTION>sample string 2</DESCRIPTION>
    <FAFLAG>3</FAFLAG>
    <ID>1</ID>
    <SORTORDER>1</SORTORDER>
  </REFFASYSDESIGNWAY>
  <REFFASYSDESIGNWAY>
    <DESCRIPTION>sample string 2</DESCRIPTION>
    <FAFLAG>3</FAFLAG>
    <ID>1</ID>
    <SORTORDER>1</SORTORDER>
  </REFFASYSDESIGNWAY>
</ArrayOfREFFASYSDESIGNWAY>