GET api/TYPST/GetTYPs?r={r}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
r

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Typs
NameDescriptionTypeAdditional information
Idtyp

integer

None.

Typtlp

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Idtyp": 1,
    "Typtlp": "sample string 2"
  },
  {
    "Idtyp": 1,
    "Typtlp": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTyps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrderServices.Models">
  <Typs>
    <Idtyp>1</Idtyp>
    <Typtlp>sample string 2</Typtlp>
  </Typs>
  <Typs>
    <Idtyp>1</Idtyp>
    <Typtlp>sample string 2</Typtlp>
  </Typs>
</ArrayOfTyps>