Routing Rate Groups API

associate rateplans with rate group

POST /api/rest/admin/rate-groups/456329901/relationships/rateplans

Parameters

Name Description
data The rate plans to be associated with the rate group

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE4NiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0MX0.hhCN-gbu49J6wTTk5QgPhr_V5q7SReeTPe7fGI3D5f4
Host: example.org
Cookie: 

Route

POST /api/rest/admin/rate-groups/456329901/relationships/rateplans

Body

{"data":[{"type":"rateplans","id":"20"}]}

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
vary: Accept
cache-control: no-cache
x-request-id: 0dda6715-974c-4230-bedc-395a91f61010
x-runtime: 0.016809

Status

204 No Content