Skip to main content
POST
Request partner influence

Body

context
string | null

What you need from your partner team. Plain text, required, up to 2000 characters.

sourceRecordId
string | null

The ID of the CRM record the request is raised from, in the CRM it comes from. Required. It is the first candidate for the account the request targets, and is recorded on the request whether or not it is the one that resolves.

sourceObjectType
string | null

The type of the CRM record Resels.Backend.Api.Public.Model.AccountMappingCollaborationRequests.v3.AccountMappingCollaborationRequestCreateRequestDto.SourceRecordId identifies: "companies", "contacts" or "deals". Required.

associatedCompanyExternalIds
string[] | null

The IDs, in the CRM they come from, of the company records associated with Resels.Backend.Api.Public.Model.AccountMappingCollaborationRequests.v3.AccountMappingCollaborationRequestCreateRequestDto.SourceRecordId. Considered after the source record itself. Optional.

associatedContactExternalIds
string[] | null

The IDs, in the CRM they come from, of the contact records associated with Resels.Backend.Api.Public.Model.AccountMappingCollaborationRequests.v3.AccountMappingCollaborationRequestCreateRequestDto.SourceRecordId. Considered after Resels.Backend.Api.Public.Model.AccountMappingCollaborationRequests.v3.AccountMappingCollaborationRequestCreateRequestDto.AssociatedCompanyExternalIds. Optional.

Response

Collaboration request created. The response has no body: the request is not readable through this API, so there is nothing to return.