Introduction

Billing Cycles

{
    "status": 200,
    "data": [
        {
            "coreId": 1,
            "description": "Broadcast Month",
            "disabled": 0,
            "calendarType": 0,
            "type": 0,
            "integrationId": "B"
        },
      	{
            "coreId": 3,
            "description": "Cal Month",
            "disabled": 0,
            "calendarType": 1,
            "type": 0,
            "integrationId": "C"
        },
      	{
            "coreId": 5,
            "description": "Weekly",
            "disabled": 0,
            "calendarType": 1,
            "type": 1,
            "integrationId": "W"
        }
    ]
}