 | 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)
Syntaxpublic IList<JobChargePartialEntity> GetJobCharges(
string authenticationKey,
int jobId
)
Public Function GetJobCharges (
authenticationKey As String,
jobId As Integer
) As IList(Of JobChargePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - jobId
- Type: SystemInt32
The job identifier.
Return Value
Type:
IListJobChargePartialEntity
See Also