GET /v1/paymentmethod/5/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "id": "5",
    "name": {
        "fi": "Verkkomaksu",
        "sv": "Onlinebetalning",
        "en": "Online Payment"
    },
    "@id": "https://testilinkedevents-api.turku.fi/v1/paymentmethod/5/?format=api",
    "@context": "http://schema.org",
    "@type": "PaymentMethod"
}