# Submit data collection job Submit a data collection job based on the specified RC template. After the data collection job is submitted, the following validations are applied: * The specified RC template name must be valid. * For multi-organization tenants, the the organization ID is required and must be valid. * If there are more than 2 data collection jobs in Running/Pending/Incompatible status for the specified organization, the API request will be rejected with error message returned. Endpoint: POST /api/integration/v1/job/collection/template Version: 2025-08-06 ## Request fields (application/json; charset=utf-8): - `rc_template_name` (string) Name of the RC template that is defined in Zuora Revenue (Policies > RC Grouping Template). - `org_id` (integer) The organization ID that can be found in Zuora Revenue (Setups > Application > Organization). This field is required only for multi-organization tenants. ## Response 200 fields (application/json; charset=utf-8): - `message` (string) - `success` (boolean) ## Response 401 fields ## Response 403 fields