DynamicsAxServiceGetFWSAwardList Method

This method enables the calling application to get the details of Federal Work Study Awards for a student from 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 GetFWSListResponse GetFWSAwardList(
	GetFWSListRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsGetFWSListRequest
The GetFWSListRequest message with Federal Work Study Awards details for a student.

Return Value

Type: GetFWSListResponse
Returns the GetFWSListResponse message.

Implements

IDynamicsAxService.GetFWSAwardList(GetFWSListRequest)
See Also