Skip to content

Instantly share code, notes, and snippets.

@KevinDanikowski
Created March 13, 2021 22:30
Show Gist options
  • Save KevinDanikowski/a730dadd115b5576770d29ebe9742798 to your computer and use it in GitHub Desktop.
Save KevinDanikowski/a730dadd115b5576770d29ebe9742798 to your computer and use it in GitHub Desktop.
chargebee functions object JSON - v2.6.5
{
"subscription":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"create_for_customer":{
"methodName":"create_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/subscriptions",
"hasIdInUrl":true,
"isListReq":false
},
"create_with_items":{
"methodName":"create_with_items",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/subscription_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"subscriptions_for_customer":{
"methodName":"subscriptions_for_customer",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/subscriptions",
"hasIdInUrl":true,
"isListReq":false
},
"contract_terms_for_subscription":{
"methodName":"contract_terms_for_subscription",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/contract_terms",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"retrieve_with_scheduled_changes":{
"methodName":"retrieve_with_scheduled_changes",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/retrieve_with_scheduled_changes",
"hasIdInUrl":true,
"isListReq":false
},
"remove_scheduled_changes":{
"methodName":"remove_scheduled_changes",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_scheduled_changes",
"hasIdInUrl":true,
"isListReq":false
},
"remove_scheduled_cancellation":{
"methodName":"remove_scheduled_cancellation",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_scheduled_cancellation",
"hasIdInUrl":true,
"isListReq":false
},
"remove_coupons":{
"methodName":"remove_coupons",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_coupons",
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update_for_items":{
"methodName":"update_for_items",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/update_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"change_term_end":{
"methodName":"change_term_end",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/change_term_end",
"hasIdInUrl":true,
"isListReq":false
},
"reactivate":{
"methodName":"reactivate",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/reactivate",
"hasIdInUrl":true,
"isListReq":false
},
"add_charge_at_term_end":{
"methodName":"add_charge_at_term_end",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/add_charge_at_term_end",
"hasIdInUrl":true,
"isListReq":false
},
"charge_addon_at_term_end":{
"methodName":"charge_addon_at_term_end",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/charge_addon_at_term_end",
"hasIdInUrl":true,
"isListReq":false
},
"charge_future_renewals":{
"methodName":"charge_future_renewals",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/charge_future_renewals",
"hasIdInUrl":true,
"isListReq":false
},
"edit_advance_invoice_schedule":{
"methodName":"edit_advance_invoice_schedule",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/edit_advance_invoice_schedule",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve_advance_invoice_schedule":{
"methodName":"retrieve_advance_invoice_schedule",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/retrieve_advance_invoice_schedule",
"hasIdInUrl":true,
"isListReq":false
},
"remove_advance_invoice_schedule":{
"methodName":"remove_advance_invoice_schedule",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_advance_invoice_schedule",
"hasIdInUrl":true,
"isListReq":false
},
"regenerate_invoice":{
"methodName":"regenerate_invoice",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/regenerate_invoice",
"hasIdInUrl":true,
"isListReq":false
},
"import_subscription":{
"methodName":"import_subscription",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/import_subscription",
"hasIdInUrl":false,
"isListReq":false
},
"import_for_customer":{
"methodName":"import_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/import_subscription",
"hasIdInUrl":true,
"isListReq":false
},
"import_contract_term":{
"methodName":"import_contract_term",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/import_contract_term",
"hasIdInUrl":true,
"isListReq":false
},
"import_for_items":{
"methodName":"import_for_items",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/import_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"override_billing_profile":{
"methodName":"override_billing_profile",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/override_billing_profile",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"pause":{
"methodName":"pause",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/pause",
"hasIdInUrl":true,
"isListReq":false
},
"cancel":{
"methodName":"cancel",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/cancel",
"hasIdInUrl":true,
"isListReq":false
},
"cancel_for_items":{
"methodName":"cancel_for_items",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/cancel_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"resume":{
"methodName":"resume",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/resume",
"hasIdInUrl":true,
"isListReq":false
},
"remove_scheduled_pause":{
"methodName":"remove_scheduled_pause",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_scheduled_pause",
"hasIdInUrl":true,
"isListReq":false
},
"remove_scheduled_resumption":{
"methodName":"remove_scheduled_resumption",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/remove_scheduled_resumption",
"hasIdInUrl":true,
"isListReq":false
}
},
"contract_term":{
},
"advance_invoice_schedule":{
},
"customer":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update_payment_method":{
"methodName":"update_payment_method",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/update_payment_method",
"hasIdInUrl":true,
"isListReq":false
},
"update_billing_info":{
"methodName":"update_billing_info",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/update_billing_info",
"hasIdInUrl":true,
"isListReq":false
},
"contacts_for_customer":{
"methodName":"contacts_for_customer",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/contacts",
"hasIdInUrl":true,
"isListReq":false
},
"assign_payment_role":{
"methodName":"assign_payment_role",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/assign_payment_role",
"hasIdInUrl":true,
"isListReq":false
},
"add_contact":{
"methodName":"add_contact",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/add_contact",
"hasIdInUrl":true,
"isListReq":false
},
"update_contact":{
"methodName":"update_contact",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/update_contact",
"hasIdInUrl":true,
"isListReq":false
},
"delete_contact":{
"methodName":"delete_contact",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/delete_contact",
"hasIdInUrl":true,
"isListReq":false
},
"add_promotional_credits":{
"methodName":"add_promotional_credits",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/add_promotional_credits",
"hasIdInUrl":true,
"isListReq":false
},
"deduct_promotional_credits":{
"methodName":"deduct_promotional_credits",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/deduct_promotional_credits",
"hasIdInUrl":true,
"isListReq":false
},
"set_promotional_credits":{
"methodName":"set_promotional_credits",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/set_promotional_credits",
"hasIdInUrl":true,
"isListReq":false
},
"record_excess_payment":{
"methodName":"record_excess_payment",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/record_excess_payment",
"hasIdInUrl":true,
"isListReq":false
},
"collect_payment":{
"methodName":"collect_payment",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/collect_payment",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"move":{
"methodName":"move",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/move",
"hasIdInUrl":false,
"isListReq":false
},
"change_billing_date":{
"methodName":"change_billing_date",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/change_billing_date",
"hasIdInUrl":true,
"isListReq":false
},
"merge":{
"methodName":"merge",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/merge",
"hasIdInUrl":false,
"isListReq":false
},
"clear_personal_data":{
"methodName":"clear_personal_data",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/clear_personal_data",
"hasIdInUrl":true,
"isListReq":false
},
"relationships":{
"methodName":"relationships",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/relationships",
"hasIdInUrl":true,
"isListReq":false
},
"delete_relationship":{
"methodName":"delete_relationship",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/delete_relationship",
"hasIdInUrl":true,
"isListReq":false
},
"hierarchy":{
"methodName":"hierarchy",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/hierarchy",
"hasIdInUrl":true,
"isListReq":false
},
"update_hierarchy_settings":{
"methodName":"update_hierarchy_settings",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/update_hierarchy_settings",
"hasIdInUrl":true,
"isListReq":false
}
},
"hierarchy":{
},
"contact":{
},
"token":{
},
"payment_source":{
"create_using_temp_token":{
"methodName":"create_using_temp_token",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_using_temp_token",
"hasIdInUrl":false,
"isListReq":false
},
"create_using_permanent_token":{
"methodName":"create_using_permanent_token",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_using_permanent_token",
"hasIdInUrl":false,
"isListReq":false
},
"create_using_token":{
"methodName":"create_using_token",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_using_token",
"hasIdInUrl":false,
"isListReq":false
},
"create_using_payment_intent":{
"methodName":"create_using_payment_intent",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_using_payment_intent",
"hasIdInUrl":false,
"isListReq":false
},
"create_card":{
"methodName":"create_card",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_card",
"hasIdInUrl":false,
"isListReq":false
},
"create_bank_account":{
"methodName":"create_bank_account",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/create_bank_account",
"hasIdInUrl":false,
"isListReq":false
},
"update_card":{
"methodName":"update_card",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/update_card",
"hasIdInUrl":true,
"isListReq":false
},
"verify_bank_account":{
"methodName":"verify_bank_account",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/verify_bank_account",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/payment_sources",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/payment_sources",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"switch_gateway_account":{
"methodName":"switch_gateway_account",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/switch_gateway_account",
"hasIdInUrl":true,
"isListReq":false
},
"export_payment_source":{
"methodName":"export_payment_source",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/export_payment_source",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"delete_local":{
"methodName":"delete_local",
"httpMethod":"POST",
"urlPrefix":"/payment_sources",
"urlSuffix":"/delete_local",
"hasIdInUrl":true,
"isListReq":false
}
},
"third_party_payment_method":{
},
"virtual_bank_account":{
"create_using_permanent_token":{
"methodName":"create_using_permanent_token",
"httpMethod":"POST",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":"/create_using_permanent_token",
"hasIdInUrl":false,
"isListReq":false
},
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"delete_local":{
"methodName":"delete_local",
"httpMethod":"POST",
"urlPrefix":"/virtual_bank_accounts",
"urlSuffix":"/delete_local",
"hasIdInUrl":true,
"isListReq":false
}
},
"card":{
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/cards",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update_card_for_customer":{
"methodName":"update_card_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/credit_card",
"hasIdInUrl":true,
"isListReq":false
},
"switch_gateway_for_customer":{
"methodName":"switch_gateway_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/switch_gateway",
"hasIdInUrl":true,
"isListReq":false
},
"copy_card_for_customer":{
"methodName":"copy_card_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/copy_card",
"hasIdInUrl":true,
"isListReq":false
},
"delete_card_for_customer":{
"methodName":"delete_card_for_customer",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/delete_card",
"hasIdInUrl":true,
"isListReq":false
}
},
"promotional_credit":{
"add":{
"methodName":"add",
"httpMethod":"POST",
"urlPrefix":"/promotional_credits",
"urlSuffix":"/add",
"hasIdInUrl":false,
"isListReq":false
},
"deduct":{
"methodName":"deduct",
"httpMethod":"POST",
"urlPrefix":"/promotional_credits",
"urlSuffix":"/deduct",
"hasIdInUrl":false,
"isListReq":false
},
"set":{
"methodName":"set",
"httpMethod":"POST",
"urlPrefix":"/promotional_credits",
"urlSuffix":"/set",
"hasIdInUrl":false,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/promotional_credits",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/promotional_credits",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
}
},
"invoice":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"create_for_charge_items_and_charges":{
"methodName":"create_for_charge_items_and_charges",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/create_for_charge_items_and_charges",
"hasIdInUrl":false,
"isListReq":false
},
"charge":{
"methodName":"charge",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/charge",
"hasIdInUrl":false,
"isListReq":false
},
"charge_addon":{
"methodName":"charge_addon",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/charge_addon",
"hasIdInUrl":false,
"isListReq":false
},
"create_for_charge_item":{
"methodName":"create_for_charge_item",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/create_for_charge_item",
"hasIdInUrl":false,
"isListReq":false
},
"stop_dunning":{
"methodName":"stop_dunning",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/stop_dunning",
"hasIdInUrl":true,
"isListReq":false
},
"import_invoice":{
"methodName":"import_invoice",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/import_invoice",
"hasIdInUrl":false,
"isListReq":false
},
"apply_payments":{
"methodName":"apply_payments",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/apply_payments",
"hasIdInUrl":true,
"isListReq":false
},
"apply_credits":{
"methodName":"apply_credits",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/apply_credits",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/invoices",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"invoices_for_customer":{
"methodName":"invoices_for_customer",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/invoices",
"hasIdInUrl":true,
"isListReq":false
},
"invoices_for_subscription":{
"methodName":"invoices_for_subscription",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/invoices",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/invoices",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"pdf":{
"methodName":"pdf",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/pdf",
"hasIdInUrl":true,
"isListReq":false
},
"add_charge":{
"methodName":"add_charge",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/add_charge",
"hasIdInUrl":true,
"isListReq":false
},
"add_addon_charge":{
"methodName":"add_addon_charge",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/add_addon_charge",
"hasIdInUrl":true,
"isListReq":false
},
"add_charge_item":{
"methodName":"add_charge_item",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/add_charge_item",
"hasIdInUrl":true,
"isListReq":false
},
"close":{
"methodName":"close",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/close",
"hasIdInUrl":true,
"isListReq":false
},
"collect_payment":{
"methodName":"collect_payment",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/collect_payment",
"hasIdInUrl":true,
"isListReq":false
},
"record_payment":{
"methodName":"record_payment",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/record_payment",
"hasIdInUrl":true,
"isListReq":false
},
"refund":{
"methodName":"refund",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/refund",
"hasIdInUrl":true,
"isListReq":false
},
"record_refund":{
"methodName":"record_refund",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/record_refund",
"hasIdInUrl":true,
"isListReq":false
},
"remove_payment":{
"methodName":"remove_payment",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/remove_payment",
"hasIdInUrl":true,
"isListReq":false
},
"remove_credit_note":{
"methodName":"remove_credit_note",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/remove_credit_note",
"hasIdInUrl":true,
"isListReq":false
},
"void_invoice":{
"methodName":"void_invoice",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/void",
"hasIdInUrl":true,
"isListReq":false
},
"write_off":{
"methodName":"write_off",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/write_off",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"update_details":{
"methodName":"update_details",
"httpMethod":"POST",
"urlPrefix":"/invoices",
"urlSuffix":"/update_details",
"hasIdInUrl":true,
"isListReq":false
}
},
"credit_note":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/credit_notes",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"pdf":{
"methodName":"pdf",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":"/pdf",
"hasIdInUrl":true,
"isListReq":false
},
"refund":{
"methodName":"refund",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":"/refund",
"hasIdInUrl":true,
"isListReq":false
},
"record_refund":{
"methodName":"record_refund",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":"/record_refund",
"hasIdInUrl":true,
"isListReq":false
},
"void_credit_note":{
"methodName":"void_credit_note",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":"/void",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/credit_notes",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"credit_notes_for_customer":{
"methodName":"credit_notes_for_customer",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/credit_notes",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/credit_notes",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
}
},
"unbilled_charge":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/unbilled_charges",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"invoice_unbilled_charges":{
"methodName":"invoice_unbilled_charges",
"httpMethod":"POST",
"urlPrefix":"/unbilled_charges",
"urlSuffix":"/invoice_unbilled_charges",
"hasIdInUrl":false,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/unbilled_charges",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/unbilled_charges",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"invoice_now_estimate":{
"methodName":"invoice_now_estimate",
"httpMethod":"POST",
"urlPrefix":"/unbilled_charges",
"urlSuffix":"/invoice_now_estimate",
"hasIdInUrl":false,
"isListReq":false
}
},
"order":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"import_order":{
"methodName":"import_order",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/import_order",
"hasIdInUrl":false,
"isListReq":false
},
"assign_order_number":{
"methodName":"assign_order_number",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/assign_order_number",
"hasIdInUrl":true,
"isListReq":false
},
"cancel":{
"methodName":"cancel",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/cancel",
"hasIdInUrl":true,
"isListReq":false
},
"create_refundable_credit_note":{
"methodName":"create_refundable_credit_note",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/create_refundable_credit_note",
"hasIdInUrl":true,
"isListReq":false
},
"reopen":{
"methodName":"reopen",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/reopen",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/orders",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/orders",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/orders",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"orders_for_invoice":{
"methodName":"orders_for_invoice",
"httpMethod":"GET",
"urlPrefix":"/invoices",
"urlSuffix":"/orders",
"hasIdInUrl":true,
"isListReq":false
}
},
"gift":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/gifts",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"create_for_items":{
"methodName":"create_for_items",
"httpMethod":"POST",
"urlPrefix":"/gifts",
"urlSuffix":"/create_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/gifts",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/gifts",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"claim":{
"methodName":"claim",
"httpMethod":"POST",
"urlPrefix":"/gifts",
"urlSuffix":"/claim",
"hasIdInUrl":true,
"isListReq":false
},
"cancel":{
"methodName":"cancel",
"httpMethod":"POST",
"urlPrefix":"/gifts",
"urlSuffix":"/cancel",
"hasIdInUrl":true,
"isListReq":false
},
"update_gift":{
"methodName":"update_gift",
"httpMethod":"POST",
"urlPrefix":"/gifts",
"urlSuffix":"/update_gift",
"hasIdInUrl":true,
"isListReq":false
}
},
"transaction":{
"create_authorization":{
"methodName":"create_authorization",
"httpMethod":"POST",
"urlPrefix":"/transactions",
"urlSuffix":"/create_authorization",
"hasIdInUrl":false,
"isListReq":false
},
"void_transaction":{
"methodName":"void_transaction",
"httpMethod":"POST",
"urlPrefix":"/transactions",
"urlSuffix":"/void",
"hasIdInUrl":true,
"isListReq":false
},
"record_refund":{
"methodName":"record_refund",
"httpMethod":"POST",
"urlPrefix":"/transactions",
"urlSuffix":"/record_refund",
"hasIdInUrl":true,
"isListReq":false
},
"refund":{
"methodName":"refund",
"httpMethod":"POST",
"urlPrefix":"/transactions",
"urlSuffix":"/refund",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/transactions",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"transactions_for_customer":{
"methodName":"transactions_for_customer",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/transactions",
"hasIdInUrl":true,
"isListReq":false
},
"transactions_for_subscription":{
"methodName":"transactions_for_subscription",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/transactions",
"hasIdInUrl":true,
"isListReq":false
},
"payments_for_invoice":{
"methodName":"payments_for_invoice",
"httpMethod":"GET",
"urlPrefix":"/invoices",
"urlSuffix":"/payments",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/transactions",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete_offline_transaction":{
"methodName":"delete_offline_transaction",
"httpMethod":"POST",
"urlPrefix":"/transactions",
"urlSuffix":"/delete_offline_transaction",
"hasIdInUrl":true,
"isListReq":false
}
},
"hosted_page":{
"checkout_new":{
"methodName":"checkout_new",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_new",
"hasIdInUrl":false,
"isListReq":false
},
"checkout_one_time":{
"methodName":"checkout_one_time",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_one_time",
"hasIdInUrl":false,
"isListReq":false
},
"checkout_new_for_items":{
"methodName":"checkout_new_for_items",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_new_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"checkout_existing":{
"methodName":"checkout_existing",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_existing",
"hasIdInUrl":false,
"isListReq":false
},
"checkout_existing_for_items":{
"methodName":"checkout_existing_for_items",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_existing_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"update_card":{
"methodName":"update_card",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/update_card",
"hasIdInUrl":false,
"isListReq":false
},
"update_payment_method":{
"methodName":"update_payment_method",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/update_payment_method",
"hasIdInUrl":false,
"isListReq":false
},
"manage_payment_sources":{
"methodName":"manage_payment_sources",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/manage_payment_sources",
"hasIdInUrl":false,
"isListReq":false
},
"collect_now":{
"methodName":"collect_now",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/collect_now",
"hasIdInUrl":false,
"isListReq":false
},
"accept_quote":{
"methodName":"accept_quote",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/accept_quote",
"hasIdInUrl":false,
"isListReq":false
},
"extend_subscription":{
"methodName":"extend_subscription",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/extend_subscription",
"hasIdInUrl":false,
"isListReq":false
},
"checkout_gift":{
"methodName":"checkout_gift",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/checkout_gift",
"hasIdInUrl":false,
"isListReq":false
},
"claim_gift":{
"methodName":"claim_gift",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/claim_gift",
"hasIdInUrl":false,
"isListReq":false
},
"retrieve_agreement_pdf":{
"methodName":"retrieve_agreement_pdf",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/retrieve_agreement_pdf",
"hasIdInUrl":false,
"isListReq":false
},
"acknowledge":{
"methodName":"acknowledge",
"httpMethod":"POST",
"urlPrefix":"/hosted_pages",
"urlSuffix":"/acknowledge",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/hosted_pages",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/hosted_pages",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
}
},
"estimate":{
"create_subscription":{
"methodName":"create_subscription",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/create_subscription",
"hasIdInUrl":false,
"isListReq":false
},
"create_sub_item_estimate":{
"methodName":"create_sub_item_estimate",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/create_subscription_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"create_sub_for_customer_estimate":{
"methodName":"create_sub_for_customer_estimate",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/create_subscription_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"create_sub_item_for_customer_estimate":{
"methodName":"create_sub_item_for_customer_estimate",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/create_subscription_for_items_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"update_subscription":{
"methodName":"update_subscription",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/update_subscription",
"hasIdInUrl":false,
"isListReq":false
},
"update_subscription_for_items":{
"methodName":"update_subscription_for_items",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/update_subscription_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"renewal_estimate":{
"methodName":"renewal_estimate",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/renewal_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"advance_invoice_estimate":{
"methodName":"advance_invoice_estimate",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/advance_invoice_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"regenerate_invoice_estimate":{
"methodName":"regenerate_invoice_estimate",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/regenerate_invoice_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"upcoming_invoices_estimate":{
"methodName":"upcoming_invoices_estimate",
"httpMethod":"GET",
"urlPrefix":"/customers",
"urlSuffix":"/upcoming_invoices_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"change_term_end":{
"methodName":"change_term_end",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/change_term_end_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"cancel_subscription":{
"methodName":"cancel_subscription",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/cancel_subscription_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"cancel_subscription_for_items":{
"methodName":"cancel_subscription_for_items",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/cancel_subscription_for_items_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"pause_subscription":{
"methodName":"pause_subscription",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/pause_subscription_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"resume_subscription":{
"methodName":"resume_subscription",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/resume_subscription_estimate",
"hasIdInUrl":true,
"isListReq":false
},
"gift_subscription":{
"methodName":"gift_subscription",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/gift_subscription",
"hasIdInUrl":false,
"isListReq":false
},
"gift_subscription_for_items":{
"methodName":"gift_subscription_for_items",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/gift_subscription_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"create_invoice":{
"methodName":"create_invoice",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/create_invoice",
"hasIdInUrl":false,
"isListReq":false
},
"create_invoice_for_items":{
"methodName":"create_invoice_for_items",
"httpMethod":"POST",
"urlPrefix":"/estimates",
"urlSuffix":"/create_invoice_for_items",
"hasIdInUrl":false,
"isListReq":false
}
},
"quote":{
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/quotes",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"create_sub_for_customer_quote":{
"methodName":"create_sub_for_customer_quote",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/create_subscription_quote",
"hasIdInUrl":true,
"isListReq":false
},
"edit_create_sub_for_customer_quote":{
"methodName":"edit_create_sub_for_customer_quote",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/edit_create_subscription_quote",
"hasIdInUrl":true,
"isListReq":false
},
"create_sub_items_for_customer_quote":{
"methodName":"create_sub_items_for_customer_quote",
"httpMethod":"POST",
"urlPrefix":"/customers",
"urlSuffix":"/create_subscription_quote_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"update_subscription_quote":{
"methodName":"update_subscription_quote",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/update_subscription_quote",
"hasIdInUrl":false,
"isListReq":false
},
"edit_update_subscription_quote":{
"methodName":"edit_update_subscription_quote",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/edit_update_subscription_quote",
"hasIdInUrl":true,
"isListReq":false
},
"update_subscription_quote_for_items":{
"methodName":"update_subscription_quote_for_items",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/update_subscription_quote_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"create_for_onetime_charges":{
"methodName":"create_for_onetime_charges",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/create_for_onetime_charges",
"hasIdInUrl":false,
"isListReq":false
},
"create_for_charge_items_and_charges":{
"methodName":"create_for_charge_items_and_charges",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/create_for_charge_items_and_charges",
"hasIdInUrl":false,
"isListReq":false
},
"edit_one_time_quote":{
"methodName":"edit_one_time_quote",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/edit_one_time_quote",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/quotes",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"quote_line_groups_for_quote":{
"methodName":"quote_line_groups_for_quote",
"httpMethod":"GET",
"urlPrefix":"/quotes",
"urlSuffix":"/quote_line_groups",
"hasIdInUrl":true,
"isListReq":false
},
"convert":{
"methodName":"convert",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/convert",
"hasIdInUrl":true,
"isListReq":false
},
"update_status":{
"methodName":"update_status",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/update_status",
"hasIdInUrl":true,
"isListReq":false
},
"extend_expiry_date":{
"methodName":"extend_expiry_date",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/extend_expiry_date",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"pdf":{
"methodName":"pdf",
"httpMethod":"POST",
"urlPrefix":"/quotes",
"urlSuffix":"/pdf",
"hasIdInUrl":true,
"isListReq":false
}
},
"quoted_subscription":{
},
"quote_line_group":{
},
"plan":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/plans",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/plans",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/plans",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/plans",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/plans",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"copy":{
"methodName":"copy",
"httpMethod":"POST",
"urlPrefix":"/plans",
"urlSuffix":"/copy",
"hasIdInUrl":false,
"isListReq":false
},
"unarchive":{
"methodName":"unarchive",
"httpMethod":"POST",
"urlPrefix":"/plans",
"urlSuffix":"/unarchive",
"hasIdInUrl":true,
"isListReq":false
}
},
"addon":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/addons",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/addons",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/addons",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/addons",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/addons",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"copy":{
"methodName":"copy",
"httpMethod":"POST",
"urlPrefix":"/addons",
"urlSuffix":"/copy",
"hasIdInUrl":false,
"isListReq":false
},
"unarchive":{
"methodName":"unarchive",
"httpMethod":"POST",
"urlPrefix":"/addons",
"urlSuffix":"/unarchive",
"hasIdInUrl":true,
"isListReq":false
}
},
"coupon":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"create_for_items":{
"methodName":"create_for_items",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":"/create_for_items",
"hasIdInUrl":false,
"isListReq":false
},
"update_for_items":{
"methodName":"update_for_items",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":"/update_for_items",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/coupons",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/coupons",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"copy":{
"methodName":"copy",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":"/copy",
"hasIdInUrl":false,
"isListReq":false
},
"unarchive":{
"methodName":"unarchive",
"httpMethod":"POST",
"urlPrefix":"/coupons",
"urlSuffix":"/unarchive",
"hasIdInUrl":true,
"isListReq":false
}
},
"coupon_set":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/coupon_sets",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"add_coupon_codes":{
"methodName":"add_coupon_codes",
"httpMethod":"POST",
"urlPrefix":"/coupon_sets",
"urlSuffix":"/add_coupon_codes",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/coupon_sets",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/coupon_sets",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/coupon_sets",
"urlSuffix":"/update",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/coupon_sets",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"delete_unused_coupon_codes":{
"methodName":"delete_unused_coupon_codes",
"httpMethod":"POST",
"urlPrefix":"/coupon_sets",
"urlSuffix":"/delete_unused_coupon_codes",
"hasIdInUrl":true,
"isListReq":false
}
},
"coupon_code":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/coupon_codes",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/coupon_codes",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/coupon_codes",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"archive":{
"methodName":"archive",
"httpMethod":"POST",
"urlPrefix":"/coupon_codes",
"urlSuffix":"/archive",
"hasIdInUrl":true,
"isListReq":false
}
},
"address":{
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/addresses",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/addresses",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
}
},
"usage":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/usages",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/subscriptions",
"urlSuffix":"/usage",
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/subscriptions",
"urlSuffix":"/delete_usage",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/usages",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"pdf":{
"methodName":"pdf",
"httpMethod":"POST",
"urlPrefix":"/usages",
"urlSuffix":"/pdf",
"hasIdInUrl":false,
"isListReq":false
}
},
"event":{
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/events",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/events",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
}
},
"comment":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/comments",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/comments",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/comments",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/comments",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
}
},
"download":{
},
"portal_session":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/portal_sessions",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/portal_sessions",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"logout":{
"methodName":"logout",
"httpMethod":"POST",
"urlPrefix":"/portal_sessions",
"urlSuffix":"/logout",
"hasIdInUrl":true,
"isListReq":false
},
"activate":{
"methodName":"activate",
"httpMethod":"POST",
"urlPrefix":"/portal_sessions",
"urlSuffix":"/activate",
"hasIdInUrl":true,
"isListReq":false
}
},
"site_migration_detail":{
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/site_migration_details",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
}
},
"resource_migration":{
"retrieve_latest":{
"methodName":"retrieve_latest",
"httpMethod":"GET",
"urlPrefix":"/resource_migrations",
"urlSuffix":"/retrieve_latest",
"hasIdInUrl":false,
"isListReq":false
}
},
"time_machine":{
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/time_machines",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"start_afresh":{
"methodName":"start_afresh",
"httpMethod":"POST",
"urlPrefix":"/time_machines",
"urlSuffix":"/start_afresh",
"hasIdInUrl":true,
"isListReq":false
},
"travel_forward":{
"methodName":"travel_forward",
"httpMethod":"POST",
"urlPrefix":"/time_machines",
"urlSuffix":"/travel_forward",
"hasIdInUrl":true,
"isListReq":false
}
},
"export":{
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/exports",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"revenue_recognition":{
"methodName":"revenue_recognition",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/revenue_recognition",
"hasIdInUrl":false,
"isListReq":false
},
"deferred_revenue":{
"methodName":"deferred_revenue",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/deferred_revenue",
"hasIdInUrl":false,
"isListReq":false
},
"plans":{
"methodName":"plans",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/plans",
"hasIdInUrl":false,
"isListReq":false
},
"addons":{
"methodName":"addons",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/addons",
"hasIdInUrl":false,
"isListReq":false
},
"coupons":{
"methodName":"coupons",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/coupons",
"hasIdInUrl":false,
"isListReq":false
},
"customers":{
"methodName":"customers",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/customers",
"hasIdInUrl":false,
"isListReq":false
},
"subscriptions":{
"methodName":"subscriptions",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/subscriptions",
"hasIdInUrl":false,
"isListReq":false
},
"invoices":{
"methodName":"invoices",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/invoices",
"hasIdInUrl":false,
"isListReq":false
},
"credit_notes":{
"methodName":"credit_notes",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/credit_notes",
"hasIdInUrl":false,
"isListReq":false
},
"transactions":{
"methodName":"transactions",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/transactions",
"hasIdInUrl":false,
"isListReq":false
},
"orders":{
"methodName":"orders",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/orders",
"hasIdInUrl":false,
"isListReq":false
},
"item_families":{
"methodName":"item_families",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/item_families",
"hasIdInUrl":false,
"isListReq":false
},
"items":{
"methodName":"items",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/items",
"hasIdInUrl":false,
"isListReq":false
},
"item_prices":{
"methodName":"item_prices",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/item_prices",
"hasIdInUrl":false,
"isListReq":false
},
"attached_items":{
"methodName":"attached_items",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/attached_items",
"hasIdInUrl":false,
"isListReq":false
},
"differential_prices":{
"methodName":"differential_prices",
"httpMethod":"POST",
"urlPrefix":"/exports",
"urlSuffix":"/differential_prices",
"hasIdInUrl":false,
"isListReq":false
}
},
"payment_intent":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/payment_intents",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/payment_intents",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/payment_intents",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
}
},
"item_family":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/item_families",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/item_families",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/item_families",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/item_families",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/item_families",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
}
},
"item":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/items",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/items",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/items",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/items",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/items",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
}
},
"item_price":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/item_prices",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/item_prices",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/item_prices",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/item_prices",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/item_prices",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
}
},
"attached_item":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/items",
"urlSuffix":"/attached_items",
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/attached_items",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/attached_items",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/attached_items",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/items",
"urlSuffix":"/attached_items",
"hasIdInUrl":true,
"isListReq":true
},
"list_internal":{
"methodName":"list_internal",
"httpMethod":"GET",
"urlPrefix":"/attached_items",
"urlSuffix":"/list_internal",
"hasIdInUrl":false,
"isListReq":false
}
},
"differential_price":{
"create":{
"methodName":"create",
"httpMethod":"POST",
"urlPrefix":"/item_prices",
"urlSuffix":"/differential_prices",
"hasIdInUrl":true,
"isListReq":false
},
"retrieve":{
"methodName":"retrieve",
"httpMethod":"GET",
"urlPrefix":"/differential_prices",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"update":{
"methodName":"update",
"httpMethod":"POST",
"urlPrefix":"/differential_prices",
"urlSuffix":null,
"hasIdInUrl":true,
"isListReq":false
},
"delete":{
"methodName":"delete",
"httpMethod":"POST",
"urlPrefix":"/differential_prices",
"urlSuffix":"/delete",
"hasIdInUrl":true,
"isListReq":false
},
"list":{
"methodName":"list",
"httpMethod":"GET",
"urlPrefix":"/differential_prices",
"urlSuffix":null,
"hasIdInUrl":false,
"isListReq":true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment