Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/BillingSchedules |
URI ParametersThis resource has no URI (Query) parameters. |
The resource to be created Request BodyRequest object type : BillingSchedule
|
{
"BillAmounts": "sample string 1",
"BillDates": "sample string 2",
"CreatedDateTime": "2025-04-24T04:33:56.3743223-07:00",
"CreateLocation": "sample string 3",
"CreatedBy": "sample string 4",
"Description": "sample string 5",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T04:33:56.3743223-07:00",
"UpdatedBy": "sample string 7",
"LongDescription": "sample string 8",
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
<BillingSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BillAmounts>sample string 1</BillAmounts>
<BillDates>sample string 2</BillDates>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 3</CreateLocation>
<CreatedBy>sample string 4</CreatedBy>
<CreatedDateTime>2025-04-24T04:33:56.3743223-07:00</CreatedDateTime>
<Description>sample string 5</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<LongDescription>sample string 8</LongDescription>
<UpdatedBy>sample string 7</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:33:56.3743223-07:00</UpdatedDateTime>
</BillingSchedule>
Response object type : BillingSchedule
Response object type BillingSchedule has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
BillAmounts | string | ||||
BillDates | string | ||||
ControlGroup | ControlGroupSummary | Y | |||
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups | |||||
CreatedBy | string | ||||
CreatedDateTime | date | ||||
CreateLocation | string | ||||
Description | string | ||||
Id | integer | ||||
Inactive | boolean | ||||
LongDescription | string | ||||
UpdatedBy | string | ||||
UpdatedDateTime | date |
{
"BillAmounts": "sample string 1",
"BillDates": "sample string 2",
"CreatedDateTime": "2025-04-24T04:33:56.3743223-07:00",
"CreateLocation": "sample string 3",
"CreatedBy": "sample string 4",
"Description": "sample string 5",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T04:33:56.3743223-07:00",
"UpdatedBy": "sample string 7",
"LongDescription": "sample string 8",
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
<BillingSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BillAmounts>sample string 1</BillAmounts>
<BillDates>sample string 2</BillDates>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 3</CreateLocation>
<CreatedBy>sample string 4</CreatedBy>
<CreatedDateTime>2025-04-24T04:33:56.3743223-07:00</CreatedDateTime>
<Description>sample string 5</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<LongDescription>sample string 8</LongDescription>
<UpdatedBy>sample string 7</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:33:56.3743223-07:00</UpdatedDateTime>
</BillingSchedule>
No entries in change log for this operation.