GET api/profiles/detail/{id}
Vrací detail konkrétního tarifu podle jeho identifikátoru.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Identifikátor tarifu (Guid). |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Objekt typu PublicProfileDto nebo 404 Not Found, pokud tarif neexistuje.
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.