Correct a billable itemCopy Pagepost 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 ParamsThis request is used to correct billable items originating from contract options.propertiesarray of objects | nullNew 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 objectreasonstring | nullReason 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 23 days ago