GET api/profiles/detail/{id}

Vrací detail konkrétního tarifu podle jeho identifikátoru.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.