Update or Add the PriceChange object and optionally make changes to any child objects.Copy Pagepatch https://{server_address}/ResourceServer/api/v10/PriceChange/{id}Path ParamsidintegerrequiredUnique identifier for the PriceChange object.Body ParamsnamestringpriceChangeStatusTypeIdnumberUnique identifier for the associated PriceChangeStatusType object.priceChangeStatusTypeNamestringThe name of the object associated with the priceChangeStatusTypeId property.priceBookIdnumberUnique identifier for the associated PriceBook object.priceBookNamestringThe name of the object associated with the priceBookId property.effectivestringcreatedByUserIdnumberUnique identifier for the associated User object.createdByUserNamestringThe name of the object associated with the createdByUserId property.updatedByUserIdnumberUnique identifier for the associated User object.updatedByUserNamestringThe name of the object associated with the updatedByUserId property.isDeletedstringdeletedByUserIdstringdeletedByUserNamestringResponses 200Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. 400The request could not be processed.Updated 2 months ago