on 2021 Jun 30 3:11 PM
I try to POST a lead with attachments into C4C, using the payload below:
{
"Name": "Interesting new lead",
"AccountPartyID": "9"
"LeadAttachmentFolder": [
{
"Name": "google link",
"CategoryCode": "3",
"LinkWebURI": "https://www.google.com"
}
]
}
However, it returns the error:
Create not possible; source object does not exist
Is deep insert not available for attachments?
Request clarification before answering.
I have created an incident for it. Apparently, this is a missing feature, we cannot create leads with attachments in one call (deep insert). The usual consecutive calls need to be done using ParentObjectID, once the lead is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.