This method will auto-generate an ID and create a new recurring batch. If an ID is specified for the recurring batch, an error will be thrown.
The recurring batch that you would like to be saved.
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
This method will scan all recurring batches and and return them to the caller.
curl -i -X GET \ 'https://collect.api.rhythmsoftware.com/recurringBatches/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
]
This method will look up a recurring batch by the specified ID and return it back.
curl -i -X GET \ 'https://collect.api.rhythmsoftware.com/recurringBatches/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
This method will update an existing recurring batch with the specified ID.
The updated recurring batch that will be saved.
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
This method will patch an existing recurring batch with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "name": "string",
- "description": "string",
- "business_unit_id": "string",
- "active_batch_id": "string",
- "batch_id_template": "string",
- "batch_name_template": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
]
}
], - "sys_suppress_new_batch_creation": true,
- "schedule": "string",
- "human_readable_schedule": "string",
- "sys_next_processing_date": "2019-08-24T14:15:22Z",
- "last_run_date": "2019-08-24T14:15:22Z",
- "last_error": "string",
- "is_active": true,
- "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_directive": "string",
- "sys_snapshot_base_version": 0,
- "sys_configuration_snapshot_id": "string"
}
This method will delete a recurring batch with the specified ID.
curl -i -X DELETE \ https://collect.api.rhythmsoftware.com/recurringBatches/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"