frequently asked questions

All your questions in one place.

ArID

This method returns the primary key of an item (ar_numero) from a given item code.

Body - raw:

{

       "Method": "ArID",

       "Parameters": [

             <cItemCode>

       ]

}

 

Example:

*/ Return the ID (primary key) of the item whose code is 'ABC123'.

{

       "Method": "ArID",

       "Parameters": [

             "ABC123"

       ]

}

Did you find this article useful?

0 out of 0 found this helpful