Consent General
Methods related to all types of consent
Query Consent
POST
/ICardProcess/ConsentGeneral_Query
Return consent details.
Query Expiring Cards - Before/In Days
POST
/ICardProcess/ConsentsExpiringCards
Find expired cards and cards expiring before/in the specified number of days used on consents.
NumDays
int
Number of days in the future to look for expiring cards.
Query Expiring Cards - In Date Range
POST
/ICardProcess/ConsentsExpiringCards_01
Find expired cards and cards expiring during the specified range of dates used on consents.
StartDate
string
Start date of the consent expiring cards range.
EndDate
string
End date of the consent expiring cards range.
Last updated
Was this helpful?