Skip to main content
Omnitracs Knowledge Base

IQ Move Serial Number to Profile

add.pngAvailable in PIT v2.3

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

API Name: IQMSRTPR

The purpose of this method is to move the given Serial Number to the requested Operational Profile and inherit all the Services (Applications) enabled for that Operational Profile.

Parameter Interface:

Parameter

Direction

Type

Length

Precision

Description

InSerialNum

Input

Character

10

n/a

Mobile serial number

InProfileID

Input

Character

10

n/a

Operational profile ID

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?