GET api/Preis/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Preis| Name | Description | Type | Additional information |
|---|---|---|---|
| PriceId | globally unique identifier |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Sort | integer |
None. |
|
| Title | string |
None. |
|
| Text | string |
None. |
|
| ImageUrl | string |
None. |
|
| Language | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"PriceId": "b58d82e4-638e-4d68-ad11-573760696241",
"MandantId": "5a9dba19-c94f-4af8-98b3-3d1f14a30f6b",
"Sort": 3,
"Title": "sample string 4",
"Text": "sample string 5",
"ImageUrl": "sample string 6",
"Language": "sample string 7"
},
{
"$ref": "1"
}
]