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": "db7df367-23b2-421b-b047-6f3e8d038e7b",
"MandantId": "01e2d996-c2de-4e2d-8d73-e4d94d00b1b2",
"Sort": 3,
"Title": "sample string 4",
"Text": "sample string 5",
"ImageUrl": "sample string 6",
"Language": "sample string 7"
},
{
"$ref": "1"
}
]