OrderBilling Test
TXN/OrderBilling/Reprint/{orderBillingId}
Reprint Order billing
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/OrderBilling/Reprint/{orderBillingId}

URI Parameters

Parameter Name Data Type Required Notes
orderBillingId integer N

Request Body

None.

No request body.

Response object type : Collection of OrderBillingResponse

Response object type Collection of OrderBillingResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
AppealId integer
BillAmount decimal number
CampaignId integer
Comment string
ConstituentId integer
CurrentDueAmount decimal number
MediaTypeId integer
OrderBillingId integer
OrderId integer
PastDueAmount decimal number
SourceId integer
[
  {
    "OrderBillingId": 1,
    "OrderId": 2,
    "ConstituentId": 3,
    "CurrentDueAmount": 4.0,
    "PastDueAmount": 5.0,
    "BillAmount": 6.0,
    "Comment": "sample string 7",
    "CampaignId": 8,
    "AppealId": 9,
    "SourceId": 10,
    "MediaTypeId": 11
  },
  {
    "OrderBillingId": 1,
    "OrderId": 2,
    "ConstituentId": 3,
    "CurrentDueAmount": 4.0,
    "PastDueAmount": 5.0,
    "BillAmount": 6.0,
    "Comment": "sample string 7",
    "CampaignId": 8,
    "AppealId": 9,
    "SourceId": 10,
    "MediaTypeId": 11
  }
]
<OrderBillingResponses xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <OrderBillingResponse>
    <AppealId>9</AppealId>
    <BillAmount>6</BillAmount>
    <CampaignId>8</CampaignId>
    <Comment>sample string 7</Comment>
    <ConstituentId>3</ConstituentId>
    <CurrentDueAmount>4</CurrentDueAmount>
    <MediaTypeId>11</MediaTypeId>
    <OrderBillingId>1</OrderBillingId>
    <OrderId>2</OrderId>
    <PastDueAmount>5</PastDueAmount>
    <SourceId>10</SourceId>
  </OrderBillingResponse>
  <OrderBillingResponse>
    <AppealId>9</AppealId>
    <BillAmount>6</BillAmount>
    <CampaignId>8</CampaignId>
    <Comment>sample string 7</Comment>
    <ConstituentId>3</ConstituentId>
    <CurrentDueAmount>4</CurrentDueAmount>
    <MediaTypeId>11</MediaTypeId>
    <OrderBillingId>1</OrderBillingId>
    <OrderId>2</OrderId>
    <PastDueAmount>5</PastDueAmount>
    <SourceId>10</SourceId>
  </OrderBillingResponse>
</OrderBillingResponses>

No entries in change log for this operation.