A set of JSONPatch operations to be performed
Success
Invalid Request
Unauthorized
Forbidden
Not Found
[- {
- "op": "add",
- "path": "string",
- "value": { },
- "from": "string"
}
]
{- "id": 1,
- "name": "string",
- "startDayOfPeriod": 2,
- "wholePeriod": false,
- "lengthOfPeriod": 1,
- "periodUnit": "DAILY",
- "maxDaysBeforeCloseable": 15,
- "maxDaysAfterCloseable": 15,
- "maxBackDateableUsageInDays": 0,
- "currencyCode": "GBP",
- "defaultInvoiceDate": "TODAY",
- "completionType": "DISABLED",
- "autoCloseHour": 23,
- "autoCloseMinute": 59,
- "autoCloseOffsetDays": -15,
- "autoCloseUserId": 1,
- "billingCycleRules": [
- {
- "id": 1,
- "type": "REVENUE",
- "thresholdPercentage": 1,
- "thresholdMinValue": 50000,
- "thresholdMaxValue": 50000,
- "active": true,
- "comparisonPeriod": "THREE_PERIODS",
- "comparisonBasedOn": "VALUE"
}
], - "billingCycleStats": [
- {
- "type": "REVENUE",
- "value": 0,
- "comparisonPeriod": "THREE_PERIODS"
}
]
}