Creates a new BillingCycle
Success
Unauthorized
{- "billing_Cycle_ID": "st",
- "cycle_Factor": 0.1,
- "cycle_Frequency": 0,
- "cycle_Type": "st",
- "description": "string",
- "discount_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "individual_Billing": true,
- "months": 0,
- "times_Per_Year": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "billing_Cycle_ID": "st",
- "cycle_Factor": 0.1,
- "cycle_Frequency": 0,
- "cycle_Type": "st",
- "description": "string",
- "discount_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "individual_Billing": true,
- "months": 0,
- "times_Per_Year": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all BillingCycle
Success
Unauthorized
Updates a specific BillingCycle.
Success
Unauthorized
{- "billing_Cycle_ID": "st",
- "cycle_Factor": 0.1,
- "cycle_Frequency": 0,
- "cycle_Type": "st",
- "description": "string",
- "discount_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "individual_Billing": true,
- "months": 0,
- "times_Per_Year": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "billing_Cycle_ID": "st",
- "cycle_Factor": 0.1,
- "cycle_Frequency": 0,
- "cycle_Type": "st",
- "description": "string",
- "discount_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "individual_Billing": true,
- "months": 0,
- "times_Per_Year": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple BillingCycle at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "billing_Cycle_ID": "st",
- "cycle_Factor": 0.1,
- "cycle_Frequency": 0,
- "cycle_Type": "st",
- "description": "string",
- "discount_Pct": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "individual_Billing": true,
- "months": 0,
- "times_Per_Year": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}