Click or drag to resize

CustomerServiceGetJobCharges Method

Gets the job charges.

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<JobChargePartialEntity> GetJobCharges(
	string authenticationKey,
	int jobId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
jobId
Type: SystemInt32
The job identifier.

Return Value

Type: IListJobChargePartialEntity
See Also