get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/ac8f2b0a-a26e-11ef-a008-0242ac120003
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "ac8f2b0a-a26e-11ef-a008-0242ac120003",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/ac8f2b0a-a26e-11ef-a008-0242ac120003"
},
"attributes": {
"prefix": "",
"initial-rate": "0.0",
"initial-interval": 60,
"next-rate": "0.0",
"next-interval": 60,
"connect-fee": "0.0",
"reject-calls": false,
"valid-from": "2024-11-13T09:56:09.687Z",
"valid-till": "2024-11-15T09:56:09.687Z",
"network-prefix-id": null
}
}
}