GET api/Terms

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "terms_id": "sample string 1",
    "terms_desc": "sample string 2"
  },
  {
    "terms_id": "sample string 1",
    "terms_desc": "sample string 2"
  },
  {
    "terms_id": "sample string 1",
    "terms_desc": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTermsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epicor.Models">
  <TermsViewModel>
    <terms_desc>sample string 2</terms_desc>
    <terms_id>sample string 1</terms_id>
  </TermsViewModel>
  <TermsViewModel>
    <terms_desc>sample string 2</terms_desc>
    <terms_id>sample string 1</terms_id>
  </TermsViewModel>
  <TermsViewModel>
    <terms_desc>sample string 2</terms_desc>
    <terms_id>sample string 1</terms_id>
  </TermsViewModel>
</ArrayOfTermsViewModel>