PINs
PINs_Claim
Required Input
- ID As Integer – Rev.io PIN ID.
- ProductID As Integer – Rev.io Product ID.
Required Input (choose one)
- MDN As Integer – MDN to be used with the PIN claim. Required if PINPartnerCode is specified.
- InventoryIdentifier As String – MDN to be used with the PIN claim.
Optional Input
- PIN PartnerCode As String – Code of the external PIN Partner which is being used with the PIN claim.
- CaseNumber As Integer – Used as an external number associated with a PIN claim.
Output
-
Inventory – PIN claim object.
- ID As Integer – Rev.io PIN Claim ID.
- PIN As String – PIN associated with the Rev.io PIN ID.
- PINBatchID As Integer – Rev.io PIN Batch ID associated with the PIN.
- ProductID As Integer – Rev.io Product ID associated with the PIN claim.
- Status As Enum_Pin_Status – current PIN status, will be one of the values from Standard Values: Enum_Pin_Status.
- CustomerID As Integer – Rev.io Customer ID that the PIN was claimed for.
- ClaimedDate As Date – The date that the PIN was claimed.
PINs_Search
Required Input
At least one of the optional inputs must be specified.
Optional Input
- ID As List(Of Integer) – One or more Rev.io PIN IDs. Returns PINs for these specific IDs only.
- ProductID As List(Of Integer) – One or more Rev.io Product IDs. Returns PINs for these specific products only.
- Status As List(Of Enum_Pin_Status) – One or more of the values from Standard Values: Enum_Pin_Status. Returns PINs in these specific status only.
- PINBatchID As List(Of Integer) – One or more Rev.io PIN Batch IDs. Returns PINs that were part of these specific PIN batches only.
- PIN As List(Of String) – One or more PINs to search for.
- CustomerID As List(Of Integer) – One or more Rev.io Customer IDs. Returns PINs claimed for these specific customers only.
- PINClaimID As List(Of Integer) – One or more Rev.io PIN Claim IDs. Returns PINs claimed by these specific PIN claims only.
Output
A list of PINs matching the search criteria containing the following fields:
- ID As Integer – Rev.io PIN ID.
- CustomerID As Integer – Rev.io Customer ID associated with the PIN (if claimed).
- LineID As Integer – Rev.io Service ID associated with the PIN (if claimed).
- PINClaimID As Integer – Rev.io PIN Claim ID associated with the PIN.
- ProductID As Integer – Rev.io Product ID associated with the PIN (if claimed).
- Status As Enum_Pin_Status – Current PIN status, will be one of the Standard Values: Enum_Pin_Status.
Updated about 6 years ago