# Retrieve By Id Pricing Get Pricing By Id Endpoint: GET /rest/2.0/PRICING/{id} Version: 1.0 Security: JWT ## Path parameters: - `id` (integer, required) Id of the record ## Header parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.ExternalKey` (string) ExternalKey - `retrieveResponse.RateClassProductId` (integer) RateClassProductId - `retrieveResponse.Id` (string) Id: Pricing Id - `retrieveResponse.Rate` (string) Rate - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.BuyRate` (string) BuyRate - `retrieveResponse.MinCharge` (string) MinCharge - `retrieveResponse.UpperBand` (string) UpperBand - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.ProductId` (integer) ProductId - `retrieveResponse.AccountProductId` (integer) AccountProductId: Customer Product Id - `retrieveResponse.CurrencyCode` (integer) CurrencyCode - `retrieveResponse.ContractRateId` (integer) ContractRateId - `retrieveResponse.EffectiveDate` (string) EffectiveDate: The Date when the plan takes effect - `retrieveResponse.EndDate` (string) EndDate: The Date when the plan terminates - `retrieveResponse.RerateFlag` (integer) Automatically re-rate current usage: When checked, all charges for this product in open/CURRENT invoices are re-rated unless these charges were priced using other than the base product (e.g. rated using account product rates, contract rates, etc.). - `retrieveResponse.BlockSize` (string) BlockSize - `retrieveResponse.BlockIterations` (string) BlockIterations: ITERATIONS - `retrieveResponse.RateOrder` (string) RateOrder - `retrieveResponse.MainPricingPlanId` (integer) MainPricingPlanId - `retrieveResponse.QuoteProductId` (integer) QuoteProductId - `retrieveResponse.RateSource` (string) Rate Source - `retrieveResponse.QuoteRate` (string) QuoteRate - `retrieveResponse.SSP` (string) SSP: SSP (Revenue Recognition) - `retrieveResponse.RevRecContractProductId` (integer) RevRecContractProductId: RevRec Contract Product - `retrieveResponse.LowerBand` (string) LowerBand - `retrieveResponse.RatingMethodId` (integer) Rating Method - `retrieveResponse.PackageProductId` (integer) PackageProductId - `retrieveResponse.OrderLineItemId` (integer) OrderLineItemId ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error