v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBLead & Opportunity
LeadOpptyContactRelations.batch_restore
Restores LeadOpptyContactRelations with given list of ids
post/entities/LeadOpptyContactRelations/batch-restore
Query parameters
validation-levelinteger
Specify validation level of LeadOpptyContactRelations on restore. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
rollback-methodinteger
Specify rollback method for LeadOpptyContactRelations. 0 - rollback all, 1 - rollback only failed records.
Response
Batch restoration confirmation
Example response
{
"success": true,
"data": [
{
"http_status": 400,
"code": 117,
"name": "ERROR_PARAMETER_INVALID"
}
]
}