Correct a billable itemAsk AIpost https://api.instellix.io/v2/contracts/{contractIdent}/billableitems/{billableItemIdent}/actions/correct-priceCorrect a billable item from a recurring or one time for a specific contract.Path ParamscontractIdentstringrequiredlength between 1 and 100The ident of the contractbillableItemIdentstringrequiredlength between 1 and 100The ident of the billable itemBody Paramspropertiesarray of objectsNew properties are applied to the issued cancellation and correction items. If a property with the same key already exists, it is updated on both items.propertiesADD objectreasonstringlength ≤ 255Reason for the correction. Size must be between 0 and 255.unitPricenumberrequiredThe corrected unit price for the billable item. Must not be null. Must be greater than 0. Must be a number with up to 19 integral digits and up to 4 fractional digits.Responses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 7 months ago