Footer Section
Explore

Update favorite configuration with new cart line items.
The reference Id of the favorite.
The account value from the header is taken as default account if passed as query parameter.
Content type of the request body.
The name of the storefront used for the request.
Request body of update favorite.
Example 1: list of lineNumber.
Example 2: Single product record or an array of products (if multiple).
OK
curl --request PUT \--url https://documentation.conga.com/favorites/favoriteId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-account: ' \--header 'x-storefront: ' \--data '[1]'
1{2"title": "success",3"status": 200,4"data": [5{6"Product_Family": "Hardware",7"SellingUom": "Each",8"Demo_Renewal_flag": "No",9"APTS_Local_Bundle_Component_Flag": false,10"ProductVersion": 1,11"OptionSequence": 0,12"NetUnitPrice": 396.83333,13"LineSequence": 3,14"IsOptional": false,15"IsHidden": false,16"HideCopyAction": false,17"HasIncentives": false,18"DeltaQuantity": 1,19"DeltaPrice": 396.83333,20"AutoRenew": false,21"Taxable": false,22"TaxInclusive": false,23"IsReadOnly": false,24"HideInvoiceDisplay": false,25"BillToAccountId": "0011900000hnGsrAAE",26"Operating_Expense_Formula": 0,27"HasTieredPrice": false,28"TotalQuantity": 1,29"IsSellingTermReadOnly": false,30"IsPrimaryRampLine": false,31"Uom": "Each",32"Term": 1,33"SyncStatus": "Synchronized",34"StartDate": "2022-02-09",35"SellingTerm": 1,36"SellingFrequency": "One Time",37"RollupPriceToBundle": true,38"Quantity": 1,39"ProductId": "01t1T000005BXnJQAW",40"PrimaryLineNumber": 3,41"PricingStatus": "Pending",42"PriceUom": "Each",43"PriceType": "One Time",44"PriceMethod": "Per Unit",45"PriceListItemId": "a161T000004znCMQAY",46"PriceListId": "a171T000005il1XQAQ",47"PriceIncludedInBundle": false,48"NetPrice": 396.83333,49"NetAdjustmentPercent": 0,50"ListPrice": 396.8333333333333,51"LineType": "Product/Service",52"LineStatus": "New",53"LineNumber": 3,54"ItemSequence": 1,55"IsUsageTierModifiable": false,56"IsQuantityModifiable": true,57"IsPrimaryLine": true,58"IsOptionRollupLine": false,59"IsCustomPricing": false,60"IsAssetPricing": false,61"HasOptions": false,62"HasDefaults": false,63"HasBaseProduct": false,64"HasAttributes": false,65"Frequency": "One Time",66"ExtendedQuantity": 1,67"ExtendedPrice": 396.8333333333333,68"EndDate": "2022-02-09",69"Description": "DL380e Gen8 Entry Level",70"Customizable": false,71"ConstraintCheckStatus": "NA",72"ConfigStatus": "NA",73"Comments": "Added by Code",74"ChargeType": "Standard Price",75"BasePrice": 396.8333333333333,76"BasePriceMethod": "Per Unit",77"BaseExtendedPrice": 396.8333333333333,78"AllowableAction": "Unrestricted",79"AllowRemoval": true,80"AllowProration": false,81"AllowManualAdjustment": true,82"AllocateGroupAdjustment": true,83"AdjustedPrice": 396.83333,84"AddedBy": "User",85"ConfigurationId": "a1I790000005QxFEAU",86"LastReferencedDate": "2022-02-10T13:02:38.000Z",87"LastViewedDate": "2022-02-10T13:02:38.000Z",88"SystemModstamp": "2022-02-10T13:02:38.000Z",89"LastModifiedById": "0052h000002AFfcAAG",90"LastModifiedDate": "2022-02-10T13:02:38.000Z",91"CreatedById": "0052h000002AFfcAAG",92"CreatedDate": "2022-02-10T13:02:38.000Z",93"CurrencyIsoCode": "USD",94"Name": "LI-0000661678",95"IsDeleted": false,96"Id": "a1379000000KDc9AAG"97}98]99}