Skip to main content
Omnitracs Knowledge Base

IQ Get Profile by Serial Number

add.pngAvailable in PIT v2.3

This ILE API wraps the IQ Get Profile by Serial Number web service. See its documentation for a further explanation of the input and output parameters, as well as the possible error conditions.

API Name: IQGETPSP

Given a Serial Number, return the current Operational Profile information. The purpose of this method is to return information about the specified unit's: Operational Profile, Profile ID, Profile Revision and Profile Name.

Parameter Interface:

Parameter

Direction

Type

Length

Precision

Description

InSerialNum

Input

Character

10

n/a

Mobile serial number

OutProfileID

Output

Character

10

n/a

Operational profile ID

OutProfileVers

Output

Character

3

n/a

Operational profile version

OutProfileName

Output

Character

60

n/a

Operational profile name

Error Category

Output

Decimal

3

0

Error Category, if any

Error Code

Output

Decimal

5

0

Error Code, if any

Error Description

Output

Character

150 varying

n/a

Error description, if any

An error category of 0 means that the details were returned successfully. Application error responses include:

001 Database Down
002 Unauthorized user
003 Unrecognized service
004 Duplicate request, wait for other request to complete
010 Invalid Data
011 Required field not specified
012 Unknown error
013 No Data Found

  • Was this article helpful?