Click or drag to resize
ICoreApplyEntityUpdates Method

[Missing <summary> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

Namespace: RFM.Services
Assembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Response ApplyEntityUpdates(
	string authToken,
	string modelToken,
	string updateJournal,
	string isTransaction,
	string userKey
)

Parameters

authToken
Type: SystemString

[Missing <param name="authToken"/> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

modelToken
Type: SystemString

[Missing <param name="modelToken"/> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

updateJournal
Type: SystemString

[Missing <param name="updateJournal"/> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

isTransaction
Type: SystemString

[Missing <param name="isTransaction"/> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

userKey
Type: SystemString

[Missing <param name="userKey"/> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

Return Value

Type: Response

[Missing <returns> documentation for "M:RFM.Services.ICore.ApplyEntityUpdates(System.String,System.String,System.String,System.String,System.String)"]

See Also