Update an existing instance of the AccountProductCode object.Copy Pageput https://{server_address}/ResourceServer/api/v10/Account/ProductCode/{id}Path ParamsidintegerrequiredBody ParamsA unique identifier for particular product that has custom pricing attached to it. Allowing you to have 2 of the same products but with different custom pricing on each based on their product code. These are used in Account Price Plans and on Sales Orders.Essentially you can create a customer specific product code with pricing for a Package added to their Price Plan. This creates a customer specific product catalog that can then be added to the account like a standard Package.namestringaccountIdnumberUnique identifier for the associated Account object.accountNamestringThe name of the object associated with the accountId property.Responses 200Update a AccountProductCode 400The request could not be processed.Updated 2 months ago