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": "19931650-a5ad-4583-809e-fadf4904f49e",
"MandantId": "4ed2e1b3-8513-42c8-bd2e-d473a8ab82e0",
"Sort": 3,
"Title": "sample string 4",
"Text": "sample string 5",
"ImageUrl": "sample string 6",
"Language": "sample string 7"
},
{
"$ref": "1"
}
]