Name | Description |
---|---|
short string (query) | Return only ID and Name of the RateCards Available values : true, false |
offset integer query ) | The first record of the page. Default is set to 0. |
limit integer query ) | The number of records on the page. Default is set to 20. |
sort_order string (query) | Sort the records in ascending or descending order. The default order is asc. Allowed values: asc or desc. Available values : asc, desc |
sort_by string query ) | Sorting the records can be applied on specific field. Default value is asc. Available values : name, client_id, updated_at, updated_by, created_at, created_by |
Code | Description |
---|---|
200 | Successfully Retrieved all the ratecards
Example Value | Model
|
404 | RateCard not found
Example Value | Model
|
Name | Description |
---|---|
payload *required object body ) | Example Value | Model
application/json |
Code | Description |
---|---|
201 | Success
Example Value | Model
|
400 | Bad Request
Example Value | Model
|
Name | Description |
---|---|
payload * object ( body ) | Example Value | Model
application/json |
offset integer (query) | The first record of the page. Default is set to 0. |
limit integer query ) | The number of records on the page. Default is set to 20. |
sort_order string (query) | Sort the records in ascending or descending order. The default order is asc. Allowed values: asc or desc. Available values : asc, desc |
sort_by string query ) | Sorting the records can be applied on specific field. Default value is asc. Available values : name, client_id, updated_at, updated_by, created_at, created_by |
Code | Description |
---|---|
200 | Successfully Retrieved the applicable ratecard
Example Value | Model
|
404 | RateCard not found
Example Value | Model
|
Code | Description |
---|---|
200 | Success |
Name | Description |
---|---|
group_id string (query) | Executing a Group |
plan_id string (query) | Executing a Pla |
Code | Description |
---|---|
200 | Success |
400 | No result for given Input Data
Example Value | Model
|
Name | Description |
---|---|
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
200 | Deleted
Example Value | Model
|
Name | Description |
---|---|
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
200 | Get details for a specified RateCard ID Example Value | Model
|
404 | RateCard not found
Example Value | Model
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
|
action string (query) | What kind of update action are you performing Available values : set, pull, push |
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
201 | Success
Example Value | Model
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
Parameter content type: application/json |
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
200 | Replaced
Example Value | Model
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
application/json |
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | No result for given Input Data
Example Value | Model
|
404 | The RateCard Not Found
Example Value | Model
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
|
rc_id * required string (path) | rc_id |
plan_id * string (path) | plan_id |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | No result for given Input Data
Example Value | Model
|
404 | The Plan Not Found for given RateCard
Example Value | Model
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
application/json |
rc_id * string (path) | rc_id |
plan_id * string (path) | plan_id |
group_id * string (path) | group_id |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | No result for given Input Data
Example Value | Model
|
404 | The Group Not Found for given RateCard
Example Value | Model
|