PINBatches

PINBatches_Create

Input

  • ProductID As Integer – Rev.io Product ID to be used for the PINs generated.
  • PINLength As Integer – PIN Length to be used for the PINs generated.
  • Quantity As Integer – Quantity of PINs to be generated for the new batch.

Output

  • ID As Integer – ID of the new PIN Batch.

PINBatches_Query

Input

  • IDAs Integer – The ID of the PIN Batch to be queried.

Output

  • PINBatch – PIN Batch object.
    • ID As Integer – Rev.io PIN Batch ID.
    • CreatedByAs Integer – Rev.io User that created the PIN Batch.
    • ExpirationDateAs Date – Expiration date of the PIN Batch.
    • LockedFlagAs Integer – Indicates whether the PIN Batch is locked for claims.
    • PINTypeIDAs Integer – The PIN Batch PIN Type ID.
    • PINLengthAs Integer – PIN Length of the PIN Batch.
    • POReferenceAs Integer – PO Reference associated with the PIN Batch.
    • ProductIDAs Integer – Rev.io Product ID associated with the PIN Batch.
    • QuantityAs Integer – Quantity of PINs on the PIN Batch.