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": "af6b3dab-107e-4554-af1f-f63fe9d62007",
"MandantId": "fcb13367-0b00-49ca-a8bd-83fbe2ea7460",
"Sort": 3,
"Title": "sample string 4",
"Text": "sample string 5",
"ImageUrl": "sample string 6",
"Language": "sample string 7"
},
{
"$ref": "1"
}
]