This method will auto-generate an ID and create a new fee. If an ID is specified for the fee, an error will be thrown.
The fee that you would like to be saved.
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
This method will scan all fees and and return them to the caller.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/fees/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
]
This method will look up a fee by the specified ID and return it back.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/fees/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
This method will update an existing fee with the specified ID.
The updated fee that will be saved.
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
This method will patch an existing fee with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "type": "certifications-fees",
- "name": "string",
- "business_unit_id": "string",
- "price": 0,
- "member_price": 0,
- "enable_cancellation_fees": true,
- "cancellation_fee": 0,
- "enable_purchasing_eligibility": true,
- "purchasing_eligibility_criteria": {
- "customer_type": "contact",
- "members": true,
- "non_members": true,
- "member_options": {
- "member_type_ids": [
- "string"
], - "member_package_ids": [
- "string"
], - "member_statuses": [
- "active"
], - "member_status_reason_ids": [
- "string"
], - "section_members": true,
- "section_member_options": {
- "section_ids": [
- "string"
], - "section_type_ids": [
- "string"
]
}, - "chapter_members": true,
- "chapter_member_options": {
- "chapter_ids": [
- "string"
], - "chapter_type_ids": [
- "string"
]
}
}, - "committee_members": true,
- "committee_member_options": {
- "committee_ids": [
- "string"
], - "committee_type_ids": [
- "string"
], - "committee_position_ids": [
- "string"
]
}, - "certificants": true,
- "certification_options": {
- "program_ids": [
- "string"
]
}, - "minimum_age": 0,
- "maximum_age": 0
}, - "allow_customer_to_choose_installment_plan": true,
- "enable_bundled_products": true,
- "installment_plan_options": [
- {
- "installment_plan_id": "string",
- "additional_cost": 0,
- "is_default": true
}
], - "foreign_currency_prices": [
- {
- "currency_code": "AED",
- "price": 0,
- "member_price": 0,
- "cancellation_fee": 0,
- "restocking_fee": 0
}
], - "is_active": true,
- "bundled_products": [
- {
- "type": "bundled product",
- "product_type": "string",
- "product_id": "string",
- "quantity": 0
}
], - "bundled_products_inventory_handling": "bundle",
- "publish_to_portal": true,
- "portal_options": {
- "available_from": "2019-08-24T14:15:22Z",
- "available_until": "2019-08-24T14:15:22Z"
}, - "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_directive": "string"
}
This method will delete a fee with the specified ID.
curl -i -X DELETE \ https://certifications.api.756794052567.rhythmsoftware.com/fees/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"