Footer Section
Explore

The following request returns the current active pricelist.
Content type of the request body.
The name of the storefront used for the request.
curl --request GET \--url https://documentation.conga.com/pricelists/active \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: ' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": {5"attributes": {6"type": "Apttus_Config2__PriceList__c",7"url": "/services/data/v53.0/sobjects/Apttus_Config2__PriceList__c/a171T000005il1XQAQ"8},9"Id": "a171T000005il1XQAQ",10"OwnerId": "00550000000vtlpAAA",11"IsDeleted": false,12"Name": "Tier 1 Hardware & Software",13"CurrencyIsoCode": "USD",14"CreatedDate": "2019-05-08T11:14:39.000+0000",15"CreatedById": "00550000000vtlpAAA",16"LastModifiedDate": "2021-08-17T10:01:54.000+0000",17"LastModifiedById": "00550000000vtlpAAA",18"SystemModstamp": "2021-08-17T10:01:54.000+0000",19"Apttus_Config2__Active__c": true,20"Apttus_Config2__EffectiveDate__c": "2018-10-31T08:22:00.000+0000",21"Apttus_Config2__GuidePage__c": "APTPSGuidedSelling",22"Apttus_Config2__Type__c": "Contract",23"Apttus_Config2__DisableBasedOnCurrencyAdjustment__c": false,24"APTS_Ext_ID__c": "a171T000005il1XQAQ"25}26}