Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PledgeBilling/{id}/Status |
URI Parameters
|
Request BodyNone. |
Response object type : AutomatedBillingStatus
Response object type AutomatedBillingStatus has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
BillCount | integer | N | |||
HasErrors | boolean | N | |||
Id | integer | N | |||
IsComplete | boolean | N | |||
Message | string | N | |||
ProcessedCount | integer | N |
{
"Id": 1,
"BillCount": 2,
"ProcessedCount": 3,
"IsComplete": true,
"HasErrors": true,
"Message": "sample string 6"
}
<AutomatedBillingStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<BillCount>2</BillCount>
<HasErrors>true</HasErrors>
<Id>1</Id>
<IsComplete>true</IsComplete>
<Message>sample string 6</Message>
<ProcessedCount>3</ProcessedCount>
</AutomatedBillingStatus>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Operation Added | 15.1.0 | GetStatus has been added. | GetStatus |