This method will scan all revenue recognition schedules and and return them to the caller.
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
]
This method will look up a revenue recognition schedule by the specified ID and return it back.
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will update an existing revenue recognition schedule with the specified ID.
The updated revenue recognition schedule that will be saved.
{- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will patch an existing revenue recognition schedule 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": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
Returns a list of records with the specified batch_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/batch/:batch_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified invoice_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/invoice/:invoice_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of OPEN records with the specified business_unit_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/businessUnit/:business_unit_id/open?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified payment_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/payment/:payment_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified membership_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/membership/:membership_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "operation": "create",
- "id": "string",
- "patch_directives": [
- {
- "op": "add",
- "path": "string",
- "value": "string"
}
], - "object": { }
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}
Returns a list of records with the specified credit_memo_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/creditMemo/:credit_memo_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified debit_memo_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/debitMemo/:debit_memo_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified write_off_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/revenueRecognitionSchedules/:tenantId/writeOff/:write_off_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "invoice",
- "batch_id": "string",
- "date": "string",
- "membership_id": "string",
- "notes": "string",
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "parent_schedule_id": "string",
- "business_unit_id": "string",
- "product_type": "string",
- "product_id": "string",
- "product_name": "string",
- "transaction_id": "string",
- "product_version": 0,
- "customer_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "invoice_id": "string",
- "payment_id": "string",
- "refund_id": "string",
- "credit_memo_id": "string",
- "debit_memo_id": "string",
- "write_off_id": "string",
- "invoice_line_item_id": "string",
- "payment_line_item_id": "string",
- "currency_code": "str",
- "status": "open",
- "entries": [
- {
- "deferred_revenue_gl_account_id": "string",
- "revenue_gl_account_id": "string",
- "entry_id": "string",
- "date": "string",
- "amount": 0,
- "parent_entry_id": "string",
- "revenue_split_id": "string",
- "deferral_batch_id": "string",
- "cogs_batch_id": "string",
- "status": "unrecognized",
- "batch_id": "string",
- "recognized_in_fiscal_year_id": "string",
- "recognized_in_fiscal_period": 1
}
], - "revenue_splits": [
- {
- "revenue_split_id": "string",
- "revenue_gl_account_id": "string",
- "type": "percentage",
- "percentage": 100,
- "amount": 0
}
], - "unrecognized_amount": 0,
- "recognized_amount": 0,
- "total": 0,
- "sys_business_unit_status": "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_deleted_by_id": "string",
- "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_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}