PayDetail object

First available in 2014.2.

For External SystemsLink for TMWSuite use only.

External methods

The Return Value for all methods is PayDetail.ReturnObject.
Method Name Parameters PayDetail.ReturnObject.ReturnCode Description

Name

Data type (in C#)

NewPayDetail

tokenValue

string

0 = successful

1000 = errors occurred

Authenticates the token value and creates a new PayDetail object in memory

NewPayDetails

tokenValue

string

0 = successful

1000 = errors occurred

Authenticates the token value and creates the specified number of new PayDetail objects in memory

total

int

RetrievePayDetail

tokenValue

string

0 = successful

100 = no records found

1000 = errors occurred

Authenticates the token value and returns all PayDetail objects that meet the provided criteria

criteria

PayDetail.Criteria

SavePayDetail

tokenValue

string

0 = successful

100 = validation errors occurred and updates prevented

500 = update proceeded with warnings

1000 = error occurred and updates prevented

Authenticates the token value, saves the provided PayDetail objects, and updates the database if requested, then returns the saved objects if the save was successful

payDetails

List<PayDetail>

updateDB

bool

DeletePayDetail

tokenValue

string

0 = successful

100 = no records found

1000 = errors occurred

Authenticates the token value and deletes all PayDetail objects that meet the provided criteria

pyd_number

PayDetail.Criteria