Footer Section
Explore

Create a Collaboration Request.
Authentication token.
Content type of the request body.
The name of the storefront used for the request.
OK
curl --request POST \--url https://documentation.conga.com/collaborationrequests \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: ' \--data '[{"Name": "Test Collab Request"}]'
1{2"title": "success",3"status": 200,4"data": {5"Collaboration_GeoLocation": "null,",6"Collaboration_Checkbox": "false,",7"Type": "New,",8"SoldToAccountId": "0011900000hnGsrAAE,",9"SingleTransactionAdjustment": "false,",10"ShipToAccountId": "0011900000hnGsrAAE,",11"BillToAccountId": "0011900000hnGsrAAE,",12"Status": "New,",13"PriceListId": "a171T000005il1XQAQ,",14"IsParentCartVisible": "false,",15"CollaborationType": "Digital Commerce,",16"CreatedById": "00519000002i3UzAAI,",17"Name": "CR-0000002183,",18"IsDeleted": "false,",19"OwnerId": "00519000002i3UzAAI,",20"Id": "a3K2h0000002B5JEAU"21}22}