Footer Section
Explore

Creates a new favorite configuration.
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 for create favorite
curl --request POST \--url https://documentation.conga.com/favorites \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-account: ' \--header 'x-storefront: ' \--data '[{"Description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tincidunt quam massa.","Name": "test1","PriceListId": "a171T000005il1XQAQ","Scope": "Private"}]'
1{2"title": "success",3"status": 200,4"data": [5{6"ConfigurationId": "a1I790000005WE9EAM",7"Scope": "Private",8"PriceListId": "a171T000005il1XQAQ",9"Description": "d",10"Active": true,11"LastReferencedDate": "2022-02-10T10:52:04.000Z",12"LastViewedDate": "2022-02-10T10:52:04.000Z",13"SystemModstamp": "2022-02-10T10:52:04.000Z",14"LastModifiedById": "0052h000002AFfcAAG",15"LastModifiedDate": "2022-02-10T10:52:04.000Z",16"CreatedById": "0052h000002AFfcAAG",17"CreatedDate": "2022-02-10T10:52:04.000Z",18"CurrencyIsoCode": "EUR",19"Name": "d",20"IsDeleted": false,21"OwnerId": "0052h000002AFfcAAG",22"Id": "a3e79000000WYsgAAG"23}24]25}