Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE4OCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0MX0.F8bX96pnf7P5aXRg3K3yQCBO4J_gpHuhQiy13ewz6jc Host: example.org Cookie:
GET /api/rest/admin/rateplans/23
x-frame-options: SAMEORIGIN x-xss-protection: 0 x-content-type-options: nosniff x-permitted-cross-domain-policies: none referrer-policy: strict-origin-when-cross-origin content-type: application/vnd.api+json vary: Accept etag: W/"057d4d25c4841166756c3a1bb72e666e" cache-control: max-age=0, private, must-revalidate x-request-id: acb5e316-e0c6-46d6-b06a-8f80d1f97634 x-runtime: 0.005241 content-length: 282
200 OK
{
"data": {
"id": "23",
"type": "rateplans",
"links": {
"self": "http://example.org/api/rest/admin/rateplans/23"
},
"attributes": {
"name": "rateplan10",
"profit-control-mode-id": 2
},
"relationships": {
"rate-groups": {
"links": {
"related": "http://example.org/api/rest/admin/rateplans/23/rate-groups"
}
}
}
}
}