Skip to main content
Connect Actor

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

ErpConnectionId, CrmRecordId, CrmActorType, ErpKey, ErpActorType, FieldValues

ConnectActor: Create a link between Erp and Crm and set default values

ErpConnectionId
integer<int32>
CrmRecordId
integer<int32>
CrmActorType
enum<string>
Available options:
Unknown,
Contact,
Person,
Project,
Sale
ErpKey
string
ErpActorType
enum<string>
Available options:
Unknown,
Customer,
Supplier,
Partner,
Person,
Project,
Employee,
Sale
FieldValues
object[]

Response

204

No Content