BatchMaintenance Test
Finance/BatchMaintenance/{batchId}
Get a single Batch
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/BatchMaintenance/{batchId}

URI Parameters

Parameter Name Data Type Required Notes
batchId integer Y

Request Body

None.

No request body.

Response object type : Batch

Response object type 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-24T09:23:05.4481551-07:00",
  "ClosedBy": "sample string 2",
  "CntlIndicator": "sample string 3",
  "CreatedDateTime": "2025-04-24T09:23:05.4481551-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-24T09:23:05.4481551-07:00",
  "Status": "sample string 12",
  "TallyPlAmount": 13.0,
  "TallyReAmount": 14.0,
  "UniqueTag": "sample string 15",
  "UpdatedDateTime": "2025-04-24T09:23:05.4481551-07:00",
  "UpdatedBy": "sample string 16"
}
<Batch xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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-24T09:23:05.4481551-07:00</CloseDateTime>
  <ClosedBy>sample string 2</ClosedBy>
  <CntlIndicator>sample string 3</CntlIndicator>
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDateTime>2025-04-24T09:23:05.4481551-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-24T09:23:05.4481551-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-24T09:23:05.4481551-07:00</UpdatedDateTime>
</Batch>
Change Version Description Contract Old New
Parameter Changed 15.0.0 batchId has been marked as required. Required