Retrieves key charge metrics about rate plan charges that have changes in a specified time range.
The purpose of fromTimestamp
and toTimestamp
is to synchronize charge metrics data incrementally.
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 required | 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. |
Accept | string Expressed as MIME types that the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the |
Invalid Parameters
Rate limited
Internal Error
{- "amendmentId": "string",
- "amendmentType": "string",
- "chargeNumber": "string",
- "createdOn": "2019-08-24T14:15:22Z",
- "currency": "string",
- "deleted": true,
- "endDate": "2019-08-24",
- "id": "string",
- "invoiceOwnerAccountNumber": "string",
- "mrrDiscountAmount": 0,
- "mrrGrossAmount": 0,
- "mrrNetAmount": 0,
- "productId": "string",
- "productRatePlanChargeId": "string",
- "productRatePlanId": "string",
- "ratePlanChargeId": "string",
- "startDate": "2019-08-24",
- "subscriptionName": "string",
- "subscriptionOwnerAccountNumber": "string",
- "tcvDiscountAmount": 0,
- "tcvGrossAmount": 0,
- "tcvNetAmount": 0,
- "updatedOn": "2019-08-24T14:15:22Z"
}