Purchases

Update Purchase

put/api/v1.0/purchases/{id}

Path parameters

idstring required

The ID for the purchase

Request body

created_atnumber

The date/time the Purchase was created at represented as an integer

custom_fieldsobject

A dictionary of Custom Field ID keys and values for each Custom Field on the Purchase

idstring

The ID of the Purchase

lead_idinteger

The ID of the Lead that the Purchase was created on

{"stackTrail":"components:schemas:Purchase:properties:price","oasType":"schema","type":"unknown","description":"The entered dollar price of the Purchase, defaulting to the Purchasables price"}
price_sheet_idinteger

The ID of the Price Sheet the Purchase is associated with

purchasable_idinteger

The ID of the Purchasable that the Purchase is created from

updated_atnumber

The date/time the Purchase was last updated at represented as an integer

user_idinteger

The ID of the User who created the Purchase

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.