DynamicsAxServiceSyncFacultyInfo Method

This method enables the calling application to add, update, or delete the staff details in the CampusNexus Student database.

Namespace:  Cmc.CampusLink.Wcf.Accounts
Assembly:  Cmc.CampusLink.Wcf (in Cmc.CampusLink.Wcf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public FacultyResponse SyncFacultyInfo(
	FacultyRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.CommonFacultyRequest
The FacultyRequest message with details to add, update, or delete the staff details.

Return Value

Type: FacultyResponse
Returns the FacultyResponse message.

Implements

IDynamicsAxService.SyncFacultyInfo(FacultyRequest)
See Also