Footer Section
Explore

Update a Collaboration Request.
The reference to the collaboration request.
Authentication token.
Content type of the request body.
The name of the storefront used for the request.
OK
curl --request PUT \--url https://documentation.conga.com/collaborationrequests/recordId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: ' \--data '{"CollaborationType": "Peer-to-Peer"}'
1{2"title": "success",3"status": 200,4"data": [5{6"Collaboration_GeoLocation": null,7"Collaboration_Checkbox": false,8"DC_Config": "<a href=\"/apex/Apttus_Config2__Cart?businessObjectId=a3K2h000000Hv1l&flow=cartgrid\" target=\"_self\"><img src=\"/resource/Apttus_QPConfig__Button_Configure\" alt=\"Configure Products\" border=\"0\"/></a>",9"Type": "New",10"SoldToAccountId": "0011900000hnGsrAAE",11"SingleTransactionAdjustment": false,12"ShipToAccountId": "0011900000hnGsrAAE",13"BillingPreferenceId": "a2d19000001VUE4AAO",14"BillToAccountId": "0011900000hnGsrAAE",15"Status": "New",16"PriceListId": "a171T000005il1XQAQ",17"ParentConfigurationId": "a1I2h000000f5LZEAY",18"IsParentCartVisible": false,19"ConfigureProducts": "<a href=\"/apex/Apttus_Config2__CollabRequestInline?id=a3K2h000000Hv1l&flow=ngcpq\" target=\"_self\"><img src=\"/resource/Apttus_Config2__Button_Configure\" alt=\"Configure Products\" border=\"0\"/></a>",20"CollaborationType": "Peer-To-Peer",21"LastReferencedDate": "2021-08-18T07:51:55.000Z",22"LastViewedDate": "2021-08-18T07:51:55.000Z",23"SystemModstamp": "2021-08-18T07:51:55.000Z",24"LastModifiedById": "00519000002i3UzAAI",25"LastModifiedDate": "2021-08-18T07:51:55.000Z",26"CreatedById": "00519000002i3UzAAI",27"CreatedDate": "2021-08-18T07:48:39.000Z",28"CurrencyIsoCode": "USD",29"Name": "CR-0000019234",30"IsDeleted": false,31"OwnerId": "00519000002i3UzAAI",32"Id": "a3K2h000000Hv1lEAC"33}34]35}