Confirm accounting/sale periods for a session
Source Creator
Confirm accounting/sale periods for a session
PUT /source-creator/sessions//periods
PUT
Confirm accounting/sale periods for a session
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
PUT /source-creator/sessions//periods Description: Confirms the accounting period (required, YYYYMM) and optional sale period for the session’s file, and optionally overrides the detected decimal separator. Persisted on the session’sfileAnalysis JSONB
and used later by generate-queries and save when deriving the
BigQuery table-name format and versioning start date.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Session ID
Body
application/json
YYYYMM
Pattern:
^\d{4}(0[1-9]|1[0-2])$Example:
"202501"
Pattern:
^\d{4}(0[1-9]|1[0-2])$Example:
"202501"
Whether this source uses a separate sale period in table names.
Optional override of the auto-detected decimal separator ("," or ".").