Allowances
Allowances_Delete
Input
- IDAs Integer β the ID of the service allowance to be deleted. Required.
Note:Only allowances where the Balance equals Quantity (i.e., unapplied allowances) can be deleted.
Allowances_Search
Required Input
At least one of the optional inputs is required.\
Optional Input
- IDAs List (Of Integer) β One or more Rev.io Allowance IDs. Returns allowances for these specific IDs only.
- CustomerIDAs List (Of Integer) β One or more Rev.io Customer IDs. Returns allowances for these specific customers only.
- LineIDAs List (Of Integer) β One or more Rev.io Service IDs. Returns allowances for these specific services only.
- PINClaimIDAs List (Of Integer) β One or more Rev.io PIN Claim IDs. Returns allowances for these specific PIN claims only.
- ProductIDAs List (Of Integer) β One or more Rev.io Product IDs. Returns allowances for these specific products only.
- TopUpIDAs List (Of Integer) β One or more Rev.io Top Up IDs. Returns allowances for these specific top-ups only.
- CustomerProductIDAs List (Of Integer) β One or more Rev.io Customer Product IDs. Returns allowances for these specific customer products only.\
Output
A list of allowances matching the search criteria containing the following fields:
- IDAs Integer β Rev.io Allowance ID.
- CustomerIDAs Integer β Rev.io Customer ID.
- LineIDAs Integer β Rev.io Service ID.
- PINClaimIDAs Integer β Rev.io Pin Claim ID that triggered the allowance to be created.
- ProductIDAs Integer β Rev.io Product ID that the allowance is based off of.
- TopUpIDAs Integer β Rev.io Top Up ID that triggered the allowance to be created.
- CustomerProductIDAs Integer β Rev.io Customer Product ID associated with the allowance (if an MRC allowance).
- StartDateAs Date β Start date that the allowance is effective.
- StopDateAs Date β Stop date that the allowance is effective.
Allowances_Update
Input
- IDAs Integer β The ID of the allowance to be updated. Required.
- StopDateAs Date β The "Stop Date" of the allowance to be updated. Can be used to expire or extend an allowance.\
Output
None
Updated 13 days ago