Rateplans API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NCwiZXhwIjoxNzY3MzU4MDM3fQ.7R0HeucBXHyfK4bMfFdxJC0jnOYpdWB6wL-ZD35sxDc
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rateplans/0797b6f6-e7d9-11f0-932e-0a63caf27539

Response

Headers

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/"671ba2e14624303611df6fbddf988a3c"
cache-control: max-age=0, private, must-revalidate
x-request-id: b281f570-86aa-43de-8ceb-b27efb53b7fa
x-runtime: 0.006957
content-length: 214

Status

200 OK

Body

{
  "data": {
    "id": "0797b6f6-e7d9-11f0-932e-0a63caf27539",
    "type": "rateplans",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rateplans/0797b6f6-e7d9-11f0-932e-0a63caf27539"
    },
    "attributes": {
      "name": "rateplan26"
    }
  }
}