getListChannelQuoteDefaults
getListChannelQuoteDefaults
Overview
This method returns the quote defaults for a specified channel.
This method requires the ChannelQuoteDefaults:Get permission to be associated with your role.
Permissions
The permission for this api is stored in [gb_api_permissions]permission as 'ChannelQuoteDefaults:Get'.
Only roles with a stored link to this permission in [gb_role_api_permissions] can run this api.
HTTP Method
Use the HTTP Method 'GET' for consuming this web service.
URL Examples
https://api.demo.catch-e.com/qt/channel/defaults https://api.{{environment}}.catch-e.com/qt/channel/defaults https://api.test.catch-e.com/qt/channel/defaults Query Parameters
Response Details
Success
200 - OK
{ "_links": { "self": { "href": "https://api.catch-e.loc/qt/channel/defaults/1234" }, "channel": { "href": "https://api.catch-e.loc/fm/channels/56" } }, "channel_default_id": "1234", "channel_id": "56", "novated_management_fee": 150.0, "operating_management_fee": 120.0, "supplier_id_financier": "78", "novated_commission_rate": 1.25, "contract_pay_cycle_from_quote_flag": "no", "finance_budget_term_deferred_flag": "no", "periods_deferred": 0, "report_finance_payments_flag": "no" } Error Response Details
{ "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "Unauthorized", "status": 401, "detail": "Unauthorized" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "Forbidden", "status": 403, "detail": "Forbidden" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "Not Found", "status": 404, "detail": "Not Found" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "Not Acceptable", "status": 406, "detail": "Not Acceptable" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "Conflict", "status": 409, "detail": "Conflict" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "string", "status": 599, "detail": "string" } { "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html", "title": "string", "status": 599, "detail": "string" }