This REST API reference describes how to get the details for each revenue item in a charge revenue summary by specifying the charge revenue summary number. Request and response field descriptions and sample code are provided.
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header. |
{- "revenueItems": [
- {
- "accountingPeriodName": "Sep'2013",
- "isAccountingPeriodClosed": false,
- "amount": 35,
- "currency": "USD",
- "accountingPeriodStartDate": "2013-09-01",
- "accountingPeriodEndDate": "2013-09-30"
}, - {
- "accountingPeriodName": "Oct'2013",
- "isAccountingPeriodClosed": false,
- "amount": 50,
- "currency": "USD",
- "accountingPeriodStartDate": "2013-10-01",
- "accountingPeriodEndDate": "2013-10-31"
}, - {
- "accountingPeriodName": "Open-Ended",
- "isAccountingPeriodClosed": false,
- "amount": 150,
- "currency": "USD",
- "accountingPeriodStartDate": "2013-12-11",
- "accountingPeriodEndDate": null
}
], - "success": true
}