Create a charge window
Charging: Configuration
Create a charge window
Create a new charge window for defining recurring billing schedules.
POST
Create a charge window
Request Structure
Required Fields
| Field | Description |
|---|---|
frequency | Frequency type: Day or Month |
numbers | Array of day/date numbers for the schedule |
Optional Fields
| Field | Description |
|---|---|
name | Display name for the charge window |
Numbers Field Values
- Day frequency: 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday
- Month frequency: 1-31 for day of month
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Charge Window created successfully

