BatchMaintenance Test
Finance/BatchMaintenance/Active?includeControlled={includeControlled}
Returns all open or held batches owned by the service user. Optionally filters out controlled batches
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/BatchMaintenance/Active?includeControlled={includeControlled}

URI Parameters

Parameter Name Data Type Required Notes
includeControlled boolean N

Request Body

None.

No request body.

Response object type : Collection of Batch

Response object type Collection of Batch has the following properties.
Property Name Data Type Length Required Readonly Notes
AmtPosted decimal number N
BatchType BatchTypeSummary N
FK: TR_BATCH_TYPE.id   Resource: BatchTypes
CloseDateTime date N
ClosedBy string N
CntlIndicator string N
CreatedBy string N
CreatedDateTime date N
Id integer N
Notes string N
NumAccCc integer N
NumRejCc integer N
OpenLoc string N
Owner string N
FK: T_METUSER.userid
PostedBy string N
PostedDateTime date N
PostId integer N
Status string N
TallyPlAmount decimal number N
TallyReAmount decimal number N
UniqueTag string N
UpdatedBy string
UpdatedDateTime date
[
  {
    "AmtPosted": 1.0,
    "BatchType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "CntlIndicator": true,
      "Category": 1
    },
    "CloseDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "ClosedBy": "sample string 2",
    "CntlIndicator": "sample string 3",
    "CreatedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "CreatedBy": "sample string 4",
    "Id": 1,
    "Notes": "sample string 5",
    "NumAccCc": 6,
    "NumRejCc": 7,
    "OpenLoc": "sample string 8",
    "Owner": "sample string 9",
    "PostId": 10,
    "PostedBy": "sample string 11",
    "PostedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "Status": "sample string 12",
    "TallyPlAmount": 13.0,
    "TallyReAmount": 14.0,
    "UniqueTag": "sample string 15",
    "UpdatedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "UpdatedBy": "sample string 16"
  },
  {
    "AmtPosted": 1.0,
    "BatchType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "CntlIndicator": true,
      "Category": 1
    },
    "CloseDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "ClosedBy": "sample string 2",
    "CntlIndicator": "sample string 3",
    "CreatedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "CreatedBy": "sample string 4",
    "Id": 1,
    "Notes": "sample string 5",
    "NumAccCc": 6,
    "NumRejCc": 7,
    "OpenLoc": "sample string 8",
    "Owner": "sample string 9",
    "PostId": 10,
    "PostedBy": "sample string 11",
    "PostedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "Status": "sample string 12",
    "TallyPlAmount": 13.0,
    "TallyReAmount": 14.0,
    "UniqueTag": "sample string 15",
    "UpdatedDateTime": "2025-04-24T04:46:25.2649556-07:00",
    "UpdatedBy": "sample string 16"
  }
]
<Batches xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Batch>
    <AmtPosted>1</AmtPosted>
    <BatchType>
      <Category>1</Category>
      <CntlIndicator>true</CntlIndicator>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </BatchType>
    <CloseDateTime>2025-04-24T04:46:25.2649556-07:00</CloseDateTime>
    <ClosedBy>sample string 2</ClosedBy>
    <CntlIndicator>sample string 3</CntlIndicator>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T04:46:25.2649556-07:00</CreatedDateTime>
    <Id>1</Id>
    <Notes>sample string 5</Notes>
    <NumAccCc>6</NumAccCc>
    <NumRejCc>7</NumRejCc>
    <OpenLoc>sample string 8</OpenLoc>
    <Owner>sample string 9</Owner>
    <PostId>10</PostId>
    <PostedBy>sample string 11</PostedBy>
    <PostedDateTime>2025-04-24T04:46:25.2649556-07:00</PostedDateTime>
    <Status>sample string 12</Status>
    <TallyPlAmount>13</TallyPlAmount>
    <TallyReAmount>14</TallyReAmount>
    <UniqueTag>sample string 15</UniqueTag>
    <UpdatedBy>sample string 16</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:46:25.2649556-07:00</UpdatedDateTime>
  </Batch>
  <Batch>
    <AmtPosted>1</AmtPosted>
    <BatchType>
      <Category>1</Category>
      <CntlIndicator>true</CntlIndicator>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </BatchType>
    <CloseDateTime>2025-04-24T04:46:25.2649556-07:00</CloseDateTime>
    <ClosedBy>sample string 2</ClosedBy>
    <CntlIndicator>sample string 3</CntlIndicator>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T04:46:25.2649556-07:00</CreatedDateTime>
    <Id>1</Id>
    <Notes>sample string 5</Notes>
    <NumAccCc>6</NumAccCc>
    <NumRejCc>7</NumRejCc>
    <OpenLoc>sample string 8</OpenLoc>
    <Owner>sample string 9</Owner>
    <PostId>10</PostId>
    <PostedBy>sample string 11</PostedBy>
    <PostedDateTime>2025-04-24T04:46:25.2649556-07:00</PostedDateTime>
    <Status>sample string 12</Status>
    <TallyPlAmount>13</TallyPlAmount>
    <TallyReAmount>14</TallyReAmount>
    <UniqueTag>sample string 15</UniqueTag>
    <UpdatedBy>sample string 16</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:46:25.2649556-07:00</UpdatedDateTime>
  </Batch>
</Batches>

No entries in change log for this operation.