DynamicsAxServiceFWSAwardPayment Method

This method enables the calling application to add or update the FWS award payment details for a student 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 FWSAwardPaymentResponse FWSAwardPayment(
	FWSAwardPaymentRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsFWSAwardPaymentRequest
The FWSAwardPaymentRequest message with details to add or update the FWS award details for a student.

Return Value

Type: FWSAwardPaymentResponse
Returns the FWSAwardPaymentResponse message.

Implements

IDynamicsAxService.FWSAwardPayment(FWSAwardPaymentRequest)
See Also