Rateplans API

get specific entry

GET /api/rest/customer/v1/rateplans/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM1LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg3fQ.lRfEKLt9j92m3Q4Jd2Q-QnGcqcz1OKN1xUSNU8hPGuk
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/4cd224c4-445e-11ef-b3ec-0242ac120003

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"d548d3de2f2fd6b64dbac13e306c70fa"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c617d4a9-02d1-405a-84dd-64ad709713c6
X-Runtime: 0.007689
Content-Length: 214

Status

200 OK

Body

{
  "data": {
    "id": "4cd224c4-445e-11ef-b3ec-0242ac120003",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/4cd224c4-445e-11ef-b3ec-0242ac120003"
    },
    "attributes": {
      "name": "rateplan17"
    }
  }
}