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