Name | Description |
---|---|
short string query ) | Return only ID and Name of the RateCards Available values : true, falseDefault value : 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 Default value : name |
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 * required object (body) | Example Value | Model
application/json |
offset integer (query) | The first record of the page. Default is set to 0. Default value : 0 |
limit integer (query) | The number of records on the page. Default is set to 20. Default value : 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, descDefault value : asc |
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_byDefault value : name |
Code | Description |
---|---|
200 | Successfully Retrieved the applicable ratecard
Example Value | Model
|
404 | RateCard not found
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
application/json |
action string (query) | What kind of update action are you performing Available values : set, pull, pushDefault value : set |
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
201 | Success
|
Name | Description |
---|---|
payload * required object (body) | Example Value | Model
application/json |
rc_id * required string (path) | rc_id |
Code | Description |
---|---|
200 | Replaced
Example Value | Model
|