DynamicsAxServiceUpdateFWSStatus Method

This method enables the calling application to verify whether the FWS award information for a student matches with the information present 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 AwardStatusResponse UpdateFWSStatus(
	AwardStatusRequest request
)

Parameters

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

Return Value

Type: AwardStatusResponse
Returns the AwardStatusResponse message.

Implements

IDynamicsAxService.UpdateFWSStatus(AwardStatusRequest)
See Also