Exigo Web Service

GetQualificationOverrides
Gets a customer's overrides

CSV Support
No
Transactional Support
No

GetQualificationOverridesRequest
CustomerID
Int32?
No
The unique identifier of the customer
OverrideID
Int32?
No
The unique identifier for the override
BatchSize
Int32?
No
The number of records to return. Defaults to 500.
GetQualitificationOverridesResponse
QualificationOverrides
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
GetQualificationOverrideResponse
CustomerID
Int32
The unique identifier of the customer
OverrideID
Int32
The unique identifier for the override
Qualifies
Boolean
PeriodType
Int32?
StartPeriodID
Int32?
EndPeriodID
Int32?
ModifiedDate
DateTime
The date the record was last modified
ModifiedBy
String
The user or entity that last modified the record
Amount
Decimal
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.